Searched refs:container_of (Results 101 - 125 of 7855) sorted by relevance

1234567891011>>

/linux-master/drivers/clk/qcom/
H A Dclk-regmap.h30 return container_of(hw, struct clk_regmap, hw);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
H A Dgf100.h4 #define gf100_bar(p) container_of((p), struct gf100_bar, base)
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Dxtensa.h4 #define nvkm_xtensa(p) container_of((p), struct nvkm_xtensa, engine)
H A Dnvenc.h4 #define nvkm_nvenc(p) container_of((p), struct nvkm_nvenc, engine)
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dnv04.h4 #define nv04_devinit(p) container_of((p), struct nv04_devinit, base)
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dumem.h3 #define nvkm_umem(p) container_of((p), struct nvkm_umem, object)
/linux-master/drivers/gpu/drm/i915/
H A Di915_sw_fence_work.c18 struct dma_fence_work *f = container_of(work, typeof(*f), work);
29 struct dma_fence_work *f = container_of(fence, typeof(*f), chain);
62 struct dma_fence_work *f = container_of(fence, typeof(*f), dma);
69 struct dma_fence_work *f = container_of(fence, typeof(*f), dma);
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_hgt.h32 return container_of(subdev, struct vsp1_hgt, histo.entity.subdev);
H A Dvsp1_sru.h33 return container_of(subdev, struct vsp1_sru, entity.subdev);
H A Dvsp1_uds.h29 return container_of(subdev, struct vsp1_uds, entity.subdev);
/linux-master/drivers/gpu/drm/armada/
H A Darmada_fb.h16 container_of(dfb, struct armada_framebuffer, fb)
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_sysfs.h23 return container_of(kobj, struct intel_gt, sysfs_gt);
/linux-master/include/linux/gpio/
H A Dlegacy-of-mm-gpiochip.h28 return container_of(gc, struct of_mm_gpio_chip, gc);
/linux-master/drivers/cxl/
H A Dpmu.h23 #define to_cxl_pmu(dev) container_of(dev, struct cxl_pmu, dev)
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/sw/
H A Dpriv.h4 #define nvkm_sw(p) container_of((p), struct nvkm_sw, engine)
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_ttm.h9 #include <linux/container_of.h>
49 return container_of(gem, struct ttm_buffer_object, base);
54 return container_of(tbo, struct lsdc_bo, tbo);
59 return container_of(gem, struct lsdc_bo, tbo.base);
/linux-master/drivers/fsi/
H A Dfsi-slave.h26 #define to_fsi_slave(d) container_of(d, struct fsi_slave, dev)
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn21/
H A Ddcn21_resource.h32 container_of(pool, struct dcn21_resource_pool, base)
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_merge3d.h45 return container_of(hw, struct dpu_hw_merge_3d, base);
H A Ddpu_writeback.h26 return container_of(conn, struct dpu_wb_connector, base);
/linux-master/drivers/usb/typec/tcpm/qcom/
H A Dqcom_pmic_typec.h25 #define tcpc_to_tcpm(_tcpc_) container_of(_tcpc_, struct pmic_typec, tcpc)
/linux-master/drivers/hwtracing/stm/
H A Dconsole.c33 struct stm_console *sc = container_of(con, struct stm_console, console);
40 struct stm_console *sc = container_of(data, struct stm_console, data);
52 struct stm_console *sc = container_of(data, struct stm_console, data);
H A Dftrace.c39 struct stm_ftrace *stm = container_of(export, struct stm_ftrace, ftrace);
48 struct stm_ftrace *sf = container_of(data, struct stm_ftrace, data);
59 struct stm_ftrace *sf = container_of(data, struct stm_ftrace, data);
/linux-master/drivers/net/dsa/hirschmann/
H A Dhellcreek_ptp.h68 container_of(ptp, struct hellcreek, ptp_clock_info)
71 container_of(dw, struct hellcreek, overflow_work)
74 container_of(ldev, struct hellcreek, led)
/linux-master/drivers/infiniband/core/
H A Duverbs_std_types_async_fd.c18 container_of(uobj, struct ib_uverbs_async_event_file, uobj));
26 container_of(uobj, struct ib_uverbs_async_event_file, uobj);
45 container_of(uobj, struct ib_uverbs_async_event_file, uobj);

Completed in 423 milliseconds

1234567891011>>