Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dcontainer_of.h32 #define container_of_const(ptr, type, member) \ macro
A Dmcb.h79 #define to_mcb_device(__dev) container_of_const(__dev, struct mcb_device, dev)
A Dfirewire.h211 #define fw_device(dev) container_of_const(dev, struct fw_device, device)
229 #define fw_unit(dev) container_of_const(dev, struct fw_unit, device)
A Dvirtio.h130 #define dev_to_virtio(_dev) container_of_const(_dev, struct virtio_device, dev)
A Dusb.h262 #define to_usb_interface(__dev) container_of_const(__dev, struct usb_interface, dev)
725 #define to_usb_device(__dev) container_of_const(__dev, struct usb_device, dev)
A Ddevice.h683 #define kobj_to_dev(__kobj) container_of_const(__kobj, struct device, kobj)
A Dhyperv.h1312 #define device_to_hv_device(d) container_of_const(d, struct hv_device, device)
/linux-6.3-rc2/drivers/base/firmware_loader/
A Dsysfs.h83 #define to_fw_sysfs(__dev) container_of_const(__dev, struct fw_sysfs, dev)
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dvio.h164 #define to_vio_dev(__dev) container_of_const(__dev, struct vio_dev, dev)
/linux-6.3-rc2/drivers/base/
A Dbase.h58 #define to_subsys_private(obj) container_of_const(obj, struct subsys_private, subsys.kobj)
A Dbus.c76 sp = container_of_const(kset, struct subsys_private, subsys); in bus_to_subsys()
/linux-6.3-rc2/include/linux/i3c/
A Ddevice.h197 #define dev_to_i3cdev(__dev) container_of_const(__dev, struct i3c_device, dev)
/linux-6.3-rc2/include/xen/
A Dxenbus.h99 #define to_xenbus_device(__dev) container_of_const(__dev, struct xenbus_device, dev)
/linux-6.3-rc2/include/linux/surface_aggregator/
A Ddevice.h232 #define to_ssam_device(d) container_of_const(d, struct ssam_device, dev)
/linux-6.3-rc2/include/drm/
A Ddrm_mipi_dsi.h200 #define to_mipi_dsi_device(__dev) container_of_const(__dev, struct mipi_dsi_device, dev)
/linux-6.3-rc2/drivers/misc/
A Dtifm_core.c60 const struct tifm_dev *sock = container_of_const(dev, struct tifm_dev, dev); in tifm_uevent()
/linux-6.3-rc2/arch/sparc/include/asm/
A Dvio.h491 #define to_vio_dev(__dev) container_of_const(__dev, struct vio_dev, dev)
/linux-6.3-rc2/drivers/platform/x86/
A Dwmi.c696 #define dev_to_wblock(__dev) container_of_const(__dev, struct wmi_block, dev.dev)
697 #define dev_to_wdev(__dev) container_of_const(__dev, struct wmi_device, dev)
/linux-6.3-rc2/drivers/memstick/core/
A Dmemstick.c62 const struct memstick_dev *card = container_of_const(dev, struct memstick_dev, in memstick_uevent()
/linux-6.3-rc2/drivers/bcma/
A Dmain.c632 const struct bcma_device *core = container_of_const(dev, struct bcma_device, dev); in bcma_device_uevent()
/linux-6.3-rc2/drivers/thunderbolt/
A Dxdomain.c958 const struct tb_service *svc = container_of_const(dev, struct tb_service, dev); in tb_service_uevent()

Completed in 66 milliseconds