Home
last modified time | relevance | path

Searched refs:container_of_const (Results 1 – 25 of 61) sorted by relevance

123

/include/linux/
A Dwmi.h37 #define to_wmi_device(device) container_of_const(device, struct wmi_device, dev)
82 #define to_wmi_driver(drv) container_of_const(drv, struct wmi_driver, driver)
A Dmcb.h78 #define to_mcb_device(__dev) container_of_const(__dev, struct mcb_device, dev)
97 #define to_mcb_driver(__drv) container_of_const(__drv, struct mcb_driver, driver)
A Dcontainer_of.h35 #define container_of_const(ptr, type, member) \ macro
A Ddfl.h74 #define to_dfl_drv(d) container_of_const(d, struct dfl_driver, drv)
A Dmoxtet.h65 ( __drv ? container_of_const(__drv, struct moxtet_driver, driver) : NULL )
A Deisa.h66 #define to_eisa_driver(drv) container_of_const(drv,struct eisa_driver, driver)
A Dgreybus.h67 #define to_greybus_driver(d) container_of_const(d, struct greybus_driver, driver)
A Dtc.h111 #define to_tc_driver(drv) container_of_const(drv, struct tc_driver, driver)
A Dfsi.h47 #define to_fsi_drv(drvp) container_of_const(drvp, struct fsi_driver, drv)
A Dmaple.h100 #define to_maple_driver(n) container_of_const(n, struct maple_driver, drv)
A Dzorro.h55 #define to_zorro_driver(drv) container_of_const(drv, struct zorro_driver, driver)
A Dvirtio.h173 #define dev_to_virtio(_dev) container_of_const(_dev, struct virtio_device, dev)
248 #define drv_to_virtio(__drv) container_of_const(__drv, struct virtio_driver, driver)
A Dtee_drv.h301 container_of_const(d, struct tee_client_driver, driver)
A Dserio.h84 #define to_serio_driver(d) container_of_const(d, struct serio_driver, driver)
A Dslimbus.h94 #define to_slim_driver(d) container_of_const(d, struct slim_driver, driver)
A Dnd.h87 #define to_nd_device_driver(__drv) container_of_const(__drv, struct nd_device_driver, drv)
/include/linux/soundwire/
A Dsdw_type.h16 #define drv_to_sdw_driver(_drv) container_of_const(_drv, struct sdw_driver, driver)
/include/linux/device/
A Dfaux.h32 #define to_faux_device(x) container_of_const((x), struct faux_device, dev)
/include/net/
A Daf_unix.h57 #define unix_sk(ptr) container_of_const(ptr, struct unix_sock, sk)
A Draw.h86 #define raw_sk(ptr) container_of_const(ptr, struct raw_sock, inet.sk)
/include/sound/ac97/
A Dcodec.h76 #define to_ac97_driver(__drv) container_of_const(__drv, struct ac97_codec_driver, driver)
/include/linux/i3c/
A Ddevice.h186 #define drv_to_i3cdrv(__drv) container_of_const(__drv, struct i3c_driver, driver)
196 #define dev_to_i3cdev(__dev) container_of_const(__dev, struct i3c_device, dev)
/include/xen/
A Dxenbus.h99 #define to_xenbus_device(__dev) container_of_const(__dev, struct xenbus_device, dev)
127 #define to_xenbus_driver(__drv) container_of_const(__drv, struct xenbus_driver, driver)
/include/linux/surface_aggregator/
A Ddevice.h231 #define to_ssam_device(d) container_of_const(d, struct ssam_device, dev)
245 #define to_ssam_device_driver(d) container_of_const(d, struct ssam_device_driver, driver)
/include/linux/amba/
A Dbus.h110 #define to_amba_device(d) container_of_const(d, struct amba_device, dev)

Completed in 31 milliseconds

123