Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/bridge/cadence/
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()
472 struct cdns_mhdp_device *mhdp = container_of(hdcp, in cdns_mhdp_hdcp_check_work()
473 struct cdns_mhdp_device, in cdns_mhdp_hdcp_check_work()
486 struct cdns_mhdp_device *mhdp = container_of(hdcp, in cdns_mhdp_hdcp_prop_work()
487 struct cdns_mhdp_device, in cdns_mhdp_hdcp_prop_work()
549 int cdns_mhdp_hdcp_disable(struct cdns_mhdp_device *mhdp) in cdns_mhdp_hdcp_disable()
[all …]
A 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);
A Dcdns-mhdp8546-core.c252 int cdns_mhdp_dpcd_read(struct cdns_mhdp_device *mhdp, in cdns_mhdp_dpcd_read()
359 int cdns_mhdp_get_hpd_status(struct cdns_mhdp_device *mhdp) in cdns_mhdp_get_hpd_status()
398 struct cdns_mhdp_device *mhdp = data; in cdns_mhdp_get_edid_block()
698 struct cdns_mhdp_device *mhdp) in cdns_mhdp_fw_activate()
766 struct cdns_mhdp_device *mhdp = context; in cdns_mhdp_fw_cb()
1005 struct cdns_mhdp_device *mhdp, in cdns_mhdp_print_lt_status()
2333 struct cdns_mhdp_device *mhdp; in cdns_mhdp_modeset_retry_fn()
2356 struct cdns_mhdp_device *mhdp = data; in cdns_mhdp_irq_handler()
2409 struct cdns_mhdp_device *mhdp = container_of(work, in cdns_mhdp_hpd_work()
2410 struct cdns_mhdp_device, in cdns_mhdp_hpd_work()
[all …]
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);
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()

Completed in 15 milliseconds