Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/base/
Dbase.h46 struct driver_private { struct
53 #define to_driver(obj) container_of(obj, struct driver_private, kobj) argument
Dbus.c59 struct driver_private *drv_priv = to_driver(kobj); in drv_attr_show()
71 struct driver_private *drv_priv = to_driver(kobj); in drv_attr_store()
86 struct driver_private *drv_priv = to_driver(kobj); in driver_release()
423 struct driver_private *drv_priv; in next_driver()
426 drv_priv = container_of(n, struct driver_private, knode_bus); in next_driver()
678 struct driver_private *priv; in bus_add_driver()
Ddriver.c214 struct driver_private *priv; in driver_find()
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_mic.c313 struct exynos_mic *mic = bridge->driver_private; in mic_post_disable()
333 struct exynos_mic *mic = bridge->driver_private; in mic_pre_enable()
378 struct exynos_mic *mic = bridge->driver_private; in mic_destroy()
440 mic->bridge.driver_private = mic; in exynos_mic_probe()
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_dvo.c161 struct sti_dvo *dvo = bridge->driver_private; in sti_dvo_disable()
185 struct sti_dvo *dvo = bridge->driver_private; in sti_dvo_pre_enable()
233 struct sti_dvo *dvo = bridge->driver_private; in sti_dvo_set_mode()
417 bridge->driver_private = dvo; in sti_dvo_bind()
Dsti_hda.c350 struct sti_hda *hda = bridge->driver_private; in sti_hda_disable()
375 struct sti_hda *hda = bridge->driver_private; in sti_hda_pre_enable()
466 struct sti_hda *hda = bridge->driver_private; in sti_hda_set_mode()
664 bridge->driver_private = hda; in sti_hda_bind()
Dsti_hdmi.c453 struct sti_hdmi *hdmi = bridge->driver_private; in sti_hdmi_disable()
486 struct sti_hdmi *hdmi = bridge->driver_private; in sti_hdmi_pre_enable()
534 struct sti_hdmi *hdmi = bridge->driver_private; in sti_hdmi_set_mode()
716 bridge->driver_private = hdmi; in sti_hdmi_bind()
/linux-4.4.14/drivers/gpu/drm/bridge/
Ddw_hdmi.c1383 struct dw_hdmi *hdmi = bridge->driver_private; in dw_hdmi_bridge_mode_set()
1402 struct dw_hdmi *hdmi = bridge->driver_private; in dw_hdmi_bridge_disable()
1413 struct dw_hdmi *hdmi = bridge->driver_private; in dw_hdmi_bridge_enable()
1635 bridge->driver_private = hdmi; in dw_hdmi_register()
/linux-4.4.14/include/linux/
Ddevice.h35 struct driver_private;
281 struct driver_private *p;
/linux-4.4.14/include/drm/
Ddrm_crtc.h918 void *driver_private; member