Lines Matching refs:tpd12s015_device
24 struct tpd12s015_device { struct
35 static inline struct tpd12s015_device *to_tpd12s015(struct drm_bridge *bridge) in to_tpd12s015() argument
37 return container_of(bridge, struct tpd12s015_device, bridge); in to_tpd12s015()
43 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_attach()
64 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_detach()
71 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_detect()
81 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_hpd_enable()
88 struct tpd12s015_device *tpd = to_tpd12s015(bridge); in tpd12s015_hpd_disable()
103 struct tpd12s015_device *tpd = data; in tpd12s015_hpd_isr()
113 struct tpd12s015_device *tpd; in tpd12s015_probe()
184 struct tpd12s015_device *tpd = platform_get_drvdata(pdev); in tpd12s015_remove()