Searched defs:__dev (Results 1 – 12 of 12) sorted by relevance
| /include/net/ |
| 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/ |
| D | mcb.h | 78 #define to_mcb_device(__dev) container_of_const(__dev, struct mcb_device, dev) argument
|
| D | mdio.h | 48 #define to_mdio_device(__dev) container_of_const(__dev, struct mdio_device, dev) argument
|
| D | usb.h | 279 #define to_usb_interface(__dev) container_of_const(__dev, struct usb_interface, dev) argument 759 #define to_usb_device(__dev) container_of_const(__dev, struct usb_device, dev) argument
|
| D | ntb.h | 436 #define dev_ntb(__dev) container_of((__dev), struct ntb_dev, dev) argument
|
| D | phy.h | 801 #define to_phy_device(__dev) container_of_const(to_mdio_device(__dev), struct phy_device, mdio) argument
|
| /include/xen/ |
| D | xenbus.h | 99 #define to_xenbus_device(__dev) container_of_const(__dev, struct xenbus_device, dev) argument
|
| /include/linux/i3c/ |
| D | device.h | 196 #define dev_to_i3cdev(__dev) container_of_const(__dev, struct i3c_device, dev) argument
|
| /include/media/ |
| D | v4l2-common.h | 48 #define dev_dbg_lvl(__dev, __level, __debug, __fmt, __arg...) \ argument
|
| /include/drm/ |
| D | drm_mipi_dsi.h | 224 #define to_mipi_dsi_device(__dev) container_of_const(__dev, struct mipi_dsi_device, dev) argument
|
| /include/linux/spi/ |
| D | spi.h | 253 #define to_spi_device(__dev) container_of_const(__dev, struct spi_device, dev) argument
|
| /include/rdma/ |
| D | ib_verbs.h | 82 #define ibdev_dbg(__dev, format, args...) \ argument
|