Searched defs:list (Results 1 - 25 of 728) sorted by relevance

1234567891011>>

/drivers/hsi/
H A Dhsi_core.h29 struct list_head list; member in struct:hsi_cl_info
/drivers/i2c/
H A Di2c-core.h18 struct list_head list; member in struct:i2c_devinfo
/drivers/md/
H A Ddm-bio-prison.h13 #include <linux/list.h>
38 struct hlist_node list; member in struct:dm_bio_prison_cell
H A Ddm-path-selector.c21 struct list_head list; member in struct:ps_internal
33 list_for_each_entry(psi, &_path_selectors, list) {
111 list_add(&psi->list, &_path_selectors);
130 list_del(&psi->list);
H A Ddm-stats.h6 #include <linux/list.h>
13 struct list_head list; /* list of struct dm_stat */ member in struct:dm_stats
37 return !list_empty(&st->list);
/drivers/misc/mei/
H A Dclient.h47 * mei_io_list_init - Sets up a queue list.
49 * @list: An instance cl callback structure
51 static inline void mei_io_list_init(struct mei_cl_cb *list) argument
53 INIT_LIST_HEAD(&list->list);
55 void mei_io_list_flush(struct mei_cl_cb *list, struct mei_cl *cl);
/drivers/thunderbolt/
H A Dtunnel_pci.h18 struct list_head list; member in struct:tb_pci_tunnel
/drivers/acpi/
H A Dacpi_platform.c89 struct list_head *list; local
92 list = &acpi_parent->physical_node_list;
93 if (!list_empty(list)) {
94 entry = list_first_entry(list,
/drivers/block/zram/
H A Dzcomp.h25 struct list_head list; member in struct:zcomp_strm
/drivers/crypto/qat/qat_common/
H A Dadf_cfg.h26 notice, this list of conditions and the following disclaimer.
28 notice, this list of conditions and the following disclaimer in
50 #include <linux/list.h>
61 struct list_head list; member in struct:adf_cfg_key_val
66 struct list_head list; member in struct:adf_cfg_section
/drivers/gpu/drm/nouveau/core/include/core/
H A Devent.h22 struct list_head list; member in struct:nvkm_event
H A Dnamedb.h11 struct list_head list; member in struct:nouveau_namedb
/drivers/gpu/drm/nouveau/core/include/subdev/
H A Dinstmem.h28 struct list_head list; member in struct:nouveau_instmem
/drivers/gpu/host1x/
H A Dchannel.h29 struct list_head list; member in struct:host1x_channel
40 /* channel list operations */
44 list_for_each_entry(channel, &host->chlist.list, list)
H A Dintr.h57 struct list_head list; member in struct:host1x_waitlist
/drivers/infiniband/hw/mlx4/
H A Ddoorbell.c15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
38 struct list_head list; member in struct:mlx4_ib_user_db_page
52 list_for_each_entry(page, &context->db_page_list, list)
72 list_add(&page->list, &context->db_page_list);
90 list_del(&db->u.user_page->list);
/drivers/infiniband/hw/mlx5/
H A Ddoorbell.c15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
40 struct list_head list; member in struct:mlx5_ib_user_db_page
54 list_for_each_entry(page, &context->db_page_list, list)
74 list_add(&page->list, &context->db_page_list);
92 list_del(&db->u.user_page->list);
/drivers/isdn/hardware/eicon/
H A Dcapifunc.h25 struct list_head list; member in struct:_diva_card
/drivers/net/wireless/iwlwifi/
H A Diwl-notif-wait.h41 * notice, this list of conditions and the following disclaimer.
43 * notice, this list of conditions and the following disclaimer in
79 * @list: list head for global list
102 struct list_head list; member in struct:iwl_notification_wait
/drivers/net/wireless/libertas/
H A Dcmd.h15 struct list_head list; member in struct:cmd_ctrl_node
/drivers/pnp/isapnp/
H A Dcompat.c28 struct list_head *list; local
33 list = from ? from->global_list.next : pnp_cards.next;
35 while (list != &pnp_cards) {
36 struct pnp_card *card = global_to_pnp_card(list);
40 list = list->next;
54 struct list_head *list; local
56 list = pnp_global.next;
58 list = from->global_list.next;
60 while (list !
69 struct list_head *list; local
[all...]
/drivers/regulator/
H A Dinternal.h26 struct list_head list; member in struct:regulator
/drivers/gpu/drm/ttm/
H A Dttm_execbuf_util.c35 static void ttm_eu_backoff_reservation_reverse(struct list_head *list, argument
38 list_for_each_entry_continue_reverse(entry, list, head) {
45 static void ttm_eu_del_from_lru_locked(struct list_head *list) argument
49 list_for_each_entry(entry, list, head) {
58 struct list_head *list)
63 if (list_empty(list))
66 entry = list_first_entry(list, struct ttm_validate_buffer, head);
70 list_for_each_entry(entry, list, head) {
86 * If a buffer in the list is marked for CPU access, we back off and
96 struct list_head *list, boo
57 ttm_eu_backoff_reservation(struct ww_acquire_ctx *ticket, struct list_head *list) argument
95 ttm_eu_reserve_buffers(struct ww_acquire_ctx *ticket, struct list_head *list, bool intr) argument
174 ttm_eu_fence_buffer_objects(struct ww_acquire_ctx *ticket, struct list_head *list, struct fence *fence) argument
[all...]
/drivers/mfd/
H A Dwm831x-auxadc.c20 #include <linux/list.h>
30 struct list_head list; member in struct:wm831x_auxadc_req
54 list_add(&req->list, &wm831x->auxadc_pending);
102 list_del(&req->list);
146 list_for_each_entry(req, &wm831x->auxadc_pending, list) {
/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.h48 struct list_head list; member in struct:wcn36xx_hal_ind_msg

Completed in 531 milliseconds

1234567891011>>