Home
last modified time | relevance | path

Searched refs:__dev (Results 1 – 13 of 13) sorted by relevance

/include/net/
A Dnet_debug.h55 #define netdev_dbg(__dev, format, args...) \ argument
57 dynamic_netdev_dbg(__dev, format, ##args); \
60 #define netdev_dbg(__dev, format, args...) \ argument
61 netdev_printk(KERN_DEBUG, __dev, format, ##args)
63 #define netdev_dbg(__dev, format, args...) \ argument
66 netdev_printk(KERN_DEBUG, __dev, format, ##args); \
/include/linux/
A Dmcb.h78 #define to_mcb_device(__dev) container_of_const(__dev, struct mcb_device, dev) argument
A Dpower_supply.h352 #define dev_to_psy(__dev) container_of_const(__dev, struct power_supply, dev) argument
A Dusb.h275 #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 Dmdio.h48 #define to_mdio_device(__dev) container_of_const(__dev, struct mdio_device, dev) argument
A Dntb.h436 #define dev_ntb(__dev) container_of((__dev), struct ntb_dev, dev) argument
A Dphy.h771 #define to_phy_device(__dev) container_of_const(to_mdio_device(__dev), struct phy_device, mdio) argument
/include/linux/i3c/
A Ddevice.h196 #define dev_to_i3cdev(__dev) container_of_const(__dev, struct i3c_device, dev) argument
/include/xen/
A Dxenbus.h99 #define to_xenbus_device(__dev) container_of_const(__dev, struct xenbus_device, dev) argument
/include/drm/
A Ddrm_mipi_dsi.h222 #define to_mipi_dsi_device(__dev) container_of_const(__dev, struct mipi_dsi_device, dev) argument
/include/media/
A Dv4l2-common.h48 #define dev_dbg_lvl(__dev, __level, __debug, __fmt, __arg...) \ argument
51 dev_printk(KERN_DEBUG, __dev, __fmt, ##__arg); \
/include/linux/spi/
A Dspi.h257 #define to_spi_device(__dev) container_of_const(__dev, struct spi_device, dev) argument
/include/rdma/
A Dib_verbs.h80 #define ibdev_dbg(__dev, format, args...) \ argument
81 dynamic_ibdev_dbg(__dev, format, ##args)

Completed in 45 milliseconds