Searched refs:container_of_const (Results 1 – 25 of 61) sorted by relevance
123
/include/linux/ |
A D | wmi.h | 37 #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 D | mcb.h | 78 #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 D | container_of.h | 35 #define container_of_const(ptr, type, member) \ macro
|
A D | dfl.h | 74 #define to_dfl_drv(d) container_of_const(d, struct dfl_driver, drv)
|
A D | moxtet.h | 65 ( __drv ? container_of_const(__drv, struct moxtet_driver, driver) : NULL )
|
A D | eisa.h | 66 #define to_eisa_driver(drv) container_of_const(drv,struct eisa_driver, driver)
|
A D | greybus.h | 67 #define to_greybus_driver(d) container_of_const(d, struct greybus_driver, driver)
|
A D | tc.h | 111 #define to_tc_driver(drv) container_of_const(drv, struct tc_driver, driver)
|
A D | fsi.h | 47 #define to_fsi_drv(drvp) container_of_const(drvp, struct fsi_driver, drv)
|
A D | maple.h | 100 #define to_maple_driver(n) container_of_const(n, struct maple_driver, drv)
|
A D | zorro.h | 55 #define to_zorro_driver(drv) container_of_const(drv, struct zorro_driver, driver)
|
A D | virtio.h | 173 #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 D | tee_drv.h | 301 container_of_const(d, struct tee_client_driver, driver)
|
A D | serio.h | 84 #define to_serio_driver(d) container_of_const(d, struct serio_driver, driver)
|
A D | slimbus.h | 94 #define to_slim_driver(d) container_of_const(d, struct slim_driver, driver)
|
A D | nd.h | 87 #define to_nd_device_driver(__drv) container_of_const(__drv, struct nd_device_driver, drv)
|
/include/linux/soundwire/ |
A D | sdw_type.h | 16 #define drv_to_sdw_driver(_drv) container_of_const(_drv, struct sdw_driver, driver)
|
/include/linux/device/ |
A D | faux.h | 32 #define to_faux_device(x) container_of_const((x), struct faux_device, dev)
|
/include/net/ |
A D | af_unix.h | 57 #define unix_sk(ptr) container_of_const(ptr, struct unix_sock, sk)
|
A D | raw.h | 86 #define raw_sk(ptr) container_of_const(ptr, struct raw_sock, inet.sk)
|
/include/sound/ac97/ |
A D | codec.h | 76 #define to_ac97_driver(__drv) container_of_const(__drv, struct ac97_codec_driver, driver)
|
/include/linux/i3c/ |
A D | device.h | 186 #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 D | xenbus.h | 99 #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 D | device.h | 231 #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 D | bus.h | 110 #define to_amba_device(d) container_of_const(d, struct amba_device, dev)
|
Completed in 31 milliseconds
123