/linux-6.8/include/linux/sunrpc/ |
D | svc_rdma_pcl.h | 34 * pcl_init - Initialize a parsed chunk list 35 * @pcl: parsed chunk list to initialize 44 * pcl_is_empty - Return true if parsed chunk list is empty 45 * @pcl: parsed chunk list 54 * pcl_first_chunk - Return first chunk in a parsed chunk list 55 * @pcl: parsed chunk list 69 * pcl_next_chunk - Return next chunk in a parsed chunk list 70 * @pcl: a parsed chunk list 84 * pcl_for_each_chunk - Iterate over chunks in a parsed chunk list 86 * @pcl: a parsed chunk list [all …]
|
/linux-6.8/net/mac80211/tests/ |
D | elems.c | 18 struct ieee802_11_elems *parsed; in mle_defrag() local 64 parsed = ieee802_11_parse_elems_full(&parse_params); in mle_defrag() 66 KUNIT_EXPECT_NOT_NULL(test, parsed); in mle_defrag() 68 if (IS_ERR_OR_NULL(parsed)) in mle_defrag() 71 KUNIT_EXPECT_NOT_NULL(test, parsed->ml_basic_elem); in mle_defrag() 73 parsed->ml_basic_len, in mle_defrag() 80 KUNIT_EXPECT_NOT_NULL(test, parsed->prof); in mle_defrag() 82 parsed->sta_prof_len, in mle_defrag() 86 kfree(parsed); in mle_defrag()
|
/linux-6.8/Documentation/devicetree/bindings/display/exynos/ |
D | exynos_dp.txt | 60 -interlaced: deprecated prop that can parsed from drm_display_mode. 61 -vsync-active-high: deprecated prop that can parsed from drm_display_mode. 62 -hsync-active-high: deprecated prop that can parsed from drm_display_mode. 63 -samsung,ycbcr-coeff: deprecated prop that can parsed from drm_display_mode. 64 -samsung,dynamic-range: deprecated prop that can parsed from drm_display_mode. 65 -samsung,color-space: deprecated prop that can parsed from drm_display_info. 66 -samsung,color-depth: deprecated prop that can parsed from drm_display_info.
|
/linux-6.8/arch/um/drivers/ |
D | vector_transports.c | 265 if (get_uint_param(vp->parsed, "v6", &temp_int)) { in build_gre_transport_data() 270 if (get_uint_param(vp->parsed, "rx_key", &temp_rx)) { in build_gre_transport_data() 271 if (get_uint_param(vp->parsed, "tx_key", &temp_tx)) { in build_gre_transport_data() 284 if (get_uint_param(vp->parsed, "sequence", &temp_int)) { in build_gre_transport_data() 290 vp->parsed, "pin_sequence", &temp_int)) { in build_gre_transport_data() 329 if (get_uint_param(vp->parsed, "v6", &temp_int)) { in build_l2tpv3_transport_data() 334 if (get_uint_param(vp->parsed, "rx_session", &temp_rxs)) { in build_l2tpv3_transport_data() 335 if (get_uint_param(vp->parsed, "tx_session", &temp_txs)) { in build_l2tpv3_transport_data() 346 if (get_uint_param(vp->parsed, "cookie64", &temp_int)) { in build_l2tpv3_transport_data() 351 if (get_ulong_param(vp->parsed, "rx_cookie", &temp_rx)) { in build_l2tpv3_transport_data() [all …]
|
D | vector_user.c | 648 struct arglist *parsed in uml_vector_user_open() argument 653 if (parsed == NULL) { in uml_vector_user_open() 654 printk(UM_KERN_ERR "no parsed config for unit %d\n", unit); in uml_vector_user_open() 657 transport = uml_vector_fetch_arg(parsed, "transport"); in uml_vector_user_open() 663 return user_init_raw_fds(parsed); in uml_vector_user_open() 665 return user_init_hybrid_fds(parsed); in uml_vector_user_open() 667 return user_init_tap_fds(parsed); in uml_vector_user_open() 669 return user_init_socket_fds(parsed, ID_GRE); in uml_vector_user_open() 671 return user_init_socket_fds(parsed, ID_L2TPV3); in uml_vector_user_open() 673 return user_init_unix_fds(parsed, ID_BESS); in uml_vector_user_open() [all …]
|
/linux-6.8/lib/kunit/ |
D | executor.c | 70 static int kunit_parse_glob_filter(struct kunit_glob_filter *parsed, in kunit_parse_glob_filter() argument 77 parsed->suite_glob = kzalloc(len + 1, GFP_KERNEL); in kunit_parse_glob_filter() 78 if (!parsed->suite_glob) in kunit_parse_glob_filter() 81 parsed->test_glob = NULL; in kunit_parse_glob_filter() 82 strcpy(parsed->suite_glob, filter_glob); in kunit_parse_glob_filter() 86 parsed->suite_glob = kzalloc(period - filter_glob + 1, GFP_KERNEL); in kunit_parse_glob_filter() 87 if (!parsed->suite_glob) in kunit_parse_glob_filter() 90 parsed->test_glob = kzalloc(len - (period - filter_glob) + 1, GFP_KERNEL); in kunit_parse_glob_filter() 91 if (!parsed->test_glob) { in kunit_parse_glob_filter() 92 kfree(parsed->suite_glob); in kunit_parse_glob_filter() [all …]
|
/linux-6.8/net/sunrpc/xprtrdma/ |
D | svc_rdma_pcl.c | 13 * pcl_free - Release all memory associated with a parsed chunk list 14 * @pcl: parsed chunk list 86 * pcl_alloc_call - Construct a parsed chunk list for the Call body 97 * %true: Parsed chunk list was successfully constructed, and 137 * pcl_alloc_read - Construct a parsed chunk list for normal Read chunks 148 * %true: Parsed chunk list was successfully constructed, and 188 * pcl_alloc_write - Construct a parsed chunk list from a Write list 190 * @pcl: Parsed chunk list to populate 198 * %true: Parsed chunk list was successfully constructed.
|
/linux-6.8/lib/ |
D | kstrtox.c | 123 * conventional semantics - If it begins with 0x the number will be parsed as a 125 * parsed as an octal number. Otherwise it will be parsed as a decimal. 147 * conventional semantics - If it begins with 0x the number will be parsed as a 149 * parsed as an octal number. Otherwise it will be parsed as a decimal. 219 * conventional semantics - If it begins with 0x the number will be parsed as a 221 * parsed as an octal number. Otherwise it will be parsed as a decimal. 250 * conventional semantics - If it begins with 0x the number will be parsed as a 252 * parsed as an octal number. Otherwise it will be parsed as a decimal.
|
D | cmdline.c | 38 * @pint: (optional output) integer value parsed from @str 84 * @str: String to be parsed 100 * in the range. The rest is what was parsed from the @str. 152 char *endptr; /* local pointer to end of parsed string */ in memparse() 195 * @str: String to be parsed
|
/linux-6.8/tools/net/ynl/ |
D | ynl-gen-c.py | 2630 parsed = Family(args.spec, exclude_ops) 2631 if parsed.license != '((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)': 2632 print('Spec license:', parsed.license) 2643 if parsed.msg_id_model not in supported_models: 2644 print(f'Message enum-model {parsed.msg_id_model} not supported for {args.mode} generation') 2651 cw.p(f'/* SPDX-License-Identifier: {parsed.license} */') 2653 cw.p(f'// SPDX-License-Identifier: {parsed.license}') 2665 render_uapi(parsed, cw) 2668 hdr_prot = f"_LINUX_{parsed.c_name.upper()}_GEN_H" 2682 headers = ['uapi/' + parsed.uapi_header] [all …]
|
/linux-6.8/tools/testing/selftests/powerpc/ |
D | utils.c | 272 intmax_t parsed; in parse_int() local 273 int err = parse_bounded_int(buffer, count, &parsed, base, INT_MIN, INT_MAX); in parse_int() 275 *result = parsed; in parse_int() 281 uintmax_t parsed; in parse_uint() local 282 int err = parse_bounded_uint(buffer, count, &parsed, base, UINT_MAX); in parse_uint() 284 *result = parsed; in parse_uint() 290 intmax_t parsed; in parse_long() local 291 int err = parse_bounded_int(buffer, count, &parsed, base, LONG_MIN, LONG_MAX); in parse_long() 293 *result = parsed; in parse_long() 299 uintmax_t parsed; in parse_ulong() local [all …]
|
/linux-6.8/init/ |
D | initramfs.c | 188 unsigned long parsed[13]; in parse_header() local 195 parsed[i] = simple_strtoul(buf, NULL, 16); in parse_header() 197 ino = parsed[0]; in parse_header() 198 mode = parsed[1]; in parse_header() 199 uid = parsed[2]; in parse_header() 200 gid = parsed[3]; in parse_header() 201 nlink = parsed[4]; in parse_header() 202 mtime = parsed[5]; /* breaks in y2106 */ in parse_header() 203 body_len = parsed[6]; in parse_header() 204 major = parsed[7]; in parse_header() [all …]
|
/linux-6.8/drivers/xen/xen-pciback/ |
D | pci_stub.c | 1007 int parsed = 0; in str_to_slot() local 1010 &parsed)) { in str_to_slot() 1013 sscanf(buf, " %x:%x:%x.* %n", domain, bus, slot, &parsed); in str_to_slot() 1017 sscanf(buf, " %x:%x:*.* %n", domain, bus, &parsed); in str_to_slot() 1020 if (parsed && !buf[parsed]) in str_to_slot() 1025 switch (sscanf(buf, " %x:%x.%x %n", bus, slot, func, &parsed)) { in str_to_slot() 1028 sscanf(buf, " %x:%x.* %n", bus, slot, &parsed); in str_to_slot() 1032 sscanf(buf, " %x:*.* %n", bus, &parsed); in str_to_slot() 1035 if (parsed && !buf[parsed]) in str_to_slot() 1044 int parsed = 0; in str_to_quirk() local [all …]
|
/linux-6.8/net/bluetooth/ |
D | eir.h | 65 size_t parsed = 0; in eir_get_data() local 70 while (parsed < eir_len - 1) { in eir_get_data() 76 parsed += field_len + 1; in eir_get_data() 78 if (parsed > eir_len) in eir_get_data()
|
/linux-6.8/include/linux/ |
D | kstrtox.h | 22 * conventional semantics - If it begins with 0x the number will be parsed as a 24 * parsed as an octal number. Otherwise it will be parsed as a decimal. 50 * conventional semantics - If it begins with 0x the number will be parsed as a 52 * parsed as an octal number. Otherwise it will be parsed as a decimal.
|
/linux-6.8/drivers/virt/ |
D | vmgenid.c | 26 struct acpi_buffer parsed = { ACPI_ALLOCATE_BUFFER }; in vmgenid_add() local 37 status = acpi_evaluate_object(device->handle, "ADDR", NULL, &parsed); in vmgenid_add() 42 obj = parsed.pointer; in vmgenid_add() 64 ACPI_FREE(parsed.pointer); in vmgenid_add()
|
/linux-6.8/tools/testing/kunit/ |
D | kunit_parser.py | 24 A class to represent a test parsed from KTAP results. All KTAP 260 version_num - The inputted version number from the parsed KTAP or TAP 265 test - Test object for current test being parsed 283 test - Test object for current test being parsed 286 True if successfully parsed KTAP/TAP header line 313 test - Test object for current test being parsed 316 True if successfully parsed test header line 339 test - Test object for current test being parsed 342 True if successfully parsed test plan line 369 test - Test object for current test being parsed [all …]
|
/linux-6.8/Documentation/userspace-api/media/v4l/ |
D | pixfmt-compressed.rst | 63 - H264 parsed slice data, including slice headers, either with or 118 - MPEG-2 parsed slice data, as extracted from the MPEG-2 bitstream. 162 - VP8 parsed frame, including the frame header, as extracted from the container. 184 - VP9 parsed frame, including the frame header, as extracted from the container. 209 - HEVC parsed slice data, as extracted from the HEVC bitstream. 265 - AV1 parsed frame, including the frame header, as extracted from the container.
|
/linux-6.8/arch/x86/boot/ |
D | string.c | 117 * @endp: A pointer to the end of the parsed string will be placed here 322 * conventional semantics - If it begins with 0x the number will be parsed as a 324 * parsed as an octal number. Otherwise it will be parsed as a decimal. 359 * conventional semantics - If it begins with 0x the number will be parsed as a 361 * parsed as an octal number. Otherwise it will be parsed as a decimal.
|
/linux-6.8/drivers/net/can/usb/etas_es58x/ |
D | es58x_devlink.c | 24 * @prefix: Select which information should be parsed. Set it to "FW" 40 * value and -EBADMSG if @prod_info could not be parsed. 91 * parsed. 172 * string could not be parsed. 189 * string could not be parsed.
|
/linux-6.8/include/media/ |
D | tveeprom.h | 28 * struct tveeprom - Contains the fields parsed from Hauppauge eeproms 98 * @tvee: Struct to where the eeprom parsed data will be filled; 113 * be parsed by tveeprom_hauppauge_analog(), len should be, at
|
D | v4l2-jpeg.h | 109 * struct v4l2_jpeg_header - parsed JPEG header 116 * @frame: parsed frame header 117 * @scan: pointer to parsed scan header, optional
|
/linux-6.8/arch/x86/events/intel/ |
D | uncore_discovery.c | 125 int die, bool parsed) in uncore_insert_box_info() argument 139 if (parsed) { in uncore_insert_box_info() 223 u32 bar_offset, bool *parsed, in parse_discovery_table() argument 282 uncore_insert_box_info(&unit, die, *parsed); in parse_discovery_table() 285 *parsed = true; in parse_discovery_table() 295 bool parsed = false; in intel_uncore_has_discovery_tables() local 326 parse_discovery_table(dev, die, bar_offset, &parsed, ignore); in intel_uncore_has_discovery_tables() 331 if (!parsed) in intel_uncore_has_discovery_tables()
|
/linux-6.8/net/xdp/ |
D | xsk_queue.h | 230 struct xdp_desc *desc, struct parsed_desc *parsed) in parse_desc() argument 232 parsed->valid = xskq_cons_is_valid_desc(q, desc, pool); in parse_desc() 233 parsed->mb = xp_mb_desc(desc); in parse_desc() 250 struct parsed_desc parsed; in xskq_cons_read_desc_batch() local 254 parse_desc(q, pool, &descs[nb_entries], &parsed); in xskq_cons_read_desc_batch() 255 if (unlikely(!parsed.valid)) in xskq_cons_read_desc_batch() 258 if (likely(!parsed.mb)) { in xskq_cons_read_desc_batch()
|
/linux-6.8/sound/core/seq/ |
D | seq_midi_emul.c | 499 int parsed = SNDRV_MIDI_SYSEX_NOT_PARSED; in sysex() local 514 parsed = SNDRV_MIDI_SYSEX_GM_ON; in sysex() 527 parsed = SNDRV_MIDI_SYSEX_GS_RESET; in sysex() 535 parsed = SNDRV_MIDI_SYSEX_GS_DRUM_CHANNEL; in sysex() 547 parsed = SNDRV_MIDI_SYSEX_GS_DRUM_CHANNEL; in sysex() 553 parsed = SNDRV_MIDI_SYSEX_GS_REVERB_MODE; in sysex() 558 parsed = SNDRV_MIDI_SYSEX_GS_CHORUS_MODE; in sysex() 563 parsed = SNDRV_MIDI_SYSEX_GS_MASTER_VOLUME; in sysex() 574 parsed = SNDRV_MIDI_SYSEX_XG_ON; in sysex() 585 ops->sysex(private, buf - 1, len + 1, parsed, chset); in sysex()
|