Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/bridge/cadence/
H A 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()
128 static int cdns_mhdp_hdcp_get_status(struct cdns_mhdp_device *mhdp, in cdns_mhdp_hdcp_get_status()
332 static int cdns_mhdp_hdcp_auth_22(struct cdns_mhdp_device *mhdp) in cdns_mhdp_hdcp_auth_22()
367 static int cdns_mhdp_hdcp_auth(struct cdns_mhdp_device *mhdp, in cdns_mhdp_hdcp_auth()
473 struct cdns_mhdp_device *mhdp = container_of(hdcp, in cdns_mhdp_hdcp_check_work()
474 struct cdns_mhdp_device, in cdns_mhdp_hdcp_check_work()
487 struct cdns_mhdp_device *mhdp = container_of(hdcp, in cdns_mhdp_hdcp_prop_work()
488 struct cdns_mhdp_device, in cdns_mhdp_hdcp_prop_work()
522 int cdns_mhdp_hdcp_disable(struct cdns_mhdp_device *mhdp) in cdns_mhdp_hdcp_disable()
[all …]
H A 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()
271 int cdns_mhdp_dpcd_read(struct cdns_mhdp_device *mhdp, in cdns_mhdp_dpcd_read()
417 struct cdns_mhdp_device *mhdp = data; in cdns_mhdp_get_edid_block()
717 struct cdns_mhdp_device *mhdp) in cdns_mhdp_fw_activate()
783 struct cdns_mhdp_device *mhdp = context; in cdns_mhdp_fw_cb()
1022 struct cdns_mhdp_device *mhdp, in cdns_mhdp_print_lt_status()
2360 struct cdns_mhdp_device *mhdp; in cdns_mhdp_modeset_retry_fn()
2383 struct cdns_mhdp_device *mhdp = data; in cdns_mhdp_irq_handler()
2437 struct cdns_mhdp_device, in cdns_mhdp_hpd_work()
[all …]
H A 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);
H A 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()
H A Dcdns-mhdp8546-hdcp.h85 int cdns_mhdp_hdcp_enable(struct cdns_mhdp_device *mhdp, u8 content_type);
86 int cdns_mhdp_hdcp_disable(struct cdns_mhdp_device *mhdp);
87 void cdns_mhdp_hdcp_init(struct cdns_mhdp_device *mhdp);