Home
last modified time | relevance | path

Searched refs:list (Results 3426 - 3450 of 13888) sorted by relevance

1...<<131132133134135136137138139140>>...556

/kernel/linux/linux-6.6/sound/usb/
H A Dcard.c25 #include <linux/list.h>
735 /* FIXME: this checks only vendor:product pair in the list */ in get_alias_quirk()
962 list_for_each_entry(as, &chip->pcm_list, list) { in usb_audio_disconnect()
966 list_for_each_entry(ep, &chip->ep_list, list) { in usb_audio_disconnect()
983 list_for_each_entry(mixer, &chip->mixer_list, list) { in usb_audio_disconnect()
1077 list_for_each_entry(as, &chip->pcm_list, list) in usb_audio_suspend()
1079 list_for_each_entry(ep, &chip->ep_list, list) in usb_audio_suspend()
1083 list_for_each_entry(mixer, &chip->mixer_list, list) in usb_audio_suspend()
1111 list_for_each_entry(as, &chip->pcm_list, list) { in usb_audio_resume()
1121 list_for_each_entry(mixer, &chip->mixer_list, list) { in usb_audio_resume()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_sli4.h129 /* RQ buffer list */
152 struct list_head list; member
319 struct list_head list; member
412 struct list_head list; member
620 struct list_head list; member
629 struct list_head list; member
664 /* TODO: Separate pvt_pool into get and put list */
692 struct list_head list; member
705 spinlock_t io_buf_list_get_lock; /* Common buf alloc list lock */
707 spinlock_t io_buf_list_put_lock; /* Common buf free list loc
1005 struct list_head list; global() member
1019 struct list_head list; global() member
1028 struct list_head list; global() member
[all...]
/kernel/linux/linux-6.6/net/bluetooth/rfcomm/
H A Dtty.c47 struct list_head list; member
99 list_del(&dev->list); in rfcomm_dev_destruct()
152 list_for_each_entry(dev, &rfcomm_dev_list, list) in __rfcomm_dev_lookup()
233 list_for_each_entry(entry, &rfcomm_dev_list, list) { in __rfcomm_dev_add()
238 head = &entry->list; in __rfcomm_dev_add()
243 list_for_each_entry(entry, &rfcomm_dev_list, list) { in __rfcomm_dev_add()
252 head = &entry->list; in __rfcomm_dev_add()
263 list_add(&dev->list, head); in __rfcomm_dev_add()
528 list_for_each_entry(dev, &rfcomm_dev_list, list) { in rfcomm_get_dev_list()
/third_party/ffmpeg/libavcodec/
H A Dhevc_mvs.c145 col_poc_diff = colPic - refPicList_col[listCol].list[refidxCol]; in check_mvset()
146 cur_poc_diff = poc - refPicList[X].list[refIdxLx]; in check_mvset()
182 if (refPicList[j].list[i] > s->poc) { in derive_temporal_colocated_mvs()
447 (refPicList[0].list[l0_cand.ref_idx[0]] != in derive_spatial_merge_candidates()
448 refPicList[1].list[l1_cand.ref_idx[1]] || in derive_spatial_merge_candidates()
519 int ref_pic_elist = refPicList[elist].list[TAB_MVF(x, y).ref_idx[elist]]; in dist_scale()
520 int ref_pic_curr = refPicList[ref_idx_curr].list[ref_idx]; in dist_scale()
539 refPicList[pred_flag_index].list[TAB_MVF(x, y).ref_idx[pred_flag_index]] == refPicList[ref_idx_curr].list[ref_idx]) { in mv_mp_mode_mx()
/third_party/elfutils/libelf/
H A Delf32_updatefile.c81 /* Insert the sections in the list into the provided array and sort
88 sort_sections (Elf_Scn **scns, Elf_ScnList *list) in sort_sections() argument
92 for (size_t cnt = 0; cnt < list->cnt; ++cnt) in sort_sections()
93 *scnp++ = &list->data[cnt]; in sort_sections()
94 while ((list = list->next) != NULL); in sort_sections()
217 Elf_ScnList *list = &elf->state.ELFW(elf,LIBELFBITS).scns; in __elfw2()
233 sort_sections (scns, list); in __elfw2()
267 multiple data segments in the list only the first can be in __elfw2()
687 Elf_ScnList *list in __elfw2() local
[all...]
/third_party/backends/japi/
H A DJscanimage.java169 // Get list of devices. in initSane()
304 // Select from a list. in initSaneOptions()
305 SaneFixedBox list = new SaneFixedBox( in initSaneOptions()
307 addLabeledOption(group, title, list, c); in initSaneOptions()
308 addControl(list); in initSaneOptions()
328 // Select from a list. in initSaneOptions()
329 SaneIntBox list = new SaneIntBox( in initSaneOptions()
331 addLabeledOption(group, title, list, c); in initSaneOptions()
332 addControl(list); in initSaneOptions()
341 // Make a list in initSaneOptions()
[all...]
/third_party/libwebsockets/lib/cose/
H A Dcose_validate.c195 alg = lws_container_of(cps->algs.head, lws_cose_sig_alg_t, list); in apply_external()
273 lws_dll2_add_tail(&res->list, &cps->results); in create_alg()
279 lws_dll2_add_tail(&alg->list, &cps->algs); in create_alg()
785 lws_cose_sig_alg_t, list); in cb_cose_sig()
828 lws_cose_sig_alg_t, list); in cb_cose_sig()
898 lws_cose_sig_alg_t, list); in cb_cose_sig()
918 lws_cose_sig_alg_t, list); in cb_cose_sig()
1025 lws_cose_sig_alg_t, list); in lws_cose_validate_destroy()
1034 lws_cose_validate_res_t, list); in lws_cose_validate_destroy()
/third_party/mesa3d/src/amd/registers/
H A Dregdb.py107 if isinstance(json, list):
127 elif isinstance(obj, list):
155 dicts -- list of (origin, dictionary) pairs to merge
157 the merge strategy is a callable which will receive a list of
161 the key and a list of (origin, value) pairs
197 - register types: description of a register type or template as a list of
228 self.__regmap_by_addr = defaultdict(list)
255 other.chips = sorted(list(chips.union(other_chips)))
334 values = defaultdict(list)
358 Given a list o
[all...]
/third_party/libwebsockets/plugins/
H A Dprotocol_lws_openmetrics_export.c109 lws_dll2_t list; member
382 * - lwsac block list provides the per-metric structure to
552 * Search through our partner's clients list looking for one with the in omc_lws_om_get_other_side_pss_client()
557 struct pss *apss = lws_container_of(d, struct pss, list); in omc_lws_om_get_other_side_pss_client()
652 if (pss->list.owner) { in callback_lws_openmetrics_prox_agg()
661 struct pss *apss = lws_container_of(d, struct pss, list); in callback_lws_openmetrics_prox_agg()
667 /* let's add him on the http server vhd list */ in callback_lws_openmetrics_prox_agg()
669 lws_dll2_add_tail(&pss->list, &vhd->clients); in callback_lws_openmetrics_prox_agg()
679 lws_dll2_remove(&pss->list); in callback_lws_openmetrics_prox_agg()
725 lws_dll2_remove(&pss->list); in callback_lws_openmetrics_prox_agg()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_core.c71 LIST_FOR_EACH_ENTRY(rb_context, &rb_screen->contexts, list) { in rbug_get_context_locked()
85 LIST_FOR_EACH_ENTRY(tr_shdr, &rb_context->shaders, list) { in rbug_get_shader_locked()
179 LIST_FOR_EACH_ENTRY(tr_tex, &rb_screen->resources, list) { in rbug_texture_list()
200 LIST_FOR_EACH_ENTRY(tr_tex, &rb_screen->resources, list) { in rbug_texture_info()
247 LIST_FOR_EACH_ENTRY(tr_tex, &rb_screen->resources, list) { in rbug_texture_read()
292 LIST_FOR_EACH_ENTRY_SAFE(rb_context, next, &rb_screen->contexts, list) { in rbug_context_list()
499 struct rbug_proto_shader_list *list = (struct rbug_proto_shader_list *)header; in rbug_shader_list() local
508 rb_context = rbug_get_context_locked(rb_screen, list->context); in rbug_shader_list()
517 LIST_FOR_EACH_ENTRY_SAFE(tr_shdr, next, &rb_context->shaders, list) { in rbug_shader_list()
/third_party/python/Lib/distutils/
H A Ddist.py33 # be converted to a list by Distribution.finalize_options().
35 elif not isinstance(value, list):
38 msg = f"Warning: '{fieldname}' should be a list, got type '{typename}'"
40 value = list(value)
61 # these global options. This list should be kept to a bare minimum,
87 "list all available commands"),
117 "print the list of platforms"),
119 "print the list of classifiers"),
121 "print the list of keywords"),
123 "print the list o
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
H A Duvc_driver.c11 #include <linux/list.h>
415 list_for_each_entry(entity, &dev->entities, list) { in uvc_entity_by_id()
429 entity = list_entry(&dev->entities, struct uvc_entity, list); in uvc_entity_by_reference()
431 list_for_each_entry_continue(entity, &dev->entities, list) { in uvc_entity_by_reference()
444 list_for_each_entry(stream, &dev->streams, list) { in uvc_stream_by_id()
1013 list_add_tail(&streaming->list, &dev->streams); in uvc_parse_streaming()
1128 list_add_tail(&unit->list, &dev->entities); in uvc_parse_vendor_control()
1260 list_add_tail(&term->list, &dev->entities); in uvc_parse_standard_control()
1294 list_add_tail(&term->list, &dev->entities); in uvc_parse_standard_control()
1317 list_add_tail(&unit->list, in uvc_parse_standard_control()
[all...]
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdns3-gadget.c126 * cdns3_next_request - returns next request from list
127 * @list: list containing requests
129 * Returns request or NULL if no requests in list
131 struct usb_request *cdns3_next_request(struct list_head *list) in cdns3_next_request() argument
133 return list_first_entry_or_null(list, struct usb_request, list); in cdns3_next_request()
137 * cdns3_next_align_buf - returns next buffer from list
138 * @list: list containin
142 cdns3_next_align_buf(struct list_head *list) cdns3_next_align_buf() argument
153 cdns3_next_priv_request(struct list_head *list) cdns3_next_priv_request() argument
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c42 /* list of entries for the schemata file */
89 list_for_each_entry(dom, &r->domains, list) in rdt_staged_configs_clear()
123 list_for_each_entry(s, &resctrl_schema_all, list) in closid_init()
493 rdt_last_cmd_puts("Bad CPU list/mask\n"); in rdtgroup_cpus_write()
931 list_for_each_entry(dom, &r->domains, list) { in rdt_bit_usage_show()
1018 list_for_each_entry(mevt, &r->evt_list, list) { in rdt_mon_features_show()
1231 list_for_each_entry(s, &resctrl_schema_all, list) { in rdtgroup_mode_test_exclusive()
1236 list_for_each_entry(d, &r->domains, list) { in rdtgroup_mode_test_exclusive()
1405 list_for_each_entry(schema, &resctrl_schema_all, list) { in rdtgroup_size_show()
1410 list_for_each_entry(d, &r->domains, list) { in rdtgroup_size_show()
[all...]
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_llc.c200 struct list_head list; member
298 if (list_empty(&lgr->list)) in smc_llc_flow_initiate()
309 rc = wait_event_timeout(lgr->llc_flow_waiter, (list_empty(&lgr->list) || in smc_llc_flow_initiate()
326 if (!list_empty(&lgr->list) && lgr->delayed_event && in smc_llc_flow_stop()
346 list_empty(&lgr->list)), in smc_llc_wait()
349 (lnk && !smc_link_usable(lnk)) || list_empty(&lgr->list)) { in smc_llc_wait()
570 struct smc_buf_desc, list); in _smc_llc_get_next_rmb()
588 if (list_is_last(&buf_pos->list, &lgr->rmbs[*buf_lst])) { in smc_llc_get_next_rmb()
592 buf_next = list_next_entry(buf_pos, list); in smc_llc_get_next_rmb()
1149 memcpy(llc->gid[i], gidlist.list[ in smc_llc_send_request_add_link()
[all...]
/third_party/python/Lib/test/
H A Dtest_weakref.py410 class List(list): pass
447 self.assertEqual(list(weak_it), [4, 5, 6])
462 list(a)
519 "list of refs does not match")
527 "list of refs does not match")
532 "list of refs not cleared")
536 "list of refs does not match for int")
579 # when the second attempt to remove the instance from the "list
1281 items1 = list(dict.items())
1282 items2 = list(dic
[all...]
/kernel/linux/linux-5.10/drivers/acpi/
H A Dglue.c12 #include <linux/list.h>
45 list_add_tail(&type->list, &bus_type_list); in register_acpi_bus_type()
60 list_del_init(&type->list); in unregister_acpi_bus_type()
75 list_for_each_entry(tmp, &bus_type_list, list) { in acpi_get_bus_type()
204 * Keep the list sorted by node_id so that the IDs of removed nodes can in acpi_bind_one()
/kernel/linux/linux-5.10/drivers/char/ipmi/
H A Dipmb_dev_int.c52 struct list_head list; member
101 struct ipmb_request_elem, list); in ipmb_read()
103 list_del(&queue_elem->list); in ipmb_read()
217 list_add(&queue_elem->list, &ipmb_dev->request_queue); in ipmb_handle_request()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dopal-flash.c37 #define FLASH_IMG_NULL_DATA -1004 /* Bad data in sg list entry */
38 #define FLASH_IMG_BAD_LEN -1005 /* Bad length in sg list entry */
278 struct opal_sg_list *list; in opal_flash_update() local
288 list = opal_vmalloc_to_sg_list(image_data.data, image_data.size); in opal_flash_update()
289 if (!list) in opal_flash_update()
293 addr = __pa(list); in opal_flash_update()
512 NULL /* need to NULL terminate the list of attributes */
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/
H A Dsq.c291 struct sq_mapping **list, *entry; in mapping_show() local
294 for (list = &sq_mapping_list; (entry = *list); list = &entry->next) in mapping_show()
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Drsutils.c21 * list - Where the converted list is returned
23 * RETURN: Count of bits set (length of list)
25 * DESCRIPTION: Convert a bit mask into a list of values
28 u8 acpi_rs_decode_bitmask(u16 mask, u8 * list) in acpi_rs_decode_bitmask() argument
39 list[bit_count] = i; in acpi_rs_decode_bitmask()
53 * PARAMETERS: list - List of values to encode
54 * count - Length of list
58 * DESCRIPTION: Convert a list of values to an encoded bitmask
62 u16 acpi_rs_encode_bitmask(u8 * list, u argument
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/netfilter/
H A Dconntrack_vrf.sh143 ip netns exec $ns0 nft list ruleset
190 ip netns exec $ns0 nft list table ip nat |grep -q 'counter packets 2' &&
191 ip netns exec $ns0 nft list table ip nat |grep -q 'untracked counter packets [1-9]'
227 ip netns exec $ns0 nft list table ip nat |grep -q 'counter packets 2'
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dopal-flash.c37 #define FLASH_IMG_NULL_DATA -1004 /* Bad data in sg list entry */
38 #define FLASH_IMG_BAD_LEN -1005 /* Bad length in sg list entry */
278 struct opal_sg_list *list; in opal_flash_update() local
288 list = opal_vmalloc_to_sg_list(image_data.data, image_data.size); in opal_flash_update()
289 if (!list) in opal_flash_update()
293 addr = __pa(list); in opal_flash_update()
512 NULL /* need to NULL terminate the list of attributes */
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/
H A Dsq.c291 struct sq_mapping **list, *entry; in mapping_show() local
294 for (list = &sq_mapping_list; (entry = *list); list = &entry->next) in mapping_show()
/kernel/linux/linux-5.10/drivers/mfd/
H A Dsyscon.c16 #include <linux/list.h>
34 struct list_head list; member
140 list_add_tail(&syscon->list, &syscon_list); in of_syscon_register()
164 list_for_each_entry(entry, &syscon_list, list) in device_node_get_regmap()

Completed in 32 milliseconds

1...<<131132133134135136137138139140>>...556