Searched refs:device_private (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/base/
H A Dbase.h88 * struct device_private - structure to hold the private to the driver core portions of the device structure.
108 struct device_private { struct
121 container_of(obj, struct device_private, knode_parent)
123 container_of(obj, struct device_private, knode_driver)
125 container_of(obj, struct device_private, knode_bus)
127 container_of(obj, struct device_private, knode_class)
H A Ddriver.c24 struct device_private *dev_prv;
H A Dbus.c326 struct device_private *dev_prv;
797 struct device_private *dev_prv = to_device_private_bus(n);
805 struct device_private *dev_prv = to_device_private_bus(n);
1018 struct device_private *dev_prv;
1040 struct device_private *dev_prv;
H A Ddd.c84 struct device_private *private;
245 struct device_private *curr;
306 struct device_private *p;
1338 struct device_private *dev_prv;
1351 struct device_private,
H A Dclass.c160 struct device_private *p = to_device_private_class(n);
H A Dcore.c2560 struct device_private *p = dev->p;
3153 struct device_private *p = to_device_private_parent(n);
3161 struct device_private *p = to_device_private_parent(n);
3959 struct device_private *p;
3972 struct device_private *p;
/linux-master/include/linux/
H A Ddevice.h37 struct device_private;
611 * See the comment of the struct device_private for detail.
708 struct device_private *p;

Completed in 229 milliseconds