Searched refs:dphy_data (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/media/platform/raspberrypi/rp1-cfe/ |
| H A D | dphy.c | 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() [all …]
|
| H A D | dphy.h | 13 struct dphy_data { struct 23 void dphy_probe(struct dphy_data *dphy); argument 24 void dphy_start(struct dphy_data *dphy); 25 void dphy_stop(struct dphy_data *dphy);
|
| H A D | csi2.h | 56 struct dphy_data dphy;
|