/linux-master/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_dim.c | 16 struct dim *dim = container_of(work, struct dim, work); 17 struct bnxt_cp_ring_info *cpr = container_of(dim, 20 struct bnxt_napi *bnapi = container_of(cpr,
|
/linux-master/drivers/gpu/drm/msm/adreno/ |
H A D | a2xx_gpu.h | 19 #define to_a2xx_gpu(x) container_of(x, struct a2xx_gpu, base)
|
H A D | a3xx_gpu.h | 24 #define to_a3xx_gpu(x) container_of(x, struct a3xx_gpu, base)
|
H A D | a4xx_gpu.h | 21 #define to_a4xx_gpu(x) container_of(x, struct a4xx_gpu, base)
|
/linux-master/drivers/cpufreq/ |
H A D | cpufreq_ondemand.h | 21 return container_of(policy_dbs, struct od_policy_dbs_info, policy_dbs);
|
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | ctrl.h | 4 #define nvkm_control(p) container_of((p), struct nvkm_control, object)
|
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
H A D | nv40.h | 4 #define nv40_pm(p) container_of((p), struct nv40_pm, base)
|
/linux-master/include/linux/ |
H A D | mei_aux.h | 17 container_of(auxiliary_dev, struct mei_aux_device, aux_dev)
|
/linux-master/drivers/gpu/drm/sun4i/ |
H A D | sun4i_layer.h | 30 return container_of(plane, struct sun4i_layer, plane); 36 return container_of(state, struct sun4i_layer_state, state);
|
H A D | sun6i_mipi_dsi.h | 38 return container_of(host, struct sun6i_dsi, host); 43 return container_of(connector, struct sun6i_dsi, connector); 48 return container_of(encoder, struct sun6i_dsi, encoder);
|
/linux-master/include/crypto/ |
H A D | pcrypt.h | 12 #include <linux/container_of.h> 36 return container_of(padata, struct pcrypt_request, padata);
|
/linux-master/drivers/infiniband/hw/usnic/ |
H A D | usnic_ib.h | 103 return container_of(ibdev, struct usnic_ib_dev, ib_dev); 109 return container_of(ibucontext, struct usnic_ib_ucontext, ibucontext); 115 return container_of(ibpd, struct usnic_ib_pd, ibpd); 121 return container_of(ibucontext, struct usnic_ib_ucontext, ibucontext); 127 return container_of(ibmr, struct usnic_ib_mr, ibmr);
|
/linux-master/drivers/clk/qcom/ |
H A D | clk-krait.h | 23 #define to_krait_mux_clk(_hw) container_of(_hw, struct krait_mux_clk, hw) 36 #define to_krait_div2_clk(_hw) container_of(_hw, struct krait_div2_clk, hw)
|
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | nv20.h | 4 #define nv20_gr(p) container_of((p), struct nv20_gr, base) 22 #define nv20_gr_chan(p) container_of((p), struct nv20_gr_chan, object)
|
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/ |
H A D | nv31.h | 4 #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/usb/typec/ |
H A D | mux.h | 18 #define to_typec_switch(_dev_) container_of(_dev_, struct typec_switch, dev) 19 #define to_typec_mux(_dev_) container_of(_dev_, struct typec_mux, dev)
|
/linux-master/drivers/platform/x86/intel/ |
H A D | vsec.h | 36 return container_of(dev, struct intel_vsec_device, auxdev.dev); 41 return container_of(auxdev, struct intel_vsec_device, auxdev);
|
/linux-master/include/drm/ |
H A D | drm_gem_ttm_helper.h | 6 #include <linux/container_of.h> 16 container_of(gem_obj, struct ttm_buffer_object, base)
|
/linux-master/drivers/dma/sh/ |
H A D | shdma.h | 55 #define to_sh_chan(chan) container_of(chan, struct sh_dmae_chan, shdma_chan) 56 #define to_sh_desc(lh) container_of(lh, struct sh_desc, node) 57 #define tx_to_sh_desc(tx) container_of(tx, struct sh_desc, async_tx) 58 #define to_sh_dev(chan) container_of(chan->shdma_chan.dma_chan.device,\
|
/linux-master/drivers/clk/actions/ |
H A D | owl-reset.h | 26 return container_of(rcdev, struct owl_reset, rcdev);
|
/linux-master/arch/arm/include/asm/xen/ |
H A D | events.h | 20 #define xchg_xen_ulong(ptr, val) atomic64_xchg(container_of((long long*)(ptr),\
|
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | ummu.h | 3 #define nvkm_ummu(p) container_of((p), struct nvkm_ummu, object)
|
H A D | uvmm.h | 3 #define nvkm_uvmm(p) container_of((p), struct nvkm_uvmm, object)
|
/linux-master/drivers/usb/gadget/ |
H A D | configfs.h | 18 return container_of(to_config_group(item), struct usb_os_desc, group);
|
/linux-master/fs/squashfs/ |
H A D | squashfs_fs_i.h | 39 return container_of(inode, struct squashfs_inode_info, vfs_inode);
|