Home
last modified time | relevance | path

Searched refs:ps8640 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
H A Dparade-ps8640.c60 struct ps8640 { struct
71 static inline struct ps8640 *bridge_to_ps8640(struct drm_bridge *e) in bridge_to_ps8640()
73 return container_of(e, struct ps8640, bridge); in bridge_to_ps8640()
76 static int ps8640_bridge_vdo_control(struct ps8640 *ps_bridge, in ps8640_bridge_vdo_control()
95 static void ps8640_bridge_poweron(struct ps8640 *ps_bridge) in ps8640_bridge_poweron()
117 * Wait for the ps8640 embedded MCU to be ready in ps8640_bridge_poweron()
175 static void ps8640_bridge_poweroff(struct ps8640 *ps_bridge) in ps8640_bridge_poweroff()
194 struct ps8640 *ps_bridge = bridge_to_ps8640(bridge); in ps8640_pre_enable()
206 struct ps8640 *ps_bridge = bridge_to_ps8640(bridge); in ps8640_post_disable()
215 struct ps8640 *ps_bridg in ps8640_bridge_attach()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dparade-ps8640.c97 struct ps8640 { struct
148 static inline struct ps8640 *bridge_to_ps8640(struct drm_bridge *e) in bridge_to_ps8640()
150 return container_of(e, struct ps8640, bridge); in bridge_to_ps8640()
153 static inline struct ps8640 *aux_to_ps8640(struct drm_dp_aux *aux) in aux_to_ps8640()
155 return container_of(aux, struct ps8640, aux); in aux_to_ps8640()
158 static int _ps8640_wait_hpd_asserted(struct ps8640 *ps_bridge, unsigned long wait_us) in _ps8640_wait_hpd_asserted()
191 struct ps8640 *ps_bridge = aux_to_ps8640(aux); in ps8640_wait_hpd_asserted()
211 struct ps8640 *ps_bridge = aux_to_ps8640(aux); in ps8640_aux_transfer_msg()
345 struct ps8640 *ps_bridge = aux_to_ps8640(aux); in ps8640_aux_transfer()
366 static void ps8640_bridge_vdo_control(struct ps8640 *ps_bridg
[all...]

Completed in 2 milliseconds