Home
last modified time | relevance | path

Searched refs:this_opt (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/
H A Dgrvga.c268 char *this_opt; in grvga_parse_custom() local
273 while ((this_opt = strsep(&options, " ")) != NULL) { in grvga_parse_custom()
274 if (!*this_opt) in grvga_parse_custom()
357 char *this_opt = strsep(&options, ","); in grvga_probe() local
359 if (!this_opt) in grvga_probe()
362 if (!strncmp(this_opt, "custom", 6)) { in grvga_probe()
363 if (grvga_parse_custom(this_opt, &info->var) < 0) { in grvga_probe()
368 } else if (!strncmp(this_opt, "addr", 4)) in grvga_probe()
370 else if (!strncmp(this_opt, "size", 4)) in grvga_probe()
371 grvga_mem_size = simple_strtoul(this_opt + 5, NULL, 0); in grvga_probe()
[all …]
H A Dvesafb.c205 char *this_opt; in vesafb_setup() local
211 if (!*this_opt) continue; in vesafb_setup()
213 if (! strcmp(this_opt, "inverse")) in vesafb_setup()
215 else if (! strcmp(this_opt, "redraw")) in vesafb_setup()
217 else if (! strcmp(this_opt, "ypan")) in vesafb_setup()
219 else if (! strcmp(this_opt, "ywrap")) in vesafb_setup()
221 else if (! strcmp(this_opt, "vgapal")) in vesafb_setup()
223 else if (! strcmp(this_opt, "pmipal")) in vesafb_setup()
225 else if (! strncmp(this_opt, "mtrr:", 5)) in vesafb_setup()
227 else if (! strcmp(this_opt, "nomtrr")) in vesafb_setup()
[all …]
H A Defifb.c269 char *this_opt; in efifb_setup() local
272 while ((this_opt = strsep(&options, ",")) != NULL) { in efifb_setup()
273 if (!*this_opt) continue; in efifb_setup()
275 efifb_setup_from_dmi(&screen_info, this_opt); in efifb_setup()
277 if (!strncmp(this_opt, "base:", 5)) in efifb_setup()
278 screen_info.lfb_base = simple_strtoul(this_opt+5, NULL, 0); in efifb_setup()
279 else if (!strncmp(this_opt, "stride:", 7)) in efifb_setup()
281 else if (!strncmp(this_opt, "height:", 7)) in efifb_setup()
283 else if (!strncmp(this_opt, "width:", 6)) in efifb_setup()
285 else if (!strcmp(this_opt, "nowc")) in efifb_setup()
[all …]
H A Dpxafb.c1859 const char *name = this_opt+5; in parse_opt_mode()
1922 if (!strncmp(this_opt, "vmem:", 5)) { in parse_opt()
1924 } else if (!strncmp(this_opt, "mode:", 5)) { in parse_opt()
1925 return parse_opt_mode(dev, this_opt, inf); in parse_opt()
1963 } else if (!strncmp(this_opt, "dpc:", 4)) { in parse_opt()
1989 } else if (!strncmp(this_opt, "mono", 4)) { in parse_opt()
1997 } else if (!strncmp(this_opt, "dual", 4)) { in parse_opt()
1999 } else if (!strncmp(this_opt, "4pix", 4)) { in parse_opt()
2001 } else if (!strncmp(this_opt, "8pix", 4)) { in parse_opt()
2017 char *this_opt; in pxafb_parse_options() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/
H A Dgrvga.c268 char *this_opt; in grvga_parse_custom() local
273 while ((this_opt = strsep(&options, " ")) != NULL) { in grvga_parse_custom()
274 if (!*this_opt) in grvga_parse_custom()
357 char *this_opt = strsep(&options, ","); in grvga_probe() local
359 if (!this_opt) in grvga_probe()
362 if (!strncmp(this_opt, "custom", 6)) { in grvga_probe()
363 if (grvga_parse_custom(this_opt, &info->var) < 0) { in grvga_probe()
368 } else if (!strncmp(this_opt, "addr", 4)) in grvga_probe()
370 else if (!strncmp(this_opt, "size", 4)) in grvga_probe()
371 grvga_mem_size = simple_strtoul(this_opt + 5, NULL, 0); in grvga_probe()
[all …]
H A Dvesafb.c205 char *this_opt; in vesafb_setup() local
211 if (!*this_opt) continue; in vesafb_setup()
213 if (! strcmp(this_opt, "inverse")) in vesafb_setup()
215 else if (! strcmp(this_opt, "redraw")) in vesafb_setup()
217 else if (! strcmp(this_opt, "ypan")) in vesafb_setup()
219 else if (! strcmp(this_opt, "ywrap")) in vesafb_setup()
221 else if (! strcmp(this_opt, "vgapal")) in vesafb_setup()
223 else if (! strcmp(this_opt, "pmipal")) in vesafb_setup()
225 else if (! strncmp(this_opt, "mtrr:", 5)) in vesafb_setup()
227 else if (! strcmp(this_opt, "nomtrr")) in vesafb_setup()
[all …]
H A Defifb.c269 char *this_opt; in efifb_setup() local
272 while ((this_opt = strsep(&options, ",")) != NULL) { in efifb_setup()
273 if (!*this_opt) continue; in efifb_setup()
275 efifb_setup_from_dmi(&screen_info, this_opt); in efifb_setup()
277 if (!strncmp(this_opt, "base:", 5)) in efifb_setup()
278 screen_info.lfb_base = simple_strtoul(this_opt+5, NULL, 0); in efifb_setup()
279 else if (!strncmp(this_opt, "stride:", 7)) in efifb_setup()
281 else if (!strncmp(this_opt, "height:", 7)) in efifb_setup()
283 else if (!strncmp(this_opt, "width:", 6)) in efifb_setup()
285 else if (!strcmp(this_opt, "nowc")) in efifb_setup()
[all …]
H A Dpxafb.c1859 const char *name = this_opt+5; in parse_opt_mode()
1922 if (!strncmp(this_opt, "vmem:", 5)) { in parse_opt()
1924 } else if (!strncmp(this_opt, "mode:", 5)) { in parse_opt()
1925 return parse_opt_mode(dev, this_opt, inf); in parse_opt()
1963 } else if (!strncmp(this_opt, "dpc:", 4)) { in parse_opt()
1989 } else if (!strncmp(this_opt, "mono", 4)) { in parse_opt()
1997 } else if (!strncmp(this_opt, "dual", 4)) { in parse_opt()
1999 } else if (!strncmp(this_opt, "4pix", 4)) { in parse_opt()
2001 } else if (!strncmp(this_opt, "8pix", 4)) { in parse_opt()
2017 char *this_opt; in pxafb_parse_options() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/
H A Dgrvga.c268 char *this_opt; in grvga_parse_custom() local
273 while ((this_opt = strsep(&options, " ")) != NULL) { in grvga_parse_custom()
274 if (!*this_opt) in grvga_parse_custom()
357 char *this_opt = strsep(&options, ","); in grvga_probe() local
359 if (!this_opt) in grvga_probe()
362 if (!strncmp(this_opt, "custom", 6)) { in grvga_probe()
363 if (grvga_parse_custom(this_opt, &info->var) < 0) { in grvga_probe()
368 } else if (!strncmp(this_opt, "addr", 4)) in grvga_probe()
370 else if (!strncmp(this_opt, "size", 4)) in grvga_probe()
371 grvga_mem_size = simple_strtoul(this_opt + 5, NULL, 0); in grvga_probe()
[all …]
H A Dvesafb.c205 char *this_opt; in vesafb_setup() local
211 if (!*this_opt) continue; in vesafb_setup()
213 if (! strcmp(this_opt, "inverse")) in vesafb_setup()
215 else if (! strcmp(this_opt, "redraw")) in vesafb_setup()
217 else if (! strcmp(this_opt, "ypan")) in vesafb_setup()
219 else if (! strcmp(this_opt, "ywrap")) in vesafb_setup()
221 else if (! strcmp(this_opt, "vgapal")) in vesafb_setup()
223 else if (! strcmp(this_opt, "pmipal")) in vesafb_setup()
225 else if (! strncmp(this_opt, "mtrr:", 5)) in vesafb_setup()
227 else if (! strcmp(this_opt, "nomtrr")) in vesafb_setup()
[all …]
H A Defifb.c269 char *this_opt; in efifb_setup() local
272 while ((this_opt = strsep(&options, ",")) != NULL) { in efifb_setup()
273 if (!*this_opt) continue; in efifb_setup()
275 efifb_setup_from_dmi(&screen_info, this_opt); in efifb_setup()
277 if (!strncmp(this_opt, "base:", 5)) in efifb_setup()
278 screen_info.lfb_base = simple_strtoul(this_opt+5, NULL, 0); in efifb_setup()
279 else if (!strncmp(this_opt, "stride:", 7)) in efifb_setup()
281 else if (!strncmp(this_opt, "height:", 7)) in efifb_setup()
283 else if (!strncmp(this_opt, "width:", 6)) in efifb_setup()
285 else if (!strcmp(this_opt, "nowc")) in efifb_setup()
[all …]
H A Dpxafb.c1859 const char *name = this_opt+5; in parse_opt_mode()
1922 if (!strncmp(this_opt, "vmem:", 5)) { in parse_opt()
1924 } else if (!strncmp(this_opt, "mode:", 5)) { in parse_opt()
1925 return parse_opt_mode(dev, this_opt, inf); in parse_opt()
1963 } else if (!strncmp(this_opt, "dpc:", 4)) { in parse_opt()
1989 } else if (!strncmp(this_opt, "mono", 4)) { in parse_opt()
1997 } else if (!strncmp(this_opt, "dual", 4)) { in parse_opt()
1999 } else if (!strncmp(this_opt, "4pix", 4)) { in parse_opt()
2001 } else if (!strncmp(this_opt, "8pix", 4)) { in parse_opt()
2017 char *this_opt; in pxafb_parse_options() local
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/scripts_install/
H A D@ROI_decluster41 set this_opt = "$argv[$ac]"
44 echo "** missing parameter for option '${this_opt}'"
49 set this_opt = "$argv[$ac]"
52 echo "** missing parameter for option '${this_opt}'"
57 set this_opt = "$argv[$ac]"
60 echo "** missing parameter for option '${this_opt}'"
65 set this_opt = "$argv[$ac]"
68 echo "** missing parameter for option '${this_opt}'"
74 set this_opt = "$argv[$ac]"
83 set this_opt = "$argv[$ac]"
[all …]
H A D@ROI_modal_grow40 set this_opt = "$argv[$ac]"
43 echo "** missing parameter for option '${this_opt}'"
48 set this_opt = "$argv[$ac]"
51 echo "** missing parameter for option '${this_opt}'"
56 set this_opt = "$argv[$ac]"
59 echo "** missing parameter for option '${this_opt}'"
64 set this_opt = "$argv[$ac]"
67 echo "** missing parameter for option '${this_opt}'"
72 set this_opt = "$argv[$ac]"
75 echo "** missing parameter for option '${this_opt}'"
[all …]
H A D@animal_warper451 set this_opt = "$argv[$ac]"
461 set this_opt = "$argv[$ac]"
470 set this_opt = "$argv[$ac]"
480 set this_opt = "$argv[$ac]"
489 set this_opt = "$argv[$ac]"
498 set this_opt = "$argv[$ac]"
544 set this_opt = "$argv[$ac]"
573 set this_opt = "$argv[$ac]"
589 set this_opt = "$argv[$ac]"
598 set this_opt = "$argv[$ac]"
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c2329 char *this_opt; in matroxfb_setup() local
2337 if (!*this_opt) continue; in matroxfb_setup()
2341 if (!strncmp(this_opt, "dev:", 4)) in matroxfb_setup()
2422 else if (!strcmp(this_opt, "sdram")) in matroxfb_setup()
2429 if (!strncmp(this_opt, "no", 2)) { in matroxfb_setup()
2431 this_opt += 2; in matroxfb_setup()
2433 if (! strcmp(this_opt, "inverse")) in matroxfb_setup()
2437 else if (!strcmp(this_opt, "pan")) in matroxfb_setup()
2441 else if (!strcmp(this_opt, "vga")) in matroxfb_setup()
2443 else if (!strcmp(this_opt, "bios")) in matroxfb_setup()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c2329 char *this_opt; in matroxfb_setup() local
2337 if (!*this_opt) continue; in matroxfb_setup()
2341 if (!strncmp(this_opt, "dev:", 4)) in matroxfb_setup()
2422 else if (!strcmp(this_opt, "sdram")) in matroxfb_setup()
2429 if (!strncmp(this_opt, "no", 2)) { in matroxfb_setup()
2431 this_opt += 2; in matroxfb_setup()
2433 if (! strcmp(this_opt, "inverse")) in matroxfb_setup()
2437 else if (!strcmp(this_opt, "pan")) in matroxfb_setup()
2441 else if (!strcmp(this_opt, "vga")) in matroxfb_setup()
2443 else if (!strcmp(this_opt, "bios")) in matroxfb_setup()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c2329 char *this_opt; in matroxfb_setup() local
2337 if (!*this_opt) continue; in matroxfb_setup()
2341 if (!strncmp(this_opt, "dev:", 4)) in matroxfb_setup()
2422 else if (!strcmp(this_opt, "sdram")) in matroxfb_setup()
2429 if (!strncmp(this_opt, "no", 2)) { in matroxfb_setup()
2431 this_opt += 2; in matroxfb_setup()
2433 if (! strcmp(this_opt, "inverse")) in matroxfb_setup()
2437 else if (!strcmp(this_opt, "pan")) in matroxfb_setup()
2441 else if (!strcmp(this_opt, "vga")) in matroxfb_setup()
2443 else if (!strcmp(this_opt, "bios")) in matroxfb_setup()
[all …]
/dports/net/yaz/yaz-5.31.1/src/
H A Dinitopt.c52 char this_opt[42]; in yaz_init_opt_encode() local
59 for (i = 0; i < (sizeof(this_opt)-1) && in yaz_init_opt_encode()
61 this_opt[i] = cp[i]; in yaz_init_opt_encode()
62 this_opt[i] = 0; in yaz_init_opt_encode()
65 if (yaz_matchstr(this_opt, opt_array[j].name) == 0) in yaz_init_opt_encode()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/via/
H A Dviafbdev.c1925 char *this_opt; in viafb_setup() local
1937 if (!*this_opt) in viafb_setup()
1940 if (!strncmp(this_opt, "viafb_mode1=", 12)) { in viafb_setup()
1957 if (kstrtoint(this_opt + 21, 0, in viafb_setup()
1961 if (kstrtoint(this_opt + 19, 0, in viafb_setup()
1972 } else if (!strncmp(this_opt, in viafb_setup()
1974 if (kstrtoint(this_opt + 30, 0, in viafb_setup()
1980 } else if (!strncmp(this_opt, in viafb_setup()
1982 if (kstrtoint(this_opt + 24, 0, in viafb_setup()
1985 } else if (!strncmp(this_opt, in viafb_setup()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/via/
H A Dviafbdev.c1925 char *this_opt; in viafb_setup() local
1937 if (!*this_opt) in viafb_setup()
1940 if (!strncmp(this_opt, "viafb_mode1=", 12)) { in viafb_setup()
1957 if (kstrtoint(this_opt + 21, 0, in viafb_setup()
1961 if (kstrtoint(this_opt + 19, 0, in viafb_setup()
1972 } else if (!strncmp(this_opt, in viafb_setup()
1974 if (kstrtoint(this_opt + 30, 0, in viafb_setup()
1980 } else if (!strncmp(this_opt, in viafb_setup()
1982 if (kstrtoint(this_opt + 24, 0, in viafb_setup()
1985 } else if (!strncmp(this_opt, in viafb_setup()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/via/
H A Dviafbdev.c1925 char *this_opt; in viafb_setup() local
1937 if (!*this_opt) in viafb_setup()
1940 if (!strncmp(this_opt, "viafb_mode1=", 12)) { in viafb_setup()
1957 if (kstrtoint(this_opt + 21, 0, in viafb_setup()
1961 if (kstrtoint(this_opt + 19, 0, in viafb_setup()
1972 } else if (!strncmp(this_opt, in viafb_setup()
1974 if (kstrtoint(this_opt + 30, 0, in viafb_setup()
1980 } else if (!strncmp(this_opt, in viafb_setup()
1982 if (kstrtoint(this_opt + 24, 0, in viafb_setup()
1985 } else if (!strncmp(this_opt, in viafb_setup()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/geode/
H A Dgx1fb_core.c403 char *this_opt; in gx1fb_setup() local
408 while ((this_opt = strsep(&options, ","))) { in gx1fb_setup()
409 if (!*this_opt) in gx1fb_setup()
412 if (!strncmp(this_opt, "mode:", 5)) in gx1fb_setup()
413 strlcpy(mode_option, this_opt + 5, sizeof(mode_option)); in gx1fb_setup()
414 else if (!strncmp(this_opt, "crt:", 4)) in gx1fb_setup()
415 crt_option = !!simple_strtoul(this_opt + 4, NULL, 0); in gx1fb_setup()
416 else if (!strncmp(this_opt, "panel:", 6)) in gx1fb_setup()
417 strlcpy(panel_option, this_opt + 6, sizeof(panel_option)); in gx1fb_setup()
419 strlcpy(mode_option, this_opt, sizeof(mode_option)); in gx1fb_setup()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/geode/
H A Dgx1fb_core.c403 char *this_opt; in gx1fb_setup() local
408 while ((this_opt = strsep(&options, ","))) { in gx1fb_setup()
409 if (!*this_opt) in gx1fb_setup()
412 if (!strncmp(this_opt, "mode:", 5)) in gx1fb_setup()
413 strlcpy(mode_option, this_opt + 5, sizeof(mode_option)); in gx1fb_setup()
414 else if (!strncmp(this_opt, "crt:", 4)) in gx1fb_setup()
415 crt_option = !!simple_strtoul(this_opt + 4, NULL, 0); in gx1fb_setup()
416 else if (!strncmp(this_opt, "panel:", 6)) in gx1fb_setup()
417 strlcpy(panel_option, this_opt + 6, sizeof(panel_option)); in gx1fb_setup()
419 strlcpy(mode_option, this_opt, sizeof(mode_option)); in gx1fb_setup()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/geode/
H A Dgx1fb_core.c403 char *this_opt; in gx1fb_setup() local
408 while ((this_opt = strsep(&options, ","))) { in gx1fb_setup()
409 if (!*this_opt) in gx1fb_setup()
412 if (!strncmp(this_opt, "mode:", 5)) in gx1fb_setup()
413 strlcpy(mode_option, this_opt + 5, sizeof(mode_option)); in gx1fb_setup()
414 else if (!strncmp(this_opt, "crt:", 4)) in gx1fb_setup()
415 crt_option = !!simple_strtoul(this_opt + 4, NULL, 0); in gx1fb_setup()
416 else if (!strncmp(this_opt, "panel:", 6)) in gx1fb_setup()
417 strlcpy(panel_option, this_opt + 6, sizeof(panel_option)); in gx1fb_setup()
419 strlcpy(mode_option, this_opt, sizeof(mode_option)); in gx1fb_setup()

12345678