Home
last modified time | relevance | path

Searched refs:strtoul (Results 1 – 25 of 265) sorted by relevance

1234567891011

/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dudpgso_bench_rx.c309 cfg_connect_timeout_ms = strtoul(optarg, NULL, 0); in parse_opts()
315 cfg_expected_pkt_len = strtoul(optarg, NULL, 0); in parse_opts()
318 cfg_expected_pkt_nr = strtoul(optarg, NULL, 0); in parse_opts()
321 cfg_port = strtoul(optarg, NULL, 0); in parse_opts()
327 cfg_rcv_timeout_ms = strtoul(optarg, NULL, 0); in parse_opts()
H A Dtxtimestamp.c715 cfg_num_pkts = strtoul(optarg, NULL, 10); in parse_opt()
733 cfg_payload_len = strtoul(optarg, NULL, 10); in parse_opt()
745 dest_port = strtoul(optarg, NULL, 10); in parse_opt()
764 cfg_sleep_usec = strtoul(optarg, NULL, 10); in parse_opt()
767 cfg_delay_tolerance_usec = strtoul(optarg, NULL, 10); in parse_opt()
775 cfg_delay_snd = strtoul(optarg, NULL, 10); in parse_opt()
778 cfg_delay_ack = strtoul(optarg, NULL, 10); in parse_opt()
H A Dudpgso_bench_tx.c453 cfg_runtime_ms = strtoul(optarg, NULL, 10) * 1000; in parse_opts()
459 cfg_msg_nr = strtoul(optarg, NULL, 10); in parse_opts()
462 cfg_port = strtoul(optarg, NULL, 0); in parse_opts()
468 cfg_payload_len = strtoul(optarg, NULL, 0); in parse_opts()
471 cfg_gso_size = strtoul(optarg, NULL, 0); in parse_opts()
/OK3568_Linux_fs/external/camera_engine_rkaiq/media_enquiry/media_enquiry/mediactl/
H A Dv4l2subdev.c256 width = strtoul(p, &end, 10); in v4l2_subdev_parse_format()
263 height = strtoul(p, &end, 10); in v4l2_subdev_parse_format()
286 r->left = strtoul(p, &end, 10); in v4l2_subdev_parse_rectangle()
294 r->top = strtoul(p, &end, 10); in v4l2_subdev_parse_rectangle()
307 r->width = strtoul(p, &end, 10); in v4l2_subdev_parse_rectangle()
315 r->height = strtoul(p, &end, 10); in v4l2_subdev_parse_rectangle()
329 interval->numerator = strtoul(p, &end, 10); in v4l2_subdev_parse_frame_interval()
339 interval->denominator = strtoul(p, &end, 10); in v4l2_subdev_parse_frame_interval()
/OK3568_Linux_fs/kernel/arch/x86/tools/
H A Dinsn_sanity.c137 insn_buff[i] = (unsigned char)strtoul(tmp, &tmp, 16); in read_next_insn()
189 seed = (unsigned int)strtoul(optarg, &tmp, 0); in parse_args()
192 iter_start = strtoul(optarg, &tmp, 0); in parse_args()
199 iter_end = strtoul(optarg, &tmp, 0); in parse_args()
/OK3568_Linux_fs/kernel/tools/gpio/
H A Dgpio-event-mon.c179 loops = strtoul(optarg, NULL, 10); in main()
189 lines[num_lines] = strtoul(optarg, NULL, 10); in main()
193 debounce_period_us = strtoul(optarg, NULL, 10); in main()
H A Dgpio-hammer.c140 loops = strtoul(optarg, NULL, 10); in main()
152 lines[i] = strtoul(optarg, NULL, 10); in main()
/OK3568_Linux_fs/kernel/tools/power/acpi/tools/ec/
H A Dec_access.c80 read_byte_offset = strtoul(optarg, NULL, 16); in parse_opts()
86 write_byte_offset = strtoul(optarg, NULL, 16); in parse_opts()
89 write_value = strtoul(optarg, NULL, 16); in parse_opts()
/OK3568_Linux_fs/kernel/tools/testing/selftests/watchdog/
H A Dwatchdog-test.c169 ping_rate = strtoul(optarg, NULL, 0); in main()
175 flags = strtoul(optarg, NULL, 0); in main()
193 flags = strtoul(optarg, NULL, 0); in main()
/OK3568_Linux_fs/u-boot/tools/
H A Dkwbimage.c1356 el->nandblksz = strtoul(value1, NULL, 16); in image_create_config_parse_oneline()
1359 el->nandbadblklocation = strtoul(value1, NULL, 16); in image_create_config_parse_oneline()
1371 el->nandpagesz = strtoul(value1, NULL, 16); in image_create_config_parse_oneline()
1382 el->binary.args[argi] = strtoul(value, NULL, 16); in image_create_config_parse_oneline()
1401 el->regdata.raddr = strtoul(value1, NULL, 16); in image_create_config_parse_oneline()
1402 el->regdata.rdata = strtoul(value2, NULL, 16); in image_create_config_parse_oneline()
1405 el->baudrate = strtoul(value1, NULL, 10); in image_create_config_parse_oneline()
1408 el->debug = strtoul(value1, NULL, 10); in image_create_config_parse_oneline()
1420 el->jtag_delay = strtoul(value1, NULL, 0); in image_create_config_parse_oneline()
1423 el->boxid = strtoul(value1, NULL, 0); in image_create_config_parse_oneline()
[all …]
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Ddbmethod.c56 address = strtoul(location, NULL, 16); in acpi_db_set_method_breakpoint()
128 value = strtoul(value_arg, NULL, 16); in acpi_db_set_method_data()
147 index = strtoul(index_arg, NULL, 16); in acpi_db_set_method_data()
246 num_statements = strtoul(statements, NULL, 0); in acpi_db_disassemble_aml()
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dmktree.c65 bt.bb_dest = htonl(strtoul(argv[3], NULL, 0)); in main()
66 bt.bb_entry_point = htonl(strtoul(argv[4], NULL, 0)); in main()
/OK3568_Linux_fs/kernel/tools/testing/selftests/resctrl/
H A Dmbm_test.c74 bw_resc[runs] = strtoul(token_array[5], NULL, 0); in check_results()
75 bw_imc[runs] = strtoul(token_array[3], NULL, 0); in check_results()
H A Dmba_test.c123 bw_imc[runs] = strtoul(token_array[3], NULL, 0); in check_results()
125 bw_resc[runs] = strtoul(token_array[5], NULL, 0); in check_results()
H A Dcqm_test.c100 sum_llc_occu_resc += strtoul(token_array[3], NULL, 0); in check_results()
132 long_mask = strtoul(cbm_mask, NULL, 16); in cqm_resctrl_val()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/io/files/
H A Dio.c154 req_len = strtoul(optarg, &endptr, 0); in main()
173 req_addr = strtoul(argv[optind], &endptr, 0); in main()
190 req_value = strtoul(argv[optind], &endptr, 0); in main()
/OK3568_Linux_fs/external/rktoolkit/
H A Dio.c154 req_len = strtoul(optarg, &endptr, 0); in main()
173 req_addr = strtoul(argv[optind], &endptr, 0); in main()
190 req_value = strtoul(argv[optind], &endptr, 0); in main()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/
H A Dlnx_acpi.c92 notify_l = strtoul(notify, NULL, 16); in lnxACPIGetEventFromOs()
100 data_l = strtoul(data, NULL, 16); in lnxACPIGetEventFromOs()
/OK3568_Linux_fs/buildroot/package/procps-ng/
H A D0003-pgrep-Fix-compile-error-with-BSP-4.4-kernel.patch20 …strdup strerror strncasecmp strndup strpbrk strrchr strspn strstr strtol strtoul strtoull strversc…
21 …strdup strerror strncasecmp strndup strpbrk strrchr strspn strstr strtol strtoul strtoull strversc…
/OK3568_Linux_fs/kernel/tools/usb/usbip/libsrc/
H A Dnames.c346 u = strtoul(cp, &cp, 16); in parse()
372 u = strtoul(cp, &cp, 16); in parse()
389 u = strtoul(buf+1, &cp, 16); in parse()
428 u = strtoul(buf+2, &cp, 16); in parse()
/OK3568_Linux_fs/kernel/drivers/staging/greybus/Documentation/firmware/
H A Dfirmware.c175 fw_update_type = strtoul(argv[2], &endptr, 10); in main()
185 fw_timeout = strtoul(argv[4], &endptr, 10); in main()
/OK3568_Linux_fs/kernel/tools/iio/
H A Diio_generic_buffer.c383 buf_len = strtoul(optarg, &dummy, 10); in main()
395 dev_num = strtoul(optarg, &dummy, 10); in main()
406 trig_num = strtoul(optarg, &dummy, 10); in main()
412 timedelay = strtoul(optarg, &dummy, 10); in main()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dfds_example.c162 key = strtoul(optarg, NULL, 0); in main()
166 value = strtoul(optarg, NULL, 0); in main()
H A Dxdp_redirect_map_user.c145 ifindex_in = strtoul(argv[optind], NULL, 0); in main()
149 ifindex_out = strtoul(argv[optind + 1], NULL, 0); in main()
/OK3568_Linux_fs/kernel/arch/sparc/boot/
H A Dpiggyback.c113 *start = strtoul(buffer, NULL, 16); in get_start_end()
115 *end = strtoul(buffer, NULL, 16); in get_start_end()

1234567891011