Searched refs:container_of_const (Results 1 – 25 of 49) sorted by relevance
12
/linux-6.6.21/drivers/gpu/drm/vc4/ |
D | vc4_drv.h | 236 container_of_const(_dev, struct vc4_dev, base) 286 container_of_const(to_drm_gem_dma_obj(_bo), struct vc4_bo, base) 296 container_of_const(_fence, struct vc4_fence, base) 363 container_of_const(_state, struct vc4_hvs_state, base) 374 container_of_const(_plane, struct vc4_plane, base) 447 container_of_const(_state, struct vc4_plane_state, base) 475 container_of_const(_encoder, struct vc4_encoder, base) 574 container_of_const(_crtc, struct vc4_crtc, base) 587 return container_of_const(data, struct vc4_pv_data, base); in vc4_crtc_to_vc4_pv_data() 616 container_of_const(_state, struct vc4_crtc_state, base)
|
D | vc4_hdmi.h | 234 container_of_const(_connector, struct vc4_hdmi, connector) 240 return container_of_const(_encoder, struct vc4_hdmi, encoder); in encoder_to_vc4_hdmi() 252 container_of_const(_state, struct vc4_hdmi_connector_state, base)
|
D | vc4_txp.c | 172 container_of_const(_encoder, struct vc4_txp, encoder.base) 175 container_of_const(_connector, struct vc4_txp, connector.base)
|
D | vc4_vec.c | 223 container_of_const(_encoder, struct vc4_vec, encoder.base) 226 container_of_const(_connector, struct vc4_vec, connector)
|
/linux-6.6.21/include/linux/ |
D | container_of.h | 32 #define container_of_const(ptr, type, member) \ macro
|
D | mcb.h | 78 #define to_mcb_device(__dev) container_of_const(__dev, struct mcb_device, dev)
|
D | firewire.h | 211 #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)
|
D | udp.h | 110 #define udp_sk(ptr) container_of_const(ptr, struct udp_sock, inet.sk)
|
D | virtio.h | 138 #define dev_to_virtio(_dev) container_of_const(_dev, struct virtio_device, dev)
|
D | dccp.h | 308 #define dccp_sk(ptr) container_of_const(ptr, struct dccp_sock, \
|
D | ipv6.h | 334 #define raw6_sk(ptr) container_of_const(ptr, struct raw6_sock, inet.sk)
|
/linux-6.6.21/include/linux/surface_aggregator/ |
D | device.h | 232 #define to_ssam_device(d) container_of_const(d, struct ssam_device, dev) 246 #define to_ssam_device_driver(d) container_of_const(d, struct ssam_device_driver, driver)
|
/linux-6.6.21/drivers/base/firmware_loader/ |
D | sysfs.h | 83 #define to_fw_sysfs(__dev) container_of_const(__dev, struct fw_sysfs, dev)
|
/linux-6.6.21/drivers/gpu/drm/vc4/tests/ |
D | vc4_mock.h | 47 container_of_const(_enc, struct vc4_dummy_output, encoder.base)
|
/linux-6.6.21/include/net/ |
D | raw.h | 86 #define raw_sk(ptr) container_of_const(ptr, struct raw_sock, inet.sk)
|
D | af_unix.h | 71 #define unix_sk(ptr) container_of_const(ptr, struct unix_sock, sk)
|
D | x25.h | 180 #define x25_sk(ptr) container_of_const(ptr, struct x25_sock, sk)
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | vio.h | 164 #define to_vio_dev(__dev) container_of_const(__dev, struct vio_dev, dev)
|
/linux-6.6.21/include/linux/amba/ |
D | bus.h | 110 #define to_amba_device(d) container_of_const(d, struct amba_device, dev)
|
/linux-6.6.21/net/packet/ |
D | internal.h | 136 #define pkt_sk(ptr) container_of_const(ptr, struct packet_sock, sk)
|
/linux-6.6.21/include/linux/i3c/ |
D | device.h | 197 #define dev_to_i3cdev(__dev) container_of_const(__dev, struct i3c_device, dev)
|
/linux-6.6.21/include/xen/ |
D | xenbus.h | 99 #define to_xenbus_device(__dev) container_of_const(__dev, struct xenbus_device, dev)
|
/linux-6.6.21/drivers/base/ |
D | base.h | 61 #define to_subsys_private(obj) container_of_const(obj, struct subsys_private, subsys.kobj)
|
/linux-6.6.21/include/drm/ |
D | drm_mipi_dsi.h | 202 #define to_mipi_dsi_device(__dev) container_of_const(__dev, struct mipi_dsi_device, dev)
|
/linux-6.6.21/net/smc/ |
D | smc.h | 289 #define smc_sk(ptr) container_of_const(ptr, struct smc_sock, sk)
|
12