Home
last modified time | relevance | path

Searched refs:autoload (Results 1 - 3 of 3) sorted by relevance

/third_party/backends/backend/
H A Dcoolscan3.c216 SANE_Bool preview, negative, infrared, autoload, autofocus, ae, aewb; member
664 o.name = "autoload"; in sane_open()
1012 s->autoload = SANE_FALSE; in sane_open()
1108 *(SANE_Word *) v = s->autoload; in sane_control_option()
1275 s->autoload = *(SANE_Word *) v; in sane_control_option()
1488 if (s->autoload) { in sane_start()
/third_party/libbpf/src/
H A Dlibbpf.h311 LIBBPF_API int bpf_program__set_autoload(struct bpf_program *prog, bool autoload);
H A Dlibbpf.c449 bool autoload; member
815 * autoload set to false. in bpf_object__init_prog()
818 prog->autoload = false; in bpf_object__init_prog()
822 prog->autoload = true; in bpf_object__init_prog()
3188 if (!prog->autoload)
6254 if (!prog->autoload)
6987 if (!prog->autoload)
7021 if (!prog->autoload)
7763 if (!prog->autoload) {
9032 return prog->autoload;
9035 bpf_program__set_autoload(struct bpf_program *prog, bool autoload) global() argument
[all...]

Completed in 19 milliseconds