Searched refs:container_of (Results 251 - 275 of 7854) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_rwpf.h71 return container_of(subdev, struct vsp1_rwpf, entity.subdev);
76 return container_of(entity, struct vsp1_rwpf, entity);
/linux-master/scripts/gdb/linux/
H A Ddevice.py8 from linux.utils import container_of namespace
37 subsys = container_of(kobj, kset_type.get_type().pointer(), 'kobj')
38 subsys_priv = container_of(subsys, subsys_private_type.get_type().pointer(), 'subsys')
44 subsys = container_of(kobj, kset_type.get_type().pointer(), 'kobj')
45 subsys_priv = container_of(subsys, subsys_private_type.get_type().pointer(), 'subsys')
74 dp = container_of(kn, device_private_type.get_type().pointer(), 'knode_bus')
80 dp = container_of(kn, device_private_type.get_type().pointer(), 'knode_class')
86 dp = container_of(kn, device_private_type.get_type().pointer(), 'knode_parent')
/linux-master/drivers/platform/x86/intel/
H A Dvsec.h98 return container_of(dev, struct intel_vsec_device, auxdev.dev);
103 return container_of(auxdev, struct intel_vsec_device, auxdev);
/linux-master/drivers/dax/
H A Ddax-private.h91 return container_of(dev, struct dev_dax, dev);
96 return container_of(dev, struct dax_mapping, dev);
/linux-master/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dsoc.c31 dev = container_of(mdev, struct mt7603_dev, mt76);
58 struct mt7603_dev *dev = container_of(mdev, struct mt7603_dev, mt76);
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.h57 container_of(s, struct rockchip_crtc_state, base)
100 return container_of(encoder, struct rockchip_encoder, encoder);
/linux-master/arch/parisc/include/asm/
H A Dparisc-device.h43 #define to_parisc_device(d) container_of(d, struct parisc_device, dev)
44 #define to_parisc_driver(d) container_of(d, struct parisc_driver, drv)
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_ucode.c56 container_of(hdr, struct mc_firmware_header_v1_0, header);
77 container_of(hdr, struct smc_firmware_header_v1_0, header);
95 container_of(hdr, struct gfx_firmware_header_v1_0, header);
116 container_of(hdr, struct rlc_firmware_header_v1_0, header);
143 container_of(hdr, struct sdma_firmware_header_v1_0, header);
/linux-master/drivers/iio/dac/
H A Dad5592r.c21 struct spi_device *spi = container_of(st->dev, struct spi_device, dev);
35 struct spi_device *spi = container_of(st->dev, struct spi_device, dev);
44 struct spi_device *spi = container_of(st->dev, struct spi_device, dev);
72 struct spi_device *spi = container_of(st->dev, struct spi_device, dev);
81 struct spi_device *spi = container_of(st->dev, struct spi_device, dev);
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispvideo.h109 return container_of(pipe, struct isp_pipeline, pipe);
134 #define to_isp_buffer(buf) container_of(buf, struct isp_buffer, vb)
187 #define to_isp_video(vdev) container_of(vdev, struct isp_video, video)
197 #define to_isp_video_fh(fh) container_of(fh, struct isp_video_fh, vfh)
199 container_of(q, struct isp_video_fh, queue)
/linux-master/drivers/staging/media/omap4iss/
H A Diss_video.h100 return container_of(pipe, struct iss_pipeline, pipe);
125 #define to_iss_buffer(buf) container_of(buf, struct iss_buffer, vb)
177 #define to_iss_video(vdev) container_of(vdev, struct iss_video, video)
187 #define to_iss_video_fh(fh) container_of(fh, struct iss_video_fh, vfh)
189 container_of(q, struct iss_video_fh, queue)
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ptp.c127 struct xgbe_prv_data *pdata = container_of(cc,
139 struct xgbe_prv_data *pdata = container_of(info,
158 struct xgbe_prv_data *pdata = container_of(info,
172 struct xgbe_prv_data *pdata = container_of(info,
192 struct xgbe_prv_data *pdata = container_of(info,
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dmedia-dev.h61 #define to_fimc_pipeline(_ep) container_of(_ep, struct fimc_pipeline, ep)
94 #define to_cam_clk(_hw) container_of(_hw, struct cam_clk, hw)
152 return container_of(si, struct fimc_sensor_info, pdata);
158 container_of(me->graph_obj.mdev, struct fimc_md, media_dev);
163 return container_of(n, struct fimc_md, subdev_notifier);
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dser.c154 struct rtw89_dev *rtwdev = container_of(ser, struct rtw89_dev, ser);
168 struct rtw89_dev *rtwdev = container_of(ser, struct rtw89_dev, ser);
197 struct rtw89_ser *ser = container_of(work, struct rtw89_ser,
208 struct rtw89_dev *rtwdev = container_of(ser, struct rtw89_dev, ser);
230 struct rtw89_ser *ser = container_of(work, struct rtw89_ser,
239 struct rtw89_dev *rtwdev = container_of(ser, struct rtw89_dev, ser);
258 struct rtw89_dev *rtwdev = container_of(ser, struct rtw89_dev, ser);
266 struct rtw89_dev *rtwdev = container_of(ser, struct rtw89_dev, ser);
274 struct rtw89_dev *rtwdev = container_of(ser, struct rtw89_dev, ser);
281 struct rtw89_dev *rtwdev = container_of(se
[all...]
/linux-master/drivers/base/
H A Dbase.h85 #define to_driver(obj) container_of(obj, struct driver_private, kobj)
121 container_of(obj, struct device_private, knode_parent)
123 container_of(obj, struct device_private, knode_driver)
125 container_of(obj, struct device_private, knode_bus)
127 container_of(obj, struct device_private, knode_class)
/linux-master/drivers/vfio/
H A Dvirqfd.c42 struct virqfd *virqfd = container_of(wait, struct virqfd, wait);
81 struct virqfd *virqfd = container_of(pt, struct virqfd, pt);
87 struct virqfd *virqfd = container_of(work, struct virqfd, shutdown);
99 struct virqfd *virqfd = container_of(work, struct virqfd, inject);
106 struct virqfd *virqfd = container_of(work, struct virqfd, flush_inject);
/linux-master/drivers/target/
H A Dtarget_core_fabric_configfs.c72 struct se_lun_acl *lacl = container_of(to_config_group(lun_acl_ci),
83 lun = container_of(to_config_group(lun_ci), struct se_lun, lun_group);
146 struct se_lun_acl *lacl = container_of(to_config_group(lun_acl_ci),
148 struct se_lun *lun = container_of(to_config_group(lun_ci),
156 return container_of(to_config_group(item), struct se_lun_acl,
215 struct se_lun_acl *lacl = container_of(to_config_group(item),
269 struct se_node_acl *se_nacl = container_of(group,
330 struct se_lun_acl *lacl = container_of(to_config_group(item),
341 struct se_node_acl *se_nacl = container_of(to_config_group(item),
377 struct se_portal_group *se_tpg = container_of(grou
[all...]
/linux-master/net/mac80211/
H A Dled.c54 struct ieee80211_local *local = container_of(led_cdev->trigger,
65 struct ieee80211_local *local = container_of(led_cdev->trigger,
74 struct ieee80211_local *local = container_of(led_cdev->trigger,
85 struct ieee80211_local *local = container_of(led_cdev->trigger,
94 struct ieee80211_local *local = container_of(led_cdev->trigger,
105 struct ieee80211_local *local = container_of(led_cdev->trigger,
114 struct ieee80211_local *local = container_of(led_cdev->trigger,
125 struct ieee80211_local *local = container_of(led_cdev->trigger,
134 struct ieee80211_local *local = container_of(led_cdev->trigger,
145 struct ieee80211_local *local = container_of(led_cde
[all...]
/linux-master/fs/nfs/
H A Dsysfs.c25 struct kset *kset = container_of(kobj, struct kset, kobj);
76 struct nfs_netns_client *c = container_of(kobj,
99 struct nfs_netns_client *c = container_of(kobj,
122 struct nfs_netns_client *c = container_of(kobj,
131 return container_of(kobj, struct nfs_netns_client, kobject)->net;
152 struct nfs_netns_client *c = container_of(kobj,
160 return container_of(kobj, struct nfs_netns_client, nfs_net_kobj)->net;
235 struct nfs_server *server = container_of(kobj, struct nfs_server, kobj);
247 server = container_of(kobj, struct nfs_server, kobj);
302 return container_of(kob
[all...]
H A Ddns_resolve.c77 new = container_of(cnew, struct nfs_dns_ent, h);
78 key = container_of(ckey, struct nfs_dns_ent, h);
90 new = container_of(cnew, struct nfs_dns_ent, h);
91 key = container_of(ckey, struct nfs_dns_ent, h);
108 item = container_of(head, struct nfs_dns_ent, rcu_head);
117 item = container_of(ref, struct nfs_dns_ent, h.ref);
143 struct nfs_dns_ent *key = container_of(ch, struct nfs_dns_ent, h);
152 struct nfs_dns_ent *key = container_of(ch, struct nfs_dns_ent, h);
168 a = container_of(ca, struct nfs_dns_ent, h);
169 b = container_of(c
[all...]
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_drv.h178 return container_of(connector, struct lsdc_output, connector);
184 return container_of(encoder, struct lsdc_output, encoder);
199 return container_of(output, struct lsdc_display_pipe, output);
233 return container_of(crtc, struct lsdc_crtc, base);
239 return container_of(crtc, struct lsdc_display_pipe, crtc.base);
245 return container_of(plane, struct lsdc_primary, base);
251 return container_of(plane, struct lsdc_cursor, base);
302 return container_of(bdev, struct lsdc_device, bdev);
307 return container_of(ddev, struct lsdc_device, base);
313 return container_of(bas
[all...]
/linux-master/kernel/trace/
H A Drethook.c27 rhn = container_of(node, struct rethook_node, llist);
37 struct rethook *rh = container_of(head, struct rethook, rcu);
129 struct rethook_node *node = container_of(head, struct rethook_node, rcu);
215 rh = container_of(node, struct rethook_node, llist);
258 rhn = container_of(*cur, struct rethook_node, llist);
305 rhn = container_of(first, struct rethook_node, llist);
327 rhn = container_of(first, struct rethook_node, llist);
/linux-master/fs/bcachefs/
H A Dbkey_types.h133 return container_of(&k->k, struct bkey_i_##name, k); \
140 return container_of(&k->k, struct bkey_i_##name, k); \
148 .v = container_of(k.v, struct bch_##name, v), \
157 .v = container_of(k.v, struct bch_##name, v), \
183 .v = container_of(&k->v, struct bch_##name, v), \
193 .v = container_of(&k->v, struct bch_##name, v), \
200 container_of(&_k->k, struct bkey_i_##name, k); \
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_verbs.h415 return dev ? container_of(dev, struct rxe_dev, ib_dev) : NULL;
420 return uc ? container_of(uc, struct rxe_ucontext, ibuc) : NULL;
425 return pd ? container_of(pd, struct rxe_pd, ibpd) : NULL;
430 return ah ? container_of(ah, struct rxe_ah, ibah) : NULL;
435 return srq ? container_of(srq, struct rxe_srq, ibsrq) : NULL;
440 return qp ? container_of(qp, struct rxe_qp, ibqp) : NULL;
445 return cq ? container_of(cq, struct rxe_cq, ibcq) : NULL;
450 return mr ? container_of(mr, struct rxe_mr, ibmr) : NULL;
455 return mw ? container_of(mw, struct rxe_mw, ibmw) : NULL;
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.h205 container_of(x, struct vmw_framebuffer, base)
207 container_of(x, struct vmw_framebuffer_surface, base.base)
209 container_of(x, struct vmw_framebuffer_bo, base.base)
257 #define vmw_crtc_state_to_vcs(x) container_of(x, struct vmw_crtc_state, base)
258 #define vmw_plane_state_to_vps(x) container_of(x, struct vmw_plane_state, base)
260 container_of(x, struct vmw_connector_state, base)
261 #define vmw_plane_to_vcp(x) container_of(x, struct vmw_cursor_plane, base)
398 container_of(x, struct vmw_display_unit, crtc)
400 container_of(x, struct vmw_display_unit, connector)

Completed in 392 milliseconds

<<11121314151617181920>>