Searched refs:list (Results 326 - 350 of 1833) sorted by relevance

<<11121314151617181920>>

/drivers/net/wireless/cw1200/
H A Dtxrx.h15 #include <linux/list.h>
/drivers/net/wireless/p54/
H A Dp54spi.h26 #include <linux/list.h>
/drivers/pci/
H A Dslot.c113 list_del(&slot->list);
200 list_for_each_entry(slot, &parent->slots, list)
301 INIT_LIST_HEAD(&slot->list);
302 list_add(&slot->list, &parent->slots);
/drivers/pinctrl/
H A Ddevicetree.c29 * @node: list node for struct pinctrl's @dt_maps field
182 const __be32 *list; local
206 list = prop->value;
207 size /= sizeof(*list);
224 phandle = be32_to_cpup(list++);
/drivers/s390/cio/
H A Dairq.c53 hlist_add_head_rcu(&airq->list, &airq_lists[airq->isc]);
67 if (hlist_unhashed(&airq->list))
72 hlist_del_rcu(&airq->list);
94 hlist_for_each_entry_rcu(airq, head, list)
/drivers/s390/scsi/
H A Dzfcp_def.h114 struct list_head list; member in struct:zfcp_erp_action
158 struct list_head port_list; /* remote port list */
159 rwlock_t port_list_lock; /* port list lock */
200 struct list_head list; /* list of remote ports */ member in struct:zfcp_port
202 struct list_head unit_list; /* head of logical unit list */
203 rwlock_t unit_list_lock; /* unit list lock */
224 * @list: entry in LUN/unit list per zfcp_port
235 struct list_head list; member in struct:zfcp_unit
299 struct list_head list; member in struct:zfcp_fsf_req
[all...]
/drivers/sbus/char/
H A Dbbc_i2c.h6 #include <linux/list.h>
/drivers/scsi/fcoe/
H A Dfcoe.h67 * @list: Handle for a list of FCoE interfaces
78 struct list_head list; member in struct:fcoe_interface
/drivers/staging/gdm724x/
H A Dgdm_mux.h19 #include <linux/list.h>
H A Dgdm_usb.c165 t_sdu = list_entry(tx->free_list.next, struct usb_tx_sdu, list);
166 list_del(&t_sdu->list);
177 list_add_tail(&t_sdu->list, &tx->free_list);
267 list_for_each_entry_safe(t_sdu, t_sdu_next, &tx->sdu_list, list) {
268 list_del(&t_sdu->list);
272 list_for_each_entry_safe(t, t_next, &tx->hci_list, list) {
273 list_del(&t->list);
277 list_for_each_entry_safe(t_sdu, t_sdu_next, &tx->free_list, list) {
278 list_del(&t_sdu->list);
346 list_add(&t_sdu->list,
[all...]
/drivers/staging/lustre/lnet/klnds/socklnd/
H A Dsocklnd_lib-linux.h59 #include <linux/list.h>
/drivers/staging/ozwpan/
H A Dozeltbuf.c66 void oz_elt_info_free_chain(struct oz_elt_buf *buf, struct list_head *list) argument
71 list_for_each_entry_safe(ei, n, list->next, link)
185 /* Add to list in stream. */
209 unsigned max_len, struct list_head *list)
239 list_add_tail(&ei->link, list);
208 oz_select_elts_for_tx(struct oz_elt_buf *buf, u8 isoc, unsigned *len, unsigned max_len, struct list_head *list) argument
/drivers/staging/rtl8723au/include/
H A Dwlan_bssdef.h113 struct list_head list; member in struct:wlan_network
/drivers/target/iscsi/
H A Discsi_target_transport.c2 #include <linux/list.h>
/drivers/target/
H A Dtarget_core_tmr.c28 #include <linux/list.h>
98 static int target_check_cdb_and_preempt(struct list_head *list, argument
103 if (!list)
105 list_for_each_entry(reg, list, pr_reg_abort_list) {
/drivers/thunderbolt/
H A Dnhi.h58 struct list_head list; member in struct:ring_frame
H A Dtunnel_pci.c8 #include <linux/list.h>
67 INIT_LIST_HEAD(&tunnel->list);
208 list_add(&tunnel->list, &tunnel->tb->tunnel_list);
230 list_del_init(&tunnel->list);
/drivers/usb/c67x00/
H A Dc67x00-hcd.c363 INIT_LIST_HEAD(&c67x00->list[PIPE_ISOCHRONOUS]);
364 INIT_LIST_HEAD(&c67x00->list[PIPE_INTERRUPT]);
365 INIT_LIST_HEAD(&c67x00->list[PIPE_CONTROL]);
366 INIT_LIST_HEAD(&c67x00->list[PIPE_BULK]);
/drivers/usb/chipidea/
H A Dudc.h16 #include <linux/list.h>
72 * @queue: link to QH list
/drivers/usb/gadget/
H A Dusbstring.c13 #include <linux/list.h>
/drivers/usb/mon/
H A Dusb_mon.h10 #include <linux/list.h>
/drivers/usb/usbip/
H A Dvhci_rx.c33 list_for_each_entry_safe(priv, tmp, &vdev->priv_rx, list) {
60 list_del(&priv->list);
123 list_for_each_entry_safe(unlink, tmp, &vdev->unlink_rx, list) {
128 list_del(&unlink->list);
H A Dvhci_tx.c53 list_for_each_entry_safe(priv, tmp, &vdev->priv_tx, list) {
54 list_move_tail(&priv->list, &vdev->priv_rx);
142 list_for_each_entry_safe(unlink, tmp, &vdev->unlink_tx, list) {
143 list_move_tail(&unlink->list, &vdev->unlink_rx);
/drivers/video/fbdev/via/
H A Dvia_aux.h28 #include <linux/list.h>
/drivers/firewire/
H A Dcore-topology.c27 #include <linux/list.h>
328 struct list_head list; local
332 INIT_LIST_HEAD(&list);
335 list_add_tail(&root->link, &list);
337 list_for_each_entry(node, &list, link) {
348 list_add_tail(&child->link, &list);
355 list_for_each_entry_safe(node, next, &list, link)

Completed in 463 milliseconds

<<11121314151617181920>>