Lines Matching defs:mhdp

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()
322 int cdns_mhdp_set_firmware_active(struct cdns_mhdp_device *mhdp, bool enable) in cdns_mhdp_set_firmware_active()
357 int cdns_mhdp_get_hpd_status(struct cdns_mhdp_device *mhdp) in cdns_mhdp_get_hpd_status()
396 struct cdns_mhdp_device *mhdp = data; in cdns_mhdp_get_edid_block() local
439 int cdns_mhdp_read_hpd_event(struct cdns_mhdp_device *mhdp) in cdns_mhdp_read_hpd_event()
473 int cdns_mhdp_adjust_lt(struct cdns_mhdp_device *mhdp, unsigned int nlanes, in cdns_mhdp_adjust_lt()
624 static unsigned int cdns_mhdp_max_link_rate(struct cdns_mhdp_device *mhdp) in cdns_mhdp_max_link_rate()
629 static u8 cdns_mhdp_max_num_lanes(struct cdns_mhdp_device *mhdp) in cdns_mhdp_max_num_lanes()
634 static u8 cdns_mhdp_eq_training_pattern_supported(struct cdns_mhdp_device *mhdp) in cdns_mhdp_eq_training_pattern_supported()
639 static bool cdns_mhdp_get_ssc_supported(struct cdns_mhdp_device *mhdp) in cdns_mhdp_get_ssc_supported()
645 static enum drm_connector_status cdns_mhdp_detect(struct cdns_mhdp_device *mhdp) in cdns_mhdp_detect()
655 static int cdns_mhdp_check_fw_version(struct cdns_mhdp_device *mhdp) in cdns_mhdp_check_fw_version()
696 struct cdns_mhdp_device *mhdp) in cdns_mhdp_fw_activate()
764 struct cdns_mhdp_device *mhdp = context; in cdns_mhdp_fw_cb() local
801 static int cdns_mhdp_load_firmware(struct cdns_mhdp_device *mhdp) in cdns_mhdp_load_firmware()
819 struct cdns_mhdp_device *mhdp = dev_get_drvdata(aux->dev); in cdns_mhdp_transfer() local
857 static int cdns_mhdp_link_training_init(struct cdns_mhdp_device *mhdp) in cdns_mhdp_link_training_init()
909 static void cdns_mhdp_get_adjust_train(struct cdns_mhdp_device *mhdp, in cdns_mhdp_get_adjust_train()
979 static void cdns_mhdp_adjust_requested_eq(struct cdns_mhdp_device *mhdp, in cdns_mhdp_adjust_requested_eq()
1003 struct cdns_mhdp_device *mhdp, in cdns_mhdp_print_lt_status()
1024 static bool cdns_mhdp_link_training_channel_eq(struct cdns_mhdp_device *mhdp, in cdns_mhdp_link_training_channel_eq()
1089 static void cdns_mhdp_adjust_requested_cr(struct cdns_mhdp_device *mhdp, in cdns_mhdp_adjust_requested_cr()
1111 void cdns_mhdp_validate_cr(struct cdns_mhdp_device *mhdp, bool *cr_done, in cdns_mhdp_validate_cr()
1150 static bool cdns_mhdp_link_training_cr(struct cdns_mhdp_device *mhdp) in cdns_mhdp_link_training_cr()
1245 static int cdns_mhdp_link_training(struct cdns_mhdp_device *mhdp, in cdns_mhdp_link_training()
1339 static u32 cdns_mhdp_get_training_interval_us(struct cdns_mhdp_device *mhdp, in cdns_mhdp_get_training_interval_us()
1351 static void cdns_mhdp_fill_host_caps(struct cdns_mhdp_device *mhdp) in cdns_mhdp_fill_host_caps()
1381 static void cdns_mhdp_fill_sink_caps(struct cdns_mhdp_device *mhdp, in cdns_mhdp_fill_sink_caps()
1405 static int cdns_mhdp_link_up(struct cdns_mhdp_device *mhdp) in cdns_mhdp_link_up()
1479 static void cdns_mhdp_link_down(struct cdns_mhdp_device *mhdp) in cdns_mhdp_link_down()
1489 static struct edid *cdns_mhdp_get_edid(struct cdns_mhdp_device *mhdp, in cdns_mhdp_get_edid()
1500 struct cdns_mhdp_device *mhdp = connector_to_mhdp(connector); in cdns_mhdp_get_modes() local
1541 struct cdns_mhdp_device *mhdp = connector_to_mhdp(conn); in cdns_mhdp_connector_detect() local
1572 bool cdns_mhdp_bandwidth_ok(struct cdns_mhdp_device *mhdp, in cdns_mhdp_bandwidth_ok()
1603 struct cdns_mhdp_device *mhdp = connector_to_mhdp(conn); in cdns_mhdp_mode_valid() local
1631 static int cdns_mhdp_connector_init(struct cdns_mhdp_device *mhdp) in cdns_mhdp_connector_init()
1671 struct cdns_mhdp_device *mhdp = bridge_to_mhdp(bridge); in cdns_mhdp_attach() local
1698 static void cdns_mhdp_configure_video(struct cdns_mhdp_device *mhdp, in cdns_mhdp_configure_video()
1869 static void cdns_mhdp_sst_enable(struct cdns_mhdp_device *mhdp, in cdns_mhdp_sst_enable()
1917 struct cdns_mhdp_device *mhdp = bridge_to_mhdp(bridge); in cdns_mhdp_atomic_enable() local
1996 struct cdns_mhdp_device *mhdp = bridge_to_mhdp(bridge); in cdns_mhdp_atomic_disable() local
2024 struct cdns_mhdp_device *mhdp = bridge_to_mhdp(bridge); in cdns_mhdp_detach() local
2086 struct cdns_mhdp_device *mhdp = bridge_to_mhdp(bridge); in cdns_mhdp_atomic_check() local
2106 struct cdns_mhdp_device *mhdp = bridge_to_mhdp(bridge); in cdns_mhdp_bridge_detect() local
2114 struct cdns_mhdp_device *mhdp = bridge_to_mhdp(bridge); in cdns_mhdp_bridge_get_edid() local
2121 struct cdns_mhdp_device *mhdp = bridge_to_mhdp(bridge); in cdns_mhdp_bridge_hpd_enable() local
2131 struct cdns_mhdp_device *mhdp = bridge_to_mhdp(bridge); in cdns_mhdp_bridge_hpd_disable() local
2151 static bool cdns_mhdp_detect_hpd(struct cdns_mhdp_device *mhdp, bool *hpd_pulse) in cdns_mhdp_detect_hpd()
2179 static int cdns_mhdp_update_link_status(struct cdns_mhdp_device *mhdp) in cdns_mhdp_update_link_status()
2265 struct cdns_mhdp_device *mhdp; in cdns_mhdp_modeset_retry_fn() local
2288 struct cdns_mhdp_device *mhdp = data; in cdns_mhdp_irq_handler() local
2327 struct cdns_mhdp_device *mhdp; in cdns_mhdp_probe() local
2460 struct cdns_mhdp_device *mhdp = dev_get_drvdata(&pdev->dev); in cdns_mhdp_remove() local