Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/base/
Dbase.h46 struct driver_private { struct
53 #define to_driver(obj) container_of(obj, struct driver_private, kobj) argument
Dbus.c58 struct driver_private *drv_priv = to_driver(kobj); in drv_attr_show()
70 struct driver_private *drv_priv = to_driver(kobj); in drv_attr_store()
85 struct driver_private *drv_priv = to_driver(kobj); in driver_release()
422 struct driver_private *drv_priv; in next_driver()
425 drv_priv = container_of(n, struct driver_private, knode_bus); in next_driver()
669 struct driver_private *priv; in bus_add_driver()
Ddriver.c214 struct driver_private *priv; in driver_find()
/linux-4.1.27/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()
416 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()
663 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()
729 bridge->driver_private = hdmi; in sti_hdmi_bind()
/linux-4.1.27/drivers/staging/unisys/virtpci/
Dvirtpci.c45 struct driver_private { struct
53 #define to_driver(obj) container_of(obj, struct driver_private, kobj) argument
1179 struct driver_private *dprivate = to_driver(kobj); in virtpci_driver_attr_show()
1195 struct driver_private *dprivate = to_driver(kobj); in virtpci_driver_attr_store()
/linux-4.1.27/drivers/gpu/drm/bridge/
Ddw_hdmi.c1349 struct dw_hdmi *hdmi = bridge->driver_private; in dw_hdmi_bridge_mode_set()
1366 struct dw_hdmi *hdmi = bridge->driver_private; in dw_hdmi_bridge_disable()
1373 struct dw_hdmi *hdmi = bridge->driver_private; in dw_hdmi_bridge_enable()
1528 bridge->driver_private = hdmi; in dw_hdmi_register()
/linux-4.1.27/include/linux/
Ddevice.h35 struct driver_private;
251 struct driver_private *p;
/linux-4.1.27/include/drm/
Ddrm_crtc.h913 void *driver_private; member