Searched refs:container_of (Results 76 - 100 of 7855) sorted by relevance

1234567891011>>

/linux-master/mm/damon/
H A Dsysfs-common.c37 struct damon_sysfs_ul_range *range = container_of(kobj,
46 struct damon_sysfs_ul_range *range = container_of(kobj,
62 struct damon_sysfs_ul_range *range = container_of(kobj,
71 struct damon_sysfs_ul_range *range = container_of(kobj,
86 kfree(container_of(kobj, struct damon_sysfs_ul_range, kobj));
/linux-master/drivers/phy/tegra/
H A Dxusb.h65 return container_of(lane, struct tegra_xusb_usb3_lane, base);
78 return container_of(lane, struct tegra_xusb_usb2_lane, base);
88 return container_of(lane, struct tegra_xusb_ulpi_lane, base);
107 return container_of(lane, struct tegra_xusb_hsic_lane, base);
117 return container_of(lane, struct tegra_xusb_pcie_lane, base);
127 return container_of(lane, struct tegra_xusb_sata_lane, base);
182 return container_of(dev, struct tegra_xusb_pad, dev);
202 return container_of(pad, struct tegra_xusb_usb3_pad, base);
216 return container_of(pad, struct tegra_xusb_usb2_pad, base);
226 return container_of(pa
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/
H A Dtu102.c31 struct nvkm_vfn *vfn = container_of(intr, typeof(*vfn), intr);
39 struct nvkm_vfn *vfn = container_of(intr, typeof(*vfn), intr);
47 struct nvkm_vfn *vfn = container_of(intr, typeof(*vfn), intr);
55 struct nvkm_vfn *vfn = container_of(intr, typeof(*vfn), intr);
63 struct nvkm_vfn *vfn = container_of(intr, typeof(*vfn), intr);
71 struct nvkm_vfn *vfn = container_of(intr, typeof(*vfn), intr);
/linux-master/drivers/clk/
H A Dclk-aspeed.h56 #define to_aspeed_clk_gate(_hw) container_of(_hw, struct aspeed_clk_gate, hw)
68 #define to_aspeed_reset(p) container_of((p), struct aspeed_reset, rcdev)
/linux-master/drivers/gpu/drm/tidss/
H A Dtidss_crtc.h15 #define to_tidss_crtc(c) container_of((c), struct tidss_crtc, crtc)
29 #define to_tidss_crtc_state(x) container_of(x, struct tidss_crtc_state, base)
/linux-master/drivers/crypto/qce/
H A Dsha.h64 struct ahash_alg *alg = container_of(crypto_hash_alg_common(ahash),
67 return container_of(alg, struct qce_alg_template, alg.ahash);
/linux-master/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_drv.h11 container_of(crtc, struct kirin_crtc, base)
14 container_of(plane, struct kirin_plane, base)
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_video.h28 return container_of(vbuf, struct vsp1_vb2_buffer, buf);
51 return container_of(vdev, struct vsp1_video, video);
/linux-master/arch/s390/include/asm/
H A Dccwgroup.h63 #define to_ccwgroupdev(x) container_of((x), struct ccwgroup_device, dev)
64 #define to_ccwgroupdrv(x) container_of((x), struct ccwgroup_driver, driver)
/linux-master/drivers/gpu/drm/arm/
H A Dhdlcd_drv.h24 #define drm_to_hdlcd_priv(x) container_of(x, struct hdlcd_drm_private, base)
25 #define crtc_to_hdlcd_priv(x) container_of(x, struct hdlcd_drm_private, crtc)
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_plane.h40 return container_of(plane, struct rcar_du_plane, plane);
63 return container_of(state, struct rcar_du_plane_state, state);
/linux-master/include/sound/
H A Dseq_device.h28 container_of(_dev, struct snd_seq_device, dev)
52 container_of(_drv, struct snd_seq_driver, driver)
/linux-master/drivers/tty/serial/
H A Dserial_base.h9 #define to_serial_base_ctrl_device(d) container_of((d), struct serial_ctrl_device, dev)
10 #define to_serial_base_port_device(d) container_of((d), struct serial_port_device, dev)
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv40.h4 #define nv40_gr(p) container_of((p), struct nv40_gr, base)
19 #define nv40_gr_chan(p) container_of((p), struct nv40_gr_chan, object)
H A Dnv50.h4 #define nv50_gr(p) container_of((p), struct nv50_gr, base)
22 #define nv50_gr_chan(p) container_of((p), struct nv50_gr_chan, object)
/linux-master/include/linux/
H A Dpeci.h55 return container_of(d, struct peci_controller, dev);
87 return container_of(d, struct peci_device, dev);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_ttm_vram_mgr.h35 return container_of(res, struct xe_ttm_vram_mgr_resource, base);
41 return container_of(man, struct xe_ttm_vram_mgr, manager);
/linux-master/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_drv.h44 return container_of(connector, struct hibmc_connector, base);
49 return container_of(dev, struct hibmc_drm_private, dev);
/linux-master/drivers/vfio/mdev/
H A Dmdev_driver.c18 container_of(dev->driver, struct mdev_driver, driver);
28 container_of(dev->driver, struct mdev_driver, driver);
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_bus.h29 return container_of(d, struct vchiq_device, dev);
34 return container_of(d, struct vchiq_driver, driver);
/linux-master/drivers/pcmcia/
H A Dsa1111_generic.h13 return container_of(s, struct sa1111_pcmcia_socket, soc);
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-av.c17 container_of(work, struct cx23885_dev, cx25840_work);
/linux-master/drivers/clk/sunxi-ng/
H A Dccu_reset.h28 return container_of(rcdev, struct ccu_reset, rcdev);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Duser.h4 #define nvkm_dmaobj(p) container_of((p), struct nvkm_dmaobj, object)
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Doproxy.h4 #define nvkm_oproxy(p) container_of((p), struct nvkm_oproxy, base)

Completed in 494 milliseconds

1234567891011>>