Lines Matching refs:thc63_dev
26 struct thc63_dev { struct
40 static inline struct thc63_dev *to_thc63(struct drm_bridge *bridge) in to_thc63() argument
42 return container_of(bridge, struct thc63_dev, bridge); in to_thc63()
49 struct thc63_dev *thc63 = to_thc63(bridge); in thc63_attach()
58 struct thc63_dev *thc63 = to_thc63(bridge); in thc63_mode_valid()
87 struct thc63_dev *thc63 = to_thc63(bridge); in thc63_enable()
103 struct thc63_dev *thc63 = to_thc63(bridge); in thc63_disable()
122 static int thc63_parse_dt(struct thc63_dev *thc63) in thc63_parse_dt()
159 static int thc63_gpio_init(struct thc63_dev *thc63) in thc63_gpio_init()
181 struct thc63_dev *thc63; in thc63_probe()
184 thc63 = devm_drm_bridge_alloc(&pdev->dev, struct thc63_dev, bridge, in thc63_probe()
221 struct thc63_dev *thc63 = platform_get_drvdata(pdev); in thc63_remove()