Searched refs:container_of (Results 26 - 50 of 7855) sorted by relevance

1234567891011>>

/linux-master/drivers/usb/typec/
H A Dmux.h18 #define to_typec_switch_dev(_dev_) container_of(_dev_, struct typec_switch_dev, dev)
19 #define to_typec_mux_dev(_dev_) container_of(_dev_, struct typec_mux_dev, dev)
/linux-master/drivers/clk/qcom/
H A Dclk-krait.h24 #define to_krait_mux_clk(_hw) container_of(_hw, struct krait_mux_clk, hw)
37 #define to_krait_div2_clk(_hw) container_of(_hw, struct krait_div2_clk, hw)
/linux-master/include/drm/
H A Ddrm_gem_ttm_helper.h6 #include <linux/container_of.h>
15 container_of(gem_obj, struct ttm_buffer_object, base)
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
H A Dnv31.h4 #define nv31_mpeg(p) container_of((p), struct nv31_mpeg, engine)
21 #define nv31_mpeg_chan(p) container_of((p), struct nv31_mpeg_chan, object)
/linux-master/drivers/gpu/drm/xe/
H A Dxe_preempt_fence.h28 return container_of(fence, struct xe_preempt_fence, base);
57 return container_of(link, struct xe_preempt_fence, link);
/linux-master/drivers/clk/actions/
H A Dowl-reset.h26 return container_of(rcdev, struct owl_reset, rcdev);
/linux-master/arch/arm/include/asm/xen/
H A Devents.h20 #define xchg_xen_ulong(ptr, val) atomic64_xchg(container_of((long long*)(ptr),\
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dummu.h3 #define nvkm_ummu(p) container_of((p), struct nvkm_ummu, object)
H A Duvmm.h3 #define nvkm_uvmm(p) container_of((p), struct nvkm_uvmm, object)
/linux-master/drivers/usb/gadget/
H A Dconfigfs.h18 return container_of(to_config_group(item), struct usb_os_desc, group);
/linux-master/fs/squashfs/
H A Dsquashfs_fs_i.h39 return container_of(inode, struct squashfs_inode_info, vfs_inode);
/linux-master/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_output.h20 return con ? container_of(con, struct fsl_dcu_drm_connector, base)
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_crtc.h22 return container_of(crtc, struct sun4i_crtc, crtc);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_dim.c46 struct dim *dim = container_of(work, struct dim, work);
47 struct mlx5e_rq *rq = container_of(dim, struct mlx5e_rq, dim);
56 struct dim *dim = container_of(work, struct dim, work);
57 struct mlx5e_txqsq *sq = container_of(dim, struct mlx5e_txqsq, dim);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramnv40.h4 #define nv40_ram(p) container_of((p), struct nv40_ram, base)
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhw_generic.h40 container_of((HW_GPIO_FROM_BASE(hw_gpio)), struct hw_generic, base)
H A Dhw_ddc.h39 container_of((HW_GPIO_FROM_BASE(hw_gpio)), struct hw_ddc, base)
H A Dhw_hpd.h39 container_of((HW_GPIO_FROM_BASE(hw_gpio)), struct hw_hpd, base)
/linux-master/include/linux/phy/
H A Domap_usb.h14 #define phy_to_omapusb(x) container_of((x), struct omap_usb, phy)
/linux-master/drivers/net/ipa/
H A Dipa_gsi.c17 struct ipa *ipa = container_of(trans->gsi, struct ipa, gsi);
24 struct ipa *ipa = container_of(trans->gsi, struct ipa, gsi);
32 struct ipa *ipa = container_of(gsi, struct ipa, gsi);
43 struct ipa *ipa = container_of(gsi, struct ipa, gsi);
/linux-master/drivers/gpu/drm/tidss/
H A Dtidss_plane.h10 #define to_tidss_plane(p) container_of((p), struct tidss_plane, plane)
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dgk104.h27 #define gk104_therm(p) (container_of((p), struct gk104_therm, base))
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fuse/
H A Dpriv.h4 #define nvkm_fuse(p) container_of((p), struct nvkm_fuse, subdev)
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
H A Dpriv.h4 #define nvkm_mxm(p) container_of((p), struct nvkm_mxm, subdev)
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Dpriv.h4 #define nvkm_dma(p) container_of((p), struct nvkm_dma, engine)

Completed in 266 milliseconds

1234567891011>>