Lines Matching defs:anx78xx

66 struct anx78xx {  struct
72 struct anx78xx_platform_data pdata; argument
88 static inline struct anx78xx *connector_to_anx78xx(struct drm_connector *c) in connector_to_anx78xx() argument
111 struct anx78xx *anx78xx = container_of(aux, struct anx78xx, aux); in anx78xx_aux_transfer() local
115 static int anx78xx_set_hpd(struct anx78xx *anx78xx) in anx78xx_set_hpd()
132 static int anx78xx_clear_hpd(struct anx78xx *anx78xx) in anx78xx_clear_hpd()
159 static int anx78xx_rx_initialization(struct anx78xx *anx78xx) in anx78xx_rx_initialization()
240 static int anx78xx_link_phy_initialization(struct anx78xx *anx78xx) in anx78xx_link_phy_initialization()
267 static int anx78xx_xtal_clk_sel(struct anx78xx *anx78xx) in anx78xx_xtal_clk_sel()
327 static int anx78xx_tx_initialization(struct anx78xx *anx78xx) in anx78xx_tx_initialization()
437 static int anx78xx_enable_interrupts(struct anx78xx *anx78xx) in anx78xx_enable_interrupts()
467 static void anx78xx_poweron(struct anx78xx *anx78xx) in anx78xx_poweron()
503 static void anx78xx_poweroff(struct anx78xx *anx78xx) in anx78xx_poweroff()
531 static int anx78xx_start(struct anx78xx *anx78xx) in anx78xx_start()
574 static int anx78xx_init_pdata(struct anx78xx *anx78xx) in anx78xx_init_pdata()
604 static int anx78xx_dp_link_training(struct anx78xx *anx78xx) in anx78xx_dp_link_training()
752 static int anx78xx_config_dp_output(struct anx78xx *anx78xx) in anx78xx_config_dp_output()
770 static int anx78xx_send_video_infoframe(struct anx78xx *anx78xx, in anx78xx_send_video_infoframe()
806 static int anx78xx_get_downstream_info(struct anx78xx *anx78xx) in anx78xx_get_downstream_info()
827 struct anx78xx *anx78xx = connector_to_anx78xx(connector); in anx78xx_get_modes() local
873 struct anx78xx *anx78xx = connector_to_anx78xx(connector); in anx78xx_detect() local
893 struct anx78xx *anx78xx = bridge_to_anx78xx(bridge); in anx78xx_bridge_attach() local
969 struct anx78xx *anx78xx = bridge_to_anx78xx(bridge); in anx78xx_bridge_disable() local
980 struct anx78xx *anx78xx = bridge_to_anx78xx(bridge); in anx78xx_bridge_mode_set() local
1007 struct anx78xx *anx78xx = bridge_to_anx78xx(bridge); in anx78xx_bridge_enable() local
1032 struct anx78xx *anx78xx = data; in anx78xx_hpd_threaded_handler() local
1052 static int anx78xx_handle_dp_int_1(struct anx78xx *anx78xx, u8 irq) in anx78xx_handle_dp_int_1()
1071 static bool anx78xx_handle_common_int_4(struct anx78xx *anx78xx, u8 irq) in anx78xx_handle_common_int_4()
1100 static void anx78xx_handle_hdmi_int_1(struct anx78xx *anx78xx, u8 irq) in anx78xx_handle_hdmi_int_1()
1142 struct anx78xx *anx78xx = data; in anx78xx_intp_threaded_handler() local
1193 static void unregister_i2c_dummy_clients(struct anx78xx *anx78xx) in unregister_i2c_dummy_clients()
1216 struct anx78xx *anx78xx; in anx78xx_i2c_probe() local
1356 struct anx78xx *anx78xx = i2c_get_clientdata(client); in anx78xx_i2c_remove() local