Home
last modified time | relevance | path

Searched refs:msm_dp_aux (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/gpu/drm/msm/dp/
H A Ddp_aux.c276 aux = container_of(msm_dp_aux, struct msm_dp_aux_private, msm_dp_aux); in msm_dp_aux_transfer()
377 if (!msm_dp_aux) { in msm_dp_aux_isr()
382 aux = container_of(msm_dp_aux, struct msm_dp_aux_private, msm_dp_aux); in msm_dp_aux_isr()
436 aux = container_of(msm_dp_aux, struct msm_dp_aux_private, msm_dp_aux); in msm_dp_aux_enable_xfers()
444 aux = container_of(msm_dp_aux, struct msm_dp_aux_private, msm_dp_aux); in msm_dp_aux_reconfig()
454 if (!msm_dp_aux) { in msm_dp_aux_init()
459 aux = container_of(msm_dp_aux, struct msm_dp_aux_private, msm_dp_aux); in msm_dp_aux_init()
474 aux = container_of(msm_dp_aux, struct msm_dp_aux_private, msm_dp_aux); in msm_dp_aux_deinit()
488 if (!msm_dp_aux) { in msm_dp_aux_register()
514 aux = container_of(msm_dp_aux, struct msm_dp_aux_private, msm_dp_aux); in msm_dp_wait_hpd_asserted()
[all …]
H A Ddp_aux.h12 int msm_dp_aux_register(struct drm_dp_aux *msm_dp_aux);
13 void msm_dp_aux_unregister(struct drm_dp_aux *msm_dp_aux);
14 irqreturn_t msm_dp_aux_isr(struct drm_dp_aux *msm_dp_aux);
15 void msm_dp_aux_enable_xfers(struct drm_dp_aux *msm_dp_aux, bool enabled);
16 void msm_dp_aux_init(struct drm_dp_aux *msm_dp_aux);
17 void msm_dp_aux_deinit(struct drm_dp_aux *msm_dp_aux);
18 void msm_dp_aux_reconfig(struct drm_dp_aux *msm_dp_aux);