| /include/linux/input/ |
| A D | touch-overlay.h | 13 int touch_overlay_map(struct list_head *list, struct input_dev *input); 15 void touch_overlay_get_touchscreen_abs(struct list_head *list, u16 *x, u16 *y); 17 bool touch_overlay_mapped_touchscreen(struct list_head *list); 19 bool touch_overlay_process_contact(struct list_head *list, 23 void touch_overlay_sync_frame(struct list_head *list, struct input_dev *input);
|
| /include/linux/ |
| A D | damon.h | 81 struct list_head list; member 104 struct list_head list; member 189 struct list_head list; member 404 struct list_head list; member 549 struct list_head list; member 654 struct list_head list; member 798 return container_of(r->list.next, struct damon_region, list); in damon_next_region() 803 return container_of(r->list.prev, struct damon_region, list); in damon_prev_region() 823 list_for_each_entry(r, &t->regions_list, list) 838 list_for_each_entry(s, &(ctx)->schemes, list) [all …]
|
| A D | list.h | 37 WRITE_ONCE(list->next, list); in INIT_LIST_HEAD() 38 WRITE_ONCE(list->prev, list); in INIT_LIST_HEAD() 299 list_add(list, head); in list_move() 364 return list == head; in list_is_head() 459 list->next->prev = list; in __list_cut_position() 460 list->prev = entry; in __list_cut_position() 461 entry->next = list; in __list_cut_position() 488 INIT_LIST_HEAD(list); in list_cut_position() 512 INIT_LIST_HEAD(list); in list_cut_before() 516 list->next->prev = list; in list_cut_before() [all …]
|
| A D | resource_ext.h | 63 #define resource_list_for_each_entry(entry, list) \ argument 64 list_for_each_entry((entry), (list), node) 66 #define resource_list_for_each_entry_safe(entry, tmp, list) \ argument 67 list_for_each_entry_safe((entry), (tmp), (list), node) 70 resource_list_first_type(struct list_head *list, unsigned long type) in resource_list_first_type() argument 74 resource_list_for_each_entry(entry, list) { in resource_list_first_type()
|
| A D | crash_dump.h | 122 int (*get_device_ram)(struct vmcore_cb *cb, struct list_head *list); 129 struct list_head list; member 136 static inline int vmcore_alloc_add_range(struct list_head *list, in vmcore_alloc_add_range() argument 145 list_add_tail(&m->list, list); in vmcore_alloc_add_range() 150 static inline void vmcore_free_ranges(struct list_head *list) in vmcore_free_ranges() argument 154 list_for_each_entry_safe(m, tmp, list, list) { in vmcore_free_ranges() 155 list_del(&m->list); in vmcore_free_ranges()
|
| A D | virtio_vsock.h | 97 spin_lock_bh(&list->lock); in virtio_vsock_skb_queue_head() 98 __skb_queue_head(list, skb); in virtio_vsock_skb_queue_head() 99 spin_unlock_bh(&list->lock); in virtio_vsock_skb_queue_head() 105 spin_lock_bh(&list->lock); in virtio_vsock_skb_queue_tail() 106 __skb_queue_tail(list, skb); in virtio_vsock_skb_queue_tail() 107 spin_unlock_bh(&list->lock); in virtio_vsock_skb_queue_tail() 114 spin_lock_bh(&list->lock); in virtio_vsock_skb_dequeue() 115 skb = __skb_dequeue(list); in virtio_vsock_skb_dequeue() 116 spin_unlock_bh(&list->lock); in virtio_vsock_skb_dequeue() 123 spin_lock_bh(&list->lock); in virtio_vsock_skb_queue_purge() [all …]
|
| A D | rculist.h | 22 static inline void INIT_LIST_HEAD_RCU(struct list_head *list) in INIT_LIST_HEAD_RCU() argument 24 WRITE_ONCE(list->next, list); in INIT_LIST_HEAD_RCU() 25 WRITE_ONCE(list->prev, list); in INIT_LIST_HEAD_RCU() 32 #define list_next_rcu(list) (*((struct list_head __rcu **)(&(list)->next))) argument 43 #define list_bidir_prev_rcu(list) (*((struct list_head __rcu **)(&(list)->prev))) argument 278 struct list_head *first = list->next; in __list_splice_init_rcu() 279 struct list_head *last = list->prev; in __list_splice_init_rcu() 287 INIT_LIST_HEAD_RCU(list); in __list_splice_init_rcu() 325 if (!list_empty(list)) in list_splice_init_rcu() 326 __list_splice_init_rcu(list, head, head->next, sync); in list_splice_init_rcu() [all …]
|
| A D | rhashtable.h | 743 struct rhlist_head *list; in __rhashtable_insert_fast() local 790 struct rhlist_head *list; in __rhashtable_insert_fast() local 1015 struct rhlist_head *list; in __rhashtable_remove_fast_one() local 1028 lpprev = &list->next; in __rhashtable_remove_fast_one() 1029 list = rht_dereference_bucket(list->next, in __rhashtable_remove_fast_one() 1031 } while (list && obj != &list->rhead); in __rhashtable_remove_fast_one() 1033 if (!list) in __rhashtable_remove_fast_one() 1036 list = rht_dereference_bucket(list->next, tbl, hash); in __rhashtable_remove_fast_one() 1046 list = rht_dereference_bucket(list->next, tbl, hash); in __rhashtable_remove_fast_one() 1047 if (list) { in __rhashtable_remove_fast_one() [all …]
|
| A D | of_iommu.h | 15 struct list_head *list); 27 struct list_head *list) in of_iommu_get_resv_regions() argument
|
| A D | devfreq.h | 266 unsigned int list); 269 unsigned int list); 273 unsigned int list); 277 unsigned int list); 415 unsigned int list) in devfreq_register_notifier() argument 422 unsigned int list) in devfreq_unregister_notifier() argument 430 unsigned int list) in devm_devfreq_register_notifier() argument 438 unsigned int list) in devm_devfreq_unregister_notifier() argument
|
| A D | dmi.h | 83 struct list_head list; member 100 extern int dmi_check_system(const struct dmi_system_id *list); 101 const struct dmi_system_id *dmi_first_match(const struct dmi_system_id *list); 121 static inline int dmi_check_system(const struct dmi_system_id *list) { return 0; } in dmi_check_system() argument 150 dmi_first_match(const struct dmi_system_id *list) { return NULL; } in dmi_first_match() argument
|
| A D | kvm_irqfd.h | 29 struct list_head list; member 57 struct list_head list; member
|
| A D | parman.h | 45 struct list_head list; member 50 struct list_head list; member
|
| A D | list_lru.h | 32 struct list_head list; member 54 struct list_head list; member 204 void list_lru_isolate(struct list_lru_one *list, struct list_head *item); 205 void list_lru_isolate_move(struct list_lru_one *list, struct list_head *item, 209 struct list_lru_one *list, void *cb_arg);
|
| /include/rdma/ |
| A D | mr_pool.h | 10 struct ib_mr *ib_mr_pool_get(struct ib_qp *qp, struct list_head *list); 11 void ib_mr_pool_put(struct ib_qp *qp, struct list_head *list, struct ib_mr *mr); 13 int ib_mr_pool_init(struct ib_qp *qp, struct list_head *list, int nr, 15 void ib_mr_pool_destroy(struct ib_qp *qp, struct list_head *list);
|
| /include/uapi/linux/ |
| A D | tipc_config.h | 323 static inline void TLV_LIST_INIT(struct tlv_list_desc *list, in TLV_LIST_INIT() argument 326 list->tlv_ptr = (struct tlv_desc *)data; in TLV_LIST_INIT() 327 list->tlv_space = space; in TLV_LIST_INIT() 330 static inline int TLV_LIST_EMPTY(struct tlv_list_desc *list) in TLV_LIST_EMPTY() argument 332 return (list->tlv_space == 0); in TLV_LIST_EMPTY() 337 return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type); in TLV_LIST_CHECK() 340 static inline void *TLV_LIST_DATA(struct tlv_list_desc *list) in TLV_LIST_DATA() argument 342 return TLV_DATA(list->tlv_ptr); in TLV_LIST_DATA() 345 static inline void TLV_LIST_STEP(struct tlv_list_desc *list) in TLV_LIST_STEP() argument 349 list->tlv_ptr = (struct tlv_desc *)((char *)list->tlv_ptr + tlv_space); in TLV_LIST_STEP() [all …]
|
| /include/net/netfilter/ |
| A D | nf_conntrack_count.h | 27 int nf_conncount_add(struct net *net, struct nf_conncount_list *list, 31 void nf_conncount_list_init(struct nf_conncount_list *list); 34 struct nf_conncount_list *list); 36 void nf_conncount_cache_free(struct nf_conncount_list *list);
|
| /include/drm/ttm/ |
| A D | ttm_execbuf_util.h | 64 struct list_head *list); 100 struct list_head *list, bool intr, 116 struct list_head *list,
|
| /include/drm/ |
| A D | drm_mode_object.h | 110 #define DRM_ENUM_NAME_FN(fnname, list) \ argument 114 for (i = 0; i < ARRAY_SIZE(list); i++) { \ 115 if (list[i].type == val) \ 116 return list[i].name; \
|
| A D | drm_gpuvm.h | 264 struct list_head list; member 298 struct list_head list; member 320 struct list_head list; member 430 if (va && !list_is_last(&va->rb.entry, &va->vm->rb.list)) in __drm_gpuva_next() 490 list_for_each_entry(va__, &(gpuvm__)->rb.list, rb.entry) 704 } list; member 990 struct list_head list; member 1012 list_for_each_entry_safe(op, next, &(ops)->list, entry) 1023 list_for_each_entry_from_reverse(op, &(ops)->list, entry) 1033 list_for_each_entry_reverse(op, &(ops)->list, entry) [all …]
|
| /include/net/ |
| A D | netrom.h | 161 #define nr_neigh_for_each(__nr_neigh, list) \ argument 162 hlist_for_each_entry(__nr_neigh, list, neigh_node) 164 #define nr_neigh_for_each_safe(__nr_neigh, node2, list) \ argument 165 hlist_for_each_entry_safe(__nr_neigh, node2, list, neigh_node) 167 #define nr_node_for_each(__nr_node, list) \ argument 168 hlist_for_each_entry(__nr_node, list, node_node) 170 #define nr_node_for_each_safe(__nr_node, node2, list) \ argument 171 hlist_for_each_entry_safe(__nr_node, node2, list, node_node)
|
| /include/linux/usb/ |
| A D | audio.h | 25 struct list_head list; member 34 struct list_head list; member
|
| /include/net/bluetooth/ |
| A D | hci_core.h | 1002 list_add_tail_rcu(&c->list, &h->list); in hci_conn_hash_add() 1086 list_for_each_entry_rcu(c, &h->list, list) { in hci_conn_valid() 1105 list_for_each_entry_rcu(c, &h->list, list) { in hci_conn_lookup_type() 1125 list_for_each_entry_rcu(c, &h->list, list) { in hci_conn_hash_lookup_bis() 1147 list_for_each_entry_rcu(c, &h->list, list) { in hci_conn_hash_lookup_create_pa_sync() 1173 list_for_each_entry_rcu(c, &h->list, list) { in hci_conn_hash_lookup_per_adv_bis() 1197 list_for_each_entry_rcu(c, &h->list, list) { in hci_conn_hash_lookup_handle() 1216 list_for_each_entry_rcu(c, &h->list, list) { in hci_conn_hash_lookup_ba() 1237 list_for_each_entry_rcu(c, &h->list, list) { in hci_conn_hash_lookup_le() 1263 list_for_each_entry_rcu(c, &h->list, list) { in hci_conn_hash_lookup_cis() [all …]
|
| /include/media/ |
| A D | media-device.h | 38 struct list_head list; member 383 list_for_each_entry(entity, &(mdev)->entities, graph_obj.list) 387 list_for_each_entry(intf, &(mdev)->interfaces, graph_obj.list) 391 list_for_each_entry(pad, &(mdev)->pads, graph_obj.list) 395 list_for_each_entry(link, &(mdev)->links, graph_obj.list)
|
| /include/linux/netfilter_bridge/ |
| A D | ebtables.h | 21 struct list_head list; member 38 struct list_head list; member 55 struct list_head list; member 92 struct list_head list; member
|