Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
H A Dthc63lvd1024.c48 struct thc63_dev *thc63 = to_thc63(bridge); in thc63_attach() local
50 return drm_bridge_attach(bridge->encoder, thc63->next, bridge, flags); in thc63_attach()
57 struct thc63_dev *thc63 = to_thc63(bridge); in thc63_mode_valid() local
67 if (thc63->timings.dual_link) { in thc63_mode_valid()
86 struct thc63_dev *thc63 = to_thc63(bridge); in thc63_enable() local
89 ret = regulator_enable(thc63->vcc); in thc63_enable()
91 dev_err(thc63->dev, in thc63_enable()
96 gpiod_set_value(thc63->pdwn, 0); in thc63_enable()
97 gpiod_set_value(thc63->oe, 1); in thc63_enable()
102 struct thc63_dev *thc63 in thc63_disable() local
121 thc63_parse_dt(struct thc63_dev *thc63) thc63_parse_dt() argument
173 thc63_gpio_init(struct thc63_dev *thc63) thc63_gpio_init() argument
195 struct thc63_dev *thc63; thc63_probe() local
235 struct thc63_dev *thc63 = platform_get_drvdata(pdev); thc63_remove() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dthc63lvd1024.c48 struct thc63_dev *thc63 = to_thc63(bridge); in thc63_attach() local
50 return drm_bridge_attach(bridge->encoder, thc63->next, bridge, flags); in thc63_attach()
57 struct thc63_dev *thc63 = to_thc63(bridge); in thc63_mode_valid() local
67 if (thc63->timings.dual_link) { in thc63_mode_valid()
86 struct thc63_dev *thc63 = to_thc63(bridge); in thc63_enable() local
89 ret = regulator_enable(thc63->vcc); in thc63_enable()
91 dev_err(thc63->dev, in thc63_enable()
96 gpiod_set_value(thc63->pdwn, 0); in thc63_enable()
97 gpiod_set_value(thc63->oe, 1); in thc63_enable()
102 struct thc63_dev *thc63 in thc63_disable() local
121 thc63_parse_dt(struct thc63_dev *thc63) thc63_parse_dt() argument
173 thc63_gpio_init(struct thc63_dev *thc63) thc63_gpio_init() argument
195 struct thc63_dev *thc63; thc63_probe() local
235 struct thc63_dev *thc63 = platform_get_drvdata(pdev); thc63_remove() local
[all...]

Completed in 2 milliseconds