Searched refs:list (Results 251 - 275 of 1833) sorted by relevance

<<11121314151617181920>>

/drivers/md/
H A Ddm-exception-store.c26 list_for_each_entry(type, &_exception_store_types, list)
116 list_add(&type->list, &_exception_store_types);
134 list_del(&type->list);
/drivers/media/dvb-core/
H A Ddemux.h31 #include <linux/list.h>
197 * DMX_FE_ENTRY(): Casts elements in the list of registered
203 #define DMX_FE_ENTRY(list) list_entry(list, struct dmx_frontend, connectivity_list)
/drivers/media/pci/bt8xx/
H A Dbttv-gpio.c105 list_add_tail(&sub->list,&core->subs);
113 list_for_each_entry_safe(sub, save, &core->subs, list) {
114 list_del(&sub->list);
/drivers/media/tuners/
H A Dtuner-i2c.h129 #define hybrid_tuner_request_state(type, state, list, i2cadap, i2caddr, devname)\
132 list_for_each_entry(state, &list, hybrid_tuner_instance_list) { \
153 list_add_tail(&state->hybrid_tuner_instance_list, &list);\
/drivers/net/ethernet/intel/i40evf/
H A Di40evf_virtchnl.c382 list_for_each_entry(f, &adapter->mac_filter_list, list) {
409 list_for_each_entry(f, &adapter->mac_filter_list, list) {
411 ether_addr_copy(veal->list[i].addr, f->macaddr);
443 list_for_each_entry(f, &adapter->mac_filter_list, list) {
469 list_for_each_entry_safe(f, ftmp, &adapter->mac_filter_list, list) {
471 ether_addr_copy(veal->list[i].addr, f->macaddr);
473 list_del(&f->list);
505 list_for_each_entry(f, &adapter->vlan_filter_list, list) {
531 list_for_each_entry(f, &adapter->vlan_filter_list, list) {
565 list_for_each_entry(f, &adapter->vlan_filter_list, list) {
[all...]
/drivers/net/wireless/ath/wcn36xx/
H A Ddebug.c35 list_for_each_entry(vif_priv, &wcn->vif_list, list) {
72 list_for_each_entry(vif_priv, &wcn->vif_list, list) {
85 list_for_each_entry(vif_priv, &wcn->vif_list, list) {
/drivers/net/wireless/mwifiex/
H A D11n_rxreorder.c39 struct sk_buff_head list; local
42 __skb_queue_head_init(&list);
47 ieee80211_amsdu_to_8023s(skb, &list, priv->curr_addr,
50 while (!skb_queue_empty(&list)) {
51 rx_skb = __skb_dequeue(&list);
202 list_del(&tbl->list);
225 list_for_each_entry(tbl, &priv->rx_reorder_tbl_ptr, list) {
249 list_for_each_entry_safe(tbl, tmp, &priv->rx_reorder_tbl_ptr, list) {
347 INIT_LIST_HEAD(&new_node->list);
401 list_add_tail(&new_node->list,
[all...]
/drivers/reset/
H A Dcore.c70 list_add(&rcdev->list, &reset_controller_list);
84 list_del(&rcdev->list);
157 list_for_each_entry(r, &reset_controller_list, list) {
/drivers/video/fbdev/omap2/dss/
H A Dmanager.c157 list_for_each_entry(ovl1, &mgr->overlays, list) {
163 list_for_each_entry(ovl2, &mgr->overlays, list) {
248 list_for_each_entry(ovl, &mgr->overlays, list) {
/drivers/scsi/qla2xxx/
H A Dqla_gs.c253 * @list: switch info entries to populate
260 qla2x00_gid_pt(scsi_qla_host_t *vha, sw_info_t *list) argument
274 return qla2x00_sns_gid_pt(vha, list);
301 /* Set port IDs in switch info list. */
304 list[i].d_id.b.domain = gid_data->port_id[0];
305 list[i].d_id.b.area = gid_data->port_id[1];
306 list[i].d_id.b.al_pa = gid_data->port_id[2];
307 memset(list[i].fabric_port_name, 0, WWN_SIZE);
308 list[i].fp_speed = PORT_SPEED_UNKNOWN;
312 list[
338 qla2x00_gpn_id(scsi_qla_host_t *vha, sw_info_t *list) argument
401 qla2x00_gnn_id(scsi_qla_host_t *vha, sw_info_t *list) argument
814 qla2x00_sns_gid_pt(scsi_qla_host_t *vha, sw_info_t *list) argument
885 qla2x00_sns_gpn_id(scsi_qla_host_t *vha, sw_info_t *list) argument
941 qla2x00_sns_gnn_id(scsi_qla_host_t *vha, sw_info_t *list) argument
2420 qla2x00_gfpn_id(scsi_qla_host_t *vha, sw_info_t *list) argument
2528 qla2x00_gpsc(scsi_qla_host_t *vha, sw_info_t *list) argument
2634 qla2x00_gff_id(scsi_qla_host_t *vha, sw_info_t *list) argument
[all...]
/drivers/firmware/efi/
H A Defi-pstore.c108 * @head: list head
115 if (&next->list != head)
128 list_del(&entry->list);
140 * @head: list head
149 __efi_pstore_scan_sysfs_exit(next, &next->list != head);
162 * the list by passing @pos. @pos is updated on return to point to
164 * To begin iterating from the beginning of the list @pos must be %NULL.
173 list_for_each_entry_safe(entry, n, head, list) {
185 list_for_each_entry_safe_from((*pos), n, head, list) {
313 list_del(&entry->list);
[all...]
/drivers/gpu/drm/udl/
H A Dudl_main.c121 list_add_tail(&unode->entry, &udl->urbs.list);
159 node = udl->urbs.list.next; /* have reserved one with sem */
187 INIT_LIST_HEAD(&udl->urbs.list);
218 list_add_tail(&unode->entry, &udl->urbs.list);
252 BUG_ON(list_empty(&udl->urbs.list)); /* reserved one with limit_sem */
253 entry = udl->urbs.list.next;
/drivers/gpu/host1x/
H A Dcdma.c228 list_for_each_entry_safe(job, n, &cdma->sync_queue, list) {
255 list_del(&job->list);
293 list_for_each_entry(job, &cdma->sync_queue, list) {
324 list_for_each_entry_from(job, &cdma->sync_queue, list) {
349 list_for_each_entry_from(job, &cdma->sync_queue, list)
473 list_add_tail(&job->list, &cdma->sync_queue);
/drivers/infiniband/hw/qib/
H A Dqib_user_sdma.c15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
37 #include <linux/list.h>
67 struct list_head list; /* list element */ member in struct:qib_user_sdma_pkt
102 * list head. the type of the elements of this
103 * list are struct qib_user_sdma_pkt...
108 * Because above list will be accessed by both process and
777 /* free a packet list -- return counter value of last packet */
780 struct list_head *list)
778 qib_user_sdma_free_pkt_list(struct device *dev, struct qib_user_sdma_queue *pq, struct list_head *list) argument
805 qib_user_sdma_queue_pkts(const struct qib_devdata *dd, struct qib_pportdata *ppd, struct qib_user_sdma_queue *pq, const struct iovec *iov, unsigned long niov, struct list_head *list, int *maxpkts, int *ndesc) argument
1384 struct list_head list; local
[all...]
/drivers/mtd/maps/
H A Damd76xrom.c19 #include <linux/list.h>
40 struct list_head list; member in struct:amd76xrom_map_info
81 list_for_each_entry_safe(map, scratch, &window->maps, list) {
87 list_del(&map->list);
197 INIT_LIST_HEAD(&map->list);
276 list_add(&map->list, &window->maps);
H A Dck804xrom.c22 #include <linux/list.h>
44 struct list_head list; member in struct:ck804xrom_map_info
93 list_for_each_entry_safe(map, scratch, &window->maps, list) {
99 list_del(&map->list);
227 INIT_LIST_HEAD(&map->list);
305 list_add(&map->list, &window->maps);
H A Dichxrom.c19 #include <linux/list.h>
45 struct list_head list; member in struct:ichxrom_map_info
67 list_for_each_entry_safe(map, scratch, &window->maps, list) {
72 list_del(&map->list);
219 INIT_LIST_HEAD(&map->list);
301 list_add(&map->list, &window->maps);
/drivers/staging/rtl8712/
H A Drtl871x_sta_mgt.c41 INIT_LIST_HEAD(&psta->list);
69 list_add_tail(&psta->list, &pstapriv->free_sta_queue.queue);
88 psta = LIST_CONTAINOR(plist, struct sta_info, list);
128 struct sta_info, list);
129 list_del_init(&(psta->list));
210 list_add_tail(&psta->list, &pfree_sta_queue->queue);
241 /* any station allocated can be searched by hash list */
/drivers/xen/
H A Dxen-acpi-memhotplug.c32 struct list_head list; member in struct:acpi_memory_info
82 list_for_each_entry(info, &mem_device->res_list, list) {
117 list_for_each_entry(info, &mem_device->res_list, list) {
130 INIT_LIST_HEAD(&new->list);
135 list_add_tail(&new->list, &mem_device->res_list);
153 list_for_each_entry_safe(info, n, &mem_device->res_list, list)
/drivers/char/
H A Dapm-emulation.c28 #include <linux/list.h>
110 struct list_head list; member in struct:apm_user
134 * This is a list of everyone who has opened /dev/apm_bios
201 list_for_each_entry(as, &apm_user_list, list) {
340 list_del(&as->list);
377 list_add(&as->list, &apm_user_list);
552 list_for_each_entry(as, &apm_user_list, list) {
589 list_for_each_entry(as, &apm_user_list, list) {
622 list_for_each_entry(as, &apm_user_list, list) {
/drivers/gpu/drm/
H A Ddrm_dma.c156 switch (dma->buflist[i]->list) {
161 dma->buflist[i]->list = DRM_LIST_RECLAIM;
/drivers/gpu/drm/nouveau/core/subdev/vm/
H A Dnv04.c38 struct nouveau_mem *mem, u32 pte, u32 cnt, dma_addr_t *list)
43 u32 phys = (u32)*list++;
37 nv04_vm_map_sg(struct nouveau_vma *vma, struct nouveau_gpuobj *pgt, struct nouveau_mem *mem, u32 pte, u32 cnt, dma_addr_t *list) argument
/drivers/gpu/drm/tilcdc/
H A Dtilcdc_drv.h30 #include <linux/list.h>
111 struct list_head list; member in struct:tilcdc_module
/drivers/infiniband/core/
H A Duverbs_main.c19 * copyright notice, this list of conditions and the following
23 * copyright notice, this list of conditions and the following
156 list_del(&evt->list);
166 list_del(&evt->list);
179 list_del(&evt->list);
190 list_for_each_entry_safe(mcast, tmp, &uobj->mcast_list, list) {
192 list_del(&mcast->list);
207 list_for_each_entry_safe(uobj, tmp, &context->ah_list, list) {
216 list_for_each_entry_safe(uobj, tmp, &context->mw_list, list) {
224 list_for_each_entry_safe(uobj, tmp, &context->rule_list, list) {
[all...]
/drivers/isdn/mISDN/
H A Ddsp_cmx.c166 list_for_each_entry(odsp, &dsp_ilist, list) {
177 list_for_each_entry(conf, &conf_ilist, list) {
179 list_for_each_entry(member, &conf->mlist, list) {
208 list_for_each_entry(conf, &conf_ilist, list)
252 list_add_tail(&member->list, &conf->mlist);
288 list_for_each_entry(member, &dsp->conf->mlist, list) {
290 list_del(&member->list);
298 "%s: dsp is not present in its own conf_meber list.\n",
327 list_add_tail(&conf->list, &conf_ilist);
350 list_del(&conf->list);
[all...]

Completed in 649 milliseconds

<<11121314151617181920>>