Searched refs:container_of (Results 251 - 275 of 7855) sorted by path

<<11121314151617181920>>

/linux-master/include/linux/dma/
H A Dipu-dma.h171 #define to_tx_desc(tx) container_of(tx, struct idmac_tx_desc, txd)
172 #define to_idmac_chan(c) container_of(c, struct idmac_channel, dma_chan)
/linux-master/include/linux/
H A Deisa.h48 #define to_eisa_device(n) container_of(n, struct eisa_device, dev)
63 #define to_eisa_driver(drv) container_of(drv,struct eisa_driver, driver)
H A Dfsi.h46 #define to_fsi_dev(devp) container_of(devp, struct fsi_device, dev)
47 #define to_fsi_drv(drvp) container_of(drvp, struct fsi_driver, drv)
H A Dlist_bl.h50 #define hlist_bl_entry(ptr, type, member) container_of(ptr,type,member)
/linux-master/include/linux/hsi/
H A Dhsi.h136 #define to_hsi_client(dev) container_of(dev, struct hsi_client, device)
160 #define to_hsi_client_driver(drv) container_of(drv, struct hsi_client_driver,\
239 #define to_hsi_port(dev) container_of(dev, struct hsi_port, device)
277 #define to_hsi_controller(dev) container_of(dev, struct hsi_controller, device)
/linux-master/include/linux/mtd/
H A Dsh_flctl.h177 return container_of(mtd_to_nand(mtdinfo), struct sh_flctl, chip);
/linux-master/include/linux/usb/
H A Dgadget_configfs.h67 gi = container_of(group, struct struct_member, strings_group); \
/linux-master/include/media/i2c/
H A Dadp1653.h96 #define to_adp1653_flash(sd) container_of(sd, struct adp1653_flash, subdev)
/linux-master/include/media/
H A Dv4l2-flash-led-class.h100 return container_of(sd, struct v4l2_flash, sd);
111 return container_of(c->handler, struct v4l2_flash, hdl);
/linux-master/include/pcmcia/
H A Dds.h151 #define to_pcmcia_dev(n) container_of(n, struct pcmcia_device, dev)
152 #define to_pcmcia_drv(n) container_of(n, struct pcmcia_driver, drv)
/linux-master/include/scsi/
H A Dfcoe_sysfs.h32 container_of((d), struct fcoe_ctlr_device, dev)
103 container_of((d), struct fcoe_fcf_device, dev)
/linux-master/lib/
H A Dklist.c186 struct klist_node *n = container_of(kref, struct klist_node, n_ref);
322 return container_of(n, struct klist_node, n_node);
/linux-master/net/bluetooth/
H A Dleds.c18 #define to_hci_basic_led_trigger(arg) container_of(arg, \
/linux-master/net/bridge/netfilter/
H A Debt_among.c207 container_of(par->matchinfo, const struct ebt_entry_match, data);
/linux-master/net/caif/
H A Dcffrml.c20 #define container_obj(layr) container_of(layr, struct cffrml, layer)
H A Dcfmuxl.c18 #define container_obj(layr) container_of(layr, struct cfmuxl, layer)
H A Dcfveil.c21 #define container_obj(layr) container_of(layr, struct cfsrvl, layer)
/linux-master/net/ceph/
H A Dstring_table.c90 struct ceph_string *cs = container_of(ref, struct ceph_string, kref);
/linux-master/net/ieee802154/
H A Dcore.h35 return container_of(wpan_phy, struct cfg802154_registered_device,
/linux-master/net/netlabel/
H A Dnetlabel_addrlist.h56 #define __af4list_entry(ptr) container_of(ptr, struct netlbl_af4list, list)
123 #define __af6list_entry(ptr) container_of(ptr, struct netlbl_af6list, list)
/linux-master/net/openvswitch/
H A Ddp_notify.c36 struct ovs_net *ovs_net = container_of(work, struct ovs_net, dp_notify_work);
/linux-master/net/qrtr/
H A Dsmd.c42 struct qrtr_smd_dev *qdev = container_of(ep, struct qrtr_smd_dev, ep);
/linux-master/net/rds/
H A Dloop.c113 struct rds_message *rm = container_of(inc, struct rds_message, m_inc);
/linux-master/security/tomoyo/
H A Denviron.c22 container_of(ptr, typeof(*acl), head);
79 const struct tomoyo_env_acl *p1 = container_of(a, typeof(*p1), head);
80 const struct tomoyo_env_acl *p2 = container_of(b, typeof(*p2), head);
H A Dmount.c51 container_of(ptr, typeof(*acl), head);

Completed in 561 milliseconds

<<11121314151617181920>>