Home
last modified time | relevance | path

Searched refs:cdns_mhdp_device (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/bridge/cadence/
Dcdns-mhdp8546-hdcp.c18 static int cdns_mhdp_secure_mailbox_read(struct cdns_mhdp_device *mhdp) in cdns_mhdp_secure_mailbox_read()
33 static int cdns_mhdp_secure_mailbox_write(struct cdns_mhdp_device *mhdp, in cdns_mhdp_secure_mailbox_write()
51 static int cdns_mhdp_secure_mailbox_recv_header(struct cdns_mhdp_device *mhdp, in cdns_mhdp_secure_mailbox_recv_header()
82 static int cdns_mhdp_secure_mailbox_recv_data(struct cdns_mhdp_device *mhdp, in cdns_mhdp_secure_mailbox_recv_data()
99 static int cdns_mhdp_secure_mailbox_send(struct cdns_mhdp_device *mhdp, in cdns_mhdp_secure_mailbox_send()
128 static int cdns_mhdp_hdcp_get_status(struct cdns_mhdp_device *mhdp, in cdns_mhdp_hdcp_get_status()
159 static u8 cdns_mhdp_hdcp_handle_status(struct cdns_mhdp_device *mhdp, in cdns_mhdp_hdcp_handle_status()
170 static int cdns_mhdp_hdcp_rx_id_valid_response(struct cdns_mhdp_device *mhdp, in cdns_mhdp_hdcp_rx_id_valid_response()
184 static int cdns_mhdp_hdcp_rx_id_valid(struct cdns_mhdp_device *mhdp, in cdns_mhdp_hdcp_rx_id_valid()
217 static int cdns_mhdp_hdcp_km_stored_resp(struct cdns_mhdp_device *mhdp, in cdns_mhdp_hdcp_km_stored_resp()
[all …]
Dcdns-mhdp8546-hdcp.h85 int cdns_mhdp_hdcp_set_public_key_param(struct cdns_mhdp_device *mhdp,
87 int cdns_mhdp_hdcp_set_lc(struct cdns_mhdp_device *mhdp, u8 *val);
88 int cdns_mhdp_hdcp_enable(struct cdns_mhdp_device *mhdp, u8 content_type);
89 int cdns_mhdp_hdcp_disable(struct cdns_mhdp_device *mhdp);
90 void cdns_mhdp_hdcp_init(struct cdns_mhdp_device *mhdp);
Dcdns-mhdp8546-core.c58 struct cdns_mhdp_device *mhdp = bridge_to_mhdp(bridge); in cdns_mhdp_bridge_hpd_enable()
69 struct cdns_mhdp_device *mhdp = bridge_to_mhdp(bridge); in cdns_mhdp_bridge_hpd_disable()
76 static int cdns_mhdp_mailbox_read(struct cdns_mhdp_device *mhdp) in cdns_mhdp_mailbox_read()
91 static int cdns_mhdp_mailbox_write(struct cdns_mhdp_device *mhdp, u8 val) in cdns_mhdp_mailbox_write()
108 static int cdns_mhdp_mailbox_recv_header(struct cdns_mhdp_device *mhdp, in cdns_mhdp_mailbox_recv_header()
143 static int cdns_mhdp_mailbox_recv_data(struct cdns_mhdp_device *mhdp, in cdns_mhdp_mailbox_recv_data()
160 static int cdns_mhdp_mailbox_send(struct cdns_mhdp_device *mhdp, u8 module_id, in cdns_mhdp_mailbox_send()
186 int cdns_mhdp_reg_read(struct cdns_mhdp_device *mhdp, u32 addr, u32 *value) in cdns_mhdp_reg_read()
230 int cdns_mhdp_reg_write(struct cdns_mhdp_device *mhdp, u16 addr, u32 val) in cdns_mhdp_reg_write()
249 int cdns_mhdp_reg_write_bit(struct cdns_mhdp_device *mhdp, u16 addr, in cdns_mhdp_reg_write_bit()
[all …]
Dcdns-mhdp8546-core.h324 struct cdns_mhdp_device;
327 int (*init)(struct cdns_mhdp_device *mhdp);
328 void (*exit)(struct cdns_mhdp_device *mhdp);
329 void (*enable)(struct cdns_mhdp_device *mhdp);
330 void (*disable)(struct cdns_mhdp_device *mhdp);
354 struct cdns_mhdp_device { struct
417 #define connector_to_mhdp(x) container_of(x, struct cdns_mhdp_device, connector) argument
418 #define bridge_to_mhdp(x) container_of(x, struct cdns_mhdp_device, bridge)
420 u32 cdns_mhdp_wait_for_sw_event(struct cdns_mhdp_device *mhdp, uint32_t event);
Dcdns-mhdp8546-j721e.c43 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()