Searched refs:cdns_mhdp_device (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/gpu/drm/bridge/cadence/ |
| D | cdns-mhdp8546-core.c | 55 static int cdns_mhdp_mailbox_read(struct cdns_mhdp_device *mhdp) in cdns_mhdp_mailbox_read() 70 static int cdns_mhdp_mailbox_write(struct cdns_mhdp_device *mhdp, u8 val) in cdns_mhdp_mailbox_write() 87 static int cdns_mhdp_mailbox_recv_header(struct cdns_mhdp_device *mhdp, in cdns_mhdp_mailbox_recv_header() 122 static int cdns_mhdp_mailbox_recv_data(struct cdns_mhdp_device *mhdp, in cdns_mhdp_mailbox_recv_data() 139 static int cdns_mhdp_mailbox_send(struct cdns_mhdp_device *mhdp, u8 module_id, in cdns_mhdp_mailbox_send() 165 int cdns_mhdp_reg_read(struct cdns_mhdp_device *mhdp, u32 addr, u32 *value) in cdns_mhdp_reg_read() 209 int cdns_mhdp_reg_write(struct cdns_mhdp_device *mhdp, u16 addr, u32 val) in cdns_mhdp_reg_write() 228 int cdns_mhdp_reg_write_bit(struct cdns_mhdp_device *mhdp, u16 addr, in cdns_mhdp_reg_write_bit() 250 int cdns_mhdp_dpcd_read(struct cdns_mhdp_device *mhdp, in cdns_mhdp_dpcd_read() 285 int cdns_mhdp_dpcd_write(struct cdns_mhdp_device *mhdp, u32 addr, u8 value) in cdns_mhdp_dpcd_write() [all …]
|
| D | cdns-mhdp8546-core.h | 320 struct cdns_mhdp_device; 323 int (*init)(struct cdns_mhdp_device *mhdp); 324 void (*exit)(struct cdns_mhdp_device *mhdp); 325 void (*enable)(struct cdns_mhdp_device *mhdp); 326 void (*disable)(struct cdns_mhdp_device *mhdp); 342 struct cdns_mhdp_device { struct 397 #define connector_to_mhdp(x) container_of(x, struct cdns_mhdp_device, connector) argument 398 #define bridge_to_mhdp(x) container_of(x, struct cdns_mhdp_device, bridge)
|
| D | cdns-mhdp8546-j721e.c | 43 static int cdns_mhdp_j721e_init(struct cdns_mhdp_device *mhdp) in cdns_mhdp_j721e_init() 51 static void cdns_mhdp_j721e_enable(struct cdns_mhdp_device *mhdp) in cdns_mhdp_j721e_enable() 62 static void cdns_mhdp_j721e_disable(struct cdns_mhdp_device *mhdp) in cdns_mhdp_j721e_disable()
|