Searched defs:__dev (Results 1 – 13 of 13) sorted by relevance
| /include/net/ |
| A D | net_debug.h | 55 #define netdev_dbg(__dev, format, args...) \ argument 60 #define netdev_dbg(__dev, format, args...) \ argument 63 #define netdev_dbg(__dev, format, args...) \ argument
|
| /include/linux/ |
| A D | mcb.h | 78 #define to_mcb_device(__dev) container_of_const(__dev, struct mcb_device, dev) argument
|
| A D | mdio.h | 48 #define to_mdio_device(__dev) container_of_const(__dev, struct mdio_device, dev) argument
|
| A D | usb.h | 275 #define to_usb_interface(__dev) container_of_const(__dev, struct usb_interface, dev) argument 740 #define to_usb_device(__dev) container_of_const(__dev, struct usb_device, dev) argument
|
| A D | ntb.h | 436 #define dev_ntb(__dev) container_of((__dev), struct ntb_dev, dev) argument
|
| A D | power_supply.h | 352 #define dev_to_psy(__dev) container_of_const(__dev, struct power_supply, dev) argument
|
| A D | phy.h | 771 #define to_phy_device(__dev) container_of_const(to_mdio_device(__dev), struct phy_device, mdio) argument
|
| /include/xen/ |
| A D | xenbus.h | 99 #define to_xenbus_device(__dev) container_of_const(__dev, struct xenbus_device, dev) argument
|
| /include/linux/i3c/ |
| A D | device.h | 196 #define dev_to_i3cdev(__dev) container_of_const(__dev, struct i3c_device, dev) argument
|
| /include/drm/ |
| A D | drm_mipi_dsi.h | 222 #define to_mipi_dsi_device(__dev) container_of_const(__dev, struct mipi_dsi_device, dev) argument
|
| /include/media/ |
| A D | v4l2-common.h | 48 #define dev_dbg_lvl(__dev, __level, __debug, __fmt, __arg...) \ argument
|
| /include/linux/spi/ |
| A D | spi.h | 257 #define to_spi_device(__dev) container_of_const(__dev, struct spi_device, dev) argument
|
| /include/rdma/ |
| A D | ib_verbs.h | 80 #define ibdev_dbg(__dev, format, args...) \ argument
|
Completed in 55 milliseconds