Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/base/
Dbase.h47 struct driver_private { struct
54 #define to_driver(obj) container_of(obj, struct driver_private, kobj) argument
Dbus.c57 struct driver_private *drv_priv = to_driver(kobj); in drv_attr_show()
69 struct driver_private *drv_priv = to_driver(kobj); in drv_attr_store()
84 struct driver_private *drv_priv = to_driver(kobj); in driver_release()
420 struct driver_private *drv_priv; in next_driver()
423 drv_priv = container_of(n, struct driver_private, knode_bus); in next_driver()
637 struct driver_private *priv; in bus_add_driver()
Ddriver.c216 struct driver_private *priv; in driver_find()
/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_drm_mic.c233 struct exynos_mic *mic = bridge->driver_private; in mic_post_disable()
252 struct exynos_mic *mic = bridge->driver_private; in mic_mode_set()
262 struct exynos_mic *mic = bridge->driver_private; in mic_pre_enable()
312 mic->bridge.driver_private = mic; in exynos_mic_bind()
/Linux-v4.19/drivers/gpu/drm/sti/
Dsti_dvo.c211 struct sti_dvo *dvo = bridge->driver_private; in sti_dvo_disable()
235 struct sti_dvo *dvo = bridge->driver_private; in sti_dvo_pre_enable()
283 struct sti_dvo *dvo = bridge->driver_private; in sti_dvo_set_mode()
465 bridge->driver_private = dvo; in sti_dvo_bind()
Dsti_hda.c398 struct sti_hda *hda = bridge->driver_private; in sti_hda_disable()
423 struct sti_hda *hda = bridge->driver_private; in sti_hda_pre_enable()
514 struct sti_hda *hda = bridge->driver_private; in sti_hda_set_mode()
697 bridge->driver_private = hda; in sti_hda_bind()
Dsti_hdmi.c739 struct sti_hdmi *hdmi = bridge->driver_private; in sti_hdmi_disable()
868 struct sti_hdmi *hdmi = bridge->driver_private; in sti_hdmi_pre_enable()
923 struct sti_hdmi *hdmi = bridge->driver_private; in sti_hdmi_set_mode()
1273 bridge->driver_private = hdmi; in sti_hdmi_bind()
/Linux-v4.19/include/drm/
Ddrm_bridge.h296 void *driver_private; member
/Linux-v4.19/drivers/gpu/drm/bridge/analogix/
Danalogix_dp_core.c1189 struct analogix_dp_device *dp = bridge->driver_private; in analogix_dp_bridge_attach()
1243 struct analogix_dp_device *dp = bridge->driver_private; in analogix_dp_bridge_pre_enable()
1308 struct analogix_dp_device *dp = bridge->driver_private; in analogix_dp_bridge_enable()
1329 struct analogix_dp_device *dp = bridge->driver_private; in analogix_dp_bridge_disable()
1367 struct analogix_dp_device *dp = bridge->driver_private; in analogix_dp_bridge_mode_set()
1470 bridge->driver_private = dp; in analogix_dp_create_bridge()
/Linux-v4.19/drivers/gpu/drm/bridge/
Dthc63lvd1024.c170 thc63->bridge.driver_private = thc63; in thc63_probe()
/Linux-v4.19/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c1965 struct dw_hdmi *hdmi = bridge->driver_private; in dw_hdmi_bridge_attach()
1986 struct dw_hdmi *hdmi = bridge->driver_private; in dw_hdmi_bridge_mode_valid()
2004 struct dw_hdmi *hdmi = bridge->driver_private; in dw_hdmi_bridge_mode_set()
2016 struct dw_hdmi *hdmi = bridge->driver_private; in dw_hdmi_bridge_disable()
2027 struct dw_hdmi *hdmi = bridge->driver_private; in dw_hdmi_bridge_enable()
2467 hdmi->bridge.driver_private = hdmi; in __dw_hdmi_probe()
Ddw-mipi-dsi.c933 dsi->bridge.driver_private = dsi; in __dw_mipi_dsi_probe()
/Linux-v4.19/drivers/gpu/drm/rcar-du/
Drcar_lvds.c469 lvds->bridge.driver_private = lvds; in rcar_lvds_probe()
/Linux-v4.19/include/linux/
Ddevice.h34 struct driver_private;
300 struct driver_private *p;