Lines Matching defs:dphy
14 #define dphy_dbg(dphy, fmt, arg...) dev_dbg((dphy)->dev, fmt, ##arg) argument
15 #define dphy_err(dphy, fmt, arg...) dev_err((dphy)->dev, fmt, ##arg) argument
36 static u32 dw_csi2_host_read(struct dphy_data *dphy, u32 offset) in dw_csi2_host_read()
41 static void dw_csi2_host_write(struct dphy_data *dphy, u32 offset, u32 data) in dw_csi2_host_write()
46 static void set_tstclr(struct dphy_data *dphy, u32 val) in set_tstclr()
53 static void set_tstclk(struct dphy_data *dphy, u32 val) in set_tstclk()
60 static uint8_t get_tstdout(struct dphy_data *dphy) in get_tstdout()
67 static void set_testen(struct dphy_data *dphy, u32 val) in set_testen()
75 static void set_testdin(struct dphy_data *dphy, u32 val) in set_testdin()
82 static uint8_t dphy_transaction(struct dphy_data *dphy, u8 test_code, in dphy_transaction()
97 static void dphy_set_hsfreqrange(struct dphy_data *dphy, uint32_t mbps) in dphy_set_hsfreqrange()
129 static void dphy_init(struct dphy_data *dphy) in dphy_init()
148 void dphy_start(struct dphy_data *dphy) in dphy_start()
159 void dphy_stop(struct dphy_data *dphy) in dphy_stop()
168 void dphy_probe(struct dphy_data *dphy) in dphy_probe()