Home
last modified time | relevance | path

Searched refs:driver_private (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/exynos/
Dexynos_drm_mic.c234 struct exynos_mic *mic = bridge->driver_private; in mic_post_disable()
253 struct exynos_mic *mic = bridge->driver_private; in mic_mode_set()
263 struct exynos_mic *mic = bridge->driver_private; in mic_pre_enable()
313 mic->bridge.driver_private = mic; in exynos_mic_bind()
/Linux-v5.4/drivers/base/
Dbase.h47 struct driver_private { struct
54 #define to_driver(obj) container_of(obj, struct driver_private, kobj) argument
Dbus.c60 struct driver_private *drv_priv = to_driver(kobj); in drv_attr_show()
72 struct driver_private *drv_priv = to_driver(kobj); in drv_attr_store()
87 struct driver_private *drv_priv = to_driver(kobj); in driver_release()
389 struct driver_private *drv_priv; in next_driver()
392 drv_priv = container_of(n, struct driver_private, knode_bus); in next_driver()
596 struct driver_private *priv; in bus_add_driver()
Ddriver.c216 struct driver_private *priv; in driver_find()
/Linux-v5.4/drivers/gpu/drm/sti/
Dsti_dvo.c212 struct sti_dvo *dvo = bridge->driver_private; in sti_dvo_disable()
235 struct sti_dvo *dvo = bridge->driver_private; in sti_dvo_pre_enable()
282 struct sti_dvo *dvo = bridge->driver_private; in sti_dvo_set_mode()
464 bridge->driver_private = dvo; in sti_dvo_bind()
Dsti_hda.c402 struct sti_hda *hda = bridge->driver_private; in sti_hda_disable()
427 struct sti_hda *hda = bridge->driver_private; in sti_hda_pre_enable()
518 struct sti_hda *hda = bridge->driver_private; in sti_hda_set_mode()
701 bridge->driver_private = hda; in sti_hda_bind()
Dsti_hdmi.c743 struct sti_hdmi *hdmi = bridge->driver_private; in sti_hdmi_disable()
875 struct sti_hdmi *hdmi = bridge->driver_private; in sti_hdmi_pre_enable()
930 struct sti_hdmi *hdmi = bridge->driver_private; in sti_hdmi_set_mode()
1280 bridge->driver_private = hdmi; in sti_hdmi_bind()
/Linux-v5.4/drivers/gpu/drm/bridge/analogix/
Danalogix_dp_core.c1220 struct analogix_dp_device *dp = bridge->driver_private; in analogix_dp_bridge_attach()
1294 struct analogix_dp_device *dp = bridge->driver_private; in analogix_dp_bridge_atomic_pre_enable()
1371 struct analogix_dp_device *dp = bridge->driver_private; in analogix_dp_bridge_atomic_enable()
1408 struct analogix_dp_device *dp = bridge->driver_private; in analogix_dp_bridge_disable()
1445 struct analogix_dp_device *dp = bridge->driver_private; in analogix_dp_bridge_atomic_disable()
1469 struct analogix_dp_device *dp = bridge->driver_private; in analogix_dp_bridge_atomic_post_disable()
1491 struct analogix_dp_device *dp = bridge->driver_private; in analogix_dp_bridge_mode_set()
1587 bridge->driver_private = dp; in analogix_dp_create_bridge()
/Linux-v5.4/include/drm/
Ddrm_bridge.h400 void *driver_private; member
/Linux-v5.4/drivers/gpu/drm/bridge/
Dthc63lvd1024.c221 thc63->bridge.driver_private = thc63; in thc63_probe()
/Linux-v5.4/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c2230 struct dw_hdmi *hdmi = bridge->driver_private; in dw_hdmi_bridge_attach()
2263 struct dw_hdmi *hdmi = bridge->driver_private; in dw_hdmi_bridge_detach()
2275 struct dw_hdmi *hdmi = bridge->driver_private; in dw_hdmi_bridge_mode_valid()
2293 struct dw_hdmi *hdmi = bridge->driver_private; in dw_hdmi_bridge_mode_set()
2305 struct dw_hdmi *hdmi = bridge->driver_private; in dw_hdmi_bridge_disable()
2316 struct dw_hdmi *hdmi = bridge->driver_private; in dw_hdmi_bridge_enable()
2789 hdmi->bridge.driver_private = hdmi; in __dw_hdmi_probe()
Ddw-mipi-dsi.c1059 dsi->bridge.driver_private = dsi; in __dw_mipi_dsi_probe()
/Linux-v5.4/include/linux/
Ddevice.h34 struct driver_private;
392 struct driver_private *p;
/Linux-v5.4/drivers/gpu/drm/rcar-du/
Drcar_lvds.c864 lvds->bridge.driver_private = lvds; in rcar_lvds_probe()