| /OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/ |
| H A D | tinycap.c | 105 device = atoi(*argv); in tiny_cap() 109 channels = atoi(*argv); in tiny_cap() 113 rate = atoi(*argv); in tiny_cap() 117 bits = atoi(*argv); in tiny_cap() 121 card = atoi(*argv); in tiny_cap() 125 period_size = atoi(*argv); in tiny_cap() 129 period_count = atoi(*argv); in tiny_cap()
|
| H A D | tinyplay.c | 134 device = atoi(*argv); in tiny_play() 139 period_size = atoi(*argv); in tiny_play() 144 period_count = atoi(*argv); in tiny_play() 149 card = atoi(*argv); in tiny_play()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/examples/ |
| H A D | xbell.c | 84 kc.key_click_percent = atoi(argv[1]); in main() 85 kc.bell_percent = atoi(argv[2]); in main() 86 kc.bell_pitch = atoi(argv[3]); in main() 87 kc.bell_duration = atoi(argv[4]); in main()
|
| H A D | dmxaddinput.c | 75 status = DMXAddConsoleInput(display, argv[3], atoi(argv[4]), &id); in main() 78 status = DMXAddBackendInput(display, atoi(argv[3]), atoi(argv[4]), &id); in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ptp/ |
| H A D | testptp.c | 198 extts = atoi(optarg); in main() 201 adjfreq = atoi(optarg); in main() 210 index = atoi(optarg); in main() 214 n_samples = atoi(optarg); in main() 230 pps = atoi(optarg); in main() 239 adjtime = atoi(optarg); in main() 243 seconds = atoi(optarg); in main() 246 pulsewidth = atoi(optarg); in main()
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/ |
| H A D | execl.c | 66 duration = atoi(argv[1]); 79 duration = atoi(argv[2]); 81 iter = (unsigned long)atoi(argv[3]); /* where are we now ? */
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/rga/test/ |
| H A D | rga_test.cpp | 101 cmd->src_w = atoi(next); in rga_test_parse_options() 109 cmd->src_h = atoi(next); in rga_test_parse_options() 117 cmd->src_fmt = (MppFrameFormat) atoi(next); in rga_test_parse_options() 127 cmd->dst_w = atoi(next); in rga_test_parse_options() 129 cmd->dst_h = atoi(next); in rga_test_parse_options() 131 cmd->dst_fmt = (MppFrameFormat) atoi(next); in rga_test_parse_options()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rkpinctrl/ |
| H A D | iomux.c | 83 bank = atoi(argv[1]); in main() 84 pin = atoi(argv[2]); in main() 93 mux = atoi(argv[3]); in main()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/common/ |
| H A D | mount.cpp | 49 int major = atoi(evt->findParam("MAJOR")); in AutoMountCallback() 50 int minor = atoi(evt->findParam("MINOR")); in AutoMountCallback() 69 int npart = atoi(tmp); in AutoMountCallback()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/common/ |
| H A D | mount.cpp | 49 int major = atoi(evt->findParam("MAJOR")); in AutoMountCallback() 50 int minor = atoi(evt->findParam("MINOR")); in AutoMountCallback() 69 int npart = atoi(tmp); in AutoMountCallback()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/common/ |
| H A D | mount.cpp | 49 int major = atoi(evt->findParam("MAJOR")); in AutoMountCallback() 50 int minor = atoi(evt->findParam("MINOR")); in AutoMountCallback() 69 int npart = atoi(tmp); in AutoMountCallback()
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | utils.c | 273 snprintf(port, sizeof(port), "%d", atoi(display)); in LockServer() 695 defaultPointerControl.num = atoi(argv[i]); in ProcessCommandLine() 704 auditTrailLevel = atoi(argv[i]); in ProcessCommandLine() 721 defaultKeyboardControl.click = atoi(argv[i]); in ProcessCommandLine() 730 defaultColorVisualClass = atoi(argv[i]); in ProcessCommandLine() 749 monitorResolution = atoi(argv[i]); in ProcessCommandLine() 755 displayfd = atoi(argv[i]); in ProcessCommandLine() 775 defaultKeyboardControl.bell = atoi(argv[i]); in ProcessCommandLine() 815 limitDataSpace = atoi(argv[i]); in ProcessCommandLine() 826 limitNoFile = atoi(argv[i]); in ProcessCommandLine() [all …]
|
| /OK3568_Linux_fs/kernel/samples/timers/ |
| H A D | hpet_example.c | 146 freq = atoi(argv[1]); in hpet_poll() 147 iterations = atoi(argv[2]); in hpet_poll() 258 freq = atoi(argv[1]); in hpet_fasync() 259 iterations = atoi(argv[2]); in hpet_fasync()
|
| /OK3568_Linux_fs/kernel/tools/pci/ |
| H A D | pcitest.c | 183 test->barnum = atoi(optarg); in main() 191 test->msinum = atoi(optarg); in main() 196 test->msixnum = atoi(optarg); in main() 201 test->irqtype = atoi(optarg); in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | gup_benchmark.c | 59 size = atoi(optarg) * MB; in main() 62 repeats = atoi(optarg); in main() 65 nr_pages = atoi(optarg); in main()
|
| H A D | compaction_test.c | 130 compaction_index = mem_free/(atoi(nr_hugepages) * hugepage_size); in check_compaction() 134 (atoi(nr_hugepages))); in check_compaction() 141 (atoi(nr_hugepages))); in check_compaction()
|
| H A D | write_to_hugetlbfs.c | 87 size = atoi(optarg); in main() 93 if (atoi(optarg) >= MAX_METHOD) { in main() 98 method = atoi(optarg); in main()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_cmd/fltest_spidev_test/ |
| H A D | spidev_test.c | 118 speed = atoi(optarg); in parse_opts() 121 delay = atoi(optarg); in parse_opts() 124 bits = atoi(optarg); in parse_opts()
|
| /OK3568_Linux_fs/external/rkwifibt-app/test/ |
| H A D | main.c | 243 i = atoi(szBuf); in rkwifibt_test_wifi_config() 249 i = atoi(cmdBuf); in rkwifibt_test_wifi_config() 285 i = atoi(szBuf); in rkwifibt_test_bluetooth() 293 i = atoi(cmdBuf); in rkwifibt_test_bluetooth()
|
| /OK3568_Linux_fs/kernel/tools/spi/ |
| H A D | spidev_test.c | 239 speed = atoi(optarg); in parse_opts() 242 delay = atoi(optarg); in parse_opts() 245 bits = atoi(optarg); in parse_opts() 293 transfer_size = atoi(optarg); in parse_opts() 296 iterations = atoi(optarg); in parse_opts()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/rkvi_demo/ |
| H A D | rkvi_demo.c | 357 video_width = atoi(optarg); in parse_args() 360 video_height = atoi(optarg); in parse_args() 391 int mode_val = atoi(optarg); in parse_args() 434 raw_width = atoi(optarg); in parse_args() 436 raw_height = atoi(raw_fmt + 1); in parse_args()
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | xdp_adjust_tail_user.c | 111 ifindex = atoi(optarg); in main() 114 kill_after_s = atoi(optarg); in main() 117 max_pckt_size = atoi(optarg); in main()
|
| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | mpi_enc_utils.c | 148 cmd->width = atoi(next); in mpi_enc_opt_w() 161 cmd->height = atoi(next); in mpi_enc_opt_h() 174 cmd->hor_stride = atoi(next); in mpi_enc_opt_hstride() 187 cmd->ver_stride = atoi(next); in mpi_enc_opt_vstride() 214 format = (MppFrameFormat)atoi(next); in mpi_enc_opt_f() 234 type = (MppCodingType)atoi(next); in mpi_enc_opt_t() 250 type = (MppCodingType)atoi(next); in mpi_enc_opt_tsrc() 266 cmd->frame_num = atoi(next); in mpi_enc_opt_n() 393 cmd->nthreads = atoi(next); in mpi_enc_opt_s() 408 cmd->loop_cnt = atoi(next); in mpi_enc_opt_l()
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/src/ |
| H A D | kdrive.c | 247 pixels = atoi(save); in KdParseScreen() 254 mm = atoi(save); in KdParseScreen() 280 screen->x = atoi(save); in KdParseScreen() 286 screen->y = atoi(save); in KdParseScreen() 292 int rotate = atoi(save); in KdParseScreen() 318 screen->fb.depth = atoi(save); in KdParseScreen() 322 screen->fb.bitsPerPixel = atoi(save); in KdParseScreen() 331 screen->rate = atoi(save); in KdParseScreen() 438 kdOrigin.x = atoi(x); in KdProcessArgument() 442 kdOrigin.y = atoi(y + 1); in KdProcessArgument()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | term.c | 13 ws->ws_row = atoi(s); in get_term_dimensions() 16 ws->ws_col = atoi(s); in get_term_dimensions()
|