Home
last modified time | relevance | path

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

123456

/linux-6.15/drivers/gpu/drm/vc4/
H A Dvc4_drv.h240 container_of_const(_dev, struct vc4_dev, base)
280 container_of_const(to_drm_gem_dma_obj(_bo), struct vc4_bo, base)
290 container_of_const(_fence, struct vc4_fence, base)
376 container_of_const(_state, struct vc4_hvs_state, base)
387 container_of_const(_plane, struct vc4_plane, base)
461 container_of_const(_state, struct vc4_plane_state, base)
490 container_of_const(_encoder, struct vc4_encoder, base)
600 container_of_const(_crtc, struct vc4_crtc, base)
613 return container_of_const(data, struct vc4_pv_data, base); in vc4_crtc_to_vc4_pv_data()
637 container_of_const(_state, struct vc4_crtc_state, base)
H A Dvc4_hdmi.h217 container_of_const(_connector, struct vc4_hdmi, connector)
223 return container_of_const(_encoder, struct vc4_hdmi, encoder); in encoder_to_vc4_hdmi()
/linux-6.15/include/linux/
H 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)
H 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)
H A Dcontainer_of.h32 #define container_of_const(ptr, type, member) \ macro
H A Dvirtio.h170 #define dev_to_virtio(_dev) container_of_const(_dev, struct virtio_device, dev)
245 #define drv_to_virtio(__drv) container_of_const(__drv, struct virtio_driver, driver)
H A Ddfl.h74 #define to_dfl_drv(d) container_of_const(d, struct dfl_driver, drv)
H A Dmoxtet.h65 ( __drv ? container_of_const(__drv, struct moxtet_driver, driver) : NULL )
H A Deisa.h63 #define to_eisa_driver(drv) container_of_const(drv,struct eisa_driver, driver)
H A Dgreybus.h67 #define to_greybus_driver(d) container_of_const(d, struct greybus_driver, driver)
H A Dtc.h111 #define to_tc_driver(drv) container_of_const(drv, struct tc_driver, driver)
/linux-6.15/drivers/gpu/drm/imagination/
H A Dpvr_gem.h114 #define shmem_gem_to_pvr_gem(shmem_obj) container_of_const(shmem_obj, struct pvr_gem_object, base)
118 #define gem_to_pvr_gem(gem_obj) container_of_const(gem_obj, struct pvr_gem_object, base.base)
/linux-6.15/arch/powerpc/include/asm/
H A Dvio.h159 #define to_vio_driver(__drv) container_of_const(__drv, struct vio_driver, driver)
160 #define to_vio_dev(__dev) container_of_const(__dev, struct vio_dev, dev)
/linux-6.15/include/linux/i3c/
H 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)
/linux-6.15/include/xen/
H 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)
/linux-6.15/include/linux/soundwire/
H A Dsdw_type.h16 #define drv_to_sdw_driver(_drv) container_of_const(_drv, struct sdw_driver, driver)
/linux-6.15/include/linux/device/
H A Dfaux.h32 #define to_faux_device(x) container_of_const((x), struct faux_device, dev)
/linux-6.15/include/linux/surface_aggregator/
H 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)
/linux-6.15/include/net/
H A Daf_unix.h55 #define unix_sk(ptr) container_of_const(ptr, struct unix_sock, sk)
/linux-6.15/arch/parisc/include/asm/
H A Dparisc-device.h44 #define to_parisc_driver(d) container_of_const(d, struct parisc_driver, drv)
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_bw.h64 container_of_const((global_state), struct intel_bw_state, base)
/linux-6.15/drivers/gpu/drm/vc4/tests/
H A Dvc4_mock.h42 container_of_const(_enc, struct vc4_dummy_output, encoder.base)
/linux-6.15/drivers/base/firmware_loader/
H A Dsysfs.h83 #define to_fw_sysfs(__dev) container_of_const(__dev, struct fw_sysfs, dev)
/linux-6.15/include/sound/ac97/
H A Dcodec.h76 #define to_ac97_driver(__drv) container_of_const(__drv, struct ac97_codec_driver, driver)
/linux-6.15/drivers/dma/idxd/
H A Dbus.c39 container_of_const(drv, struct idxd_device_driver, drv); in idxd_config_bus_match()

123456