Home
last modified time | relevance | path

Searched full:unset (Results 1 – 25 of 1291) sorted by relevance

12345678910>>...52

/kernel/linux/linux-5.10/drivers/media/pci/cx88/
Dcx88-cards.c19 static unsigned int tuner[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET };
20 static unsigned int radio[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET };
21 static unsigned int card[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET };
31 static unsigned int latency = UNSET;
48 /* If radio_type !=UNSET, radio_addr should be specified
54 .tuner_type = UNSET,
55 .radio_type = UNSET,
74 .tuner_type = UNSET,
75 .radio_type = UNSET,
103 .tuner_type = UNSET,
[all …]
/kernel/linux/linux-6.6/drivers/media/pci/cx88/
Dcx88-cards.c19 static unsigned int tuner[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET };
20 static unsigned int radio[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET };
21 static unsigned int card[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET };
31 static unsigned int latency = UNSET;
48 /* If radio_type !=UNSET, radio_addr should be specified
54 .tuner_type = UNSET,
55 .radio_type = UNSET,
74 .tuner_type = UNSET,
75 .radio_type = UNSET,
103 .tuner_type = UNSET,
[all …]
/kernel/linux/linux-6.6/drivers/media/pci/saa7134/
Dsaa7134-cards.c52 /* If radio_type !=UNSET, radio_addr should be specified
60 .radio_type = UNSET,
75 .radio_type = UNSET,
102 .radio_type = UNSET,
149 .radio_type = UNSET,
191 .radio_type = UNSET,
219 .radio_type = UNSET,
267 .radio_type = UNSET,
314 .radio_type = UNSET,
344 .radio_type = UNSET,
[all …]
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/
Dsaa7134-cards.c52 /* If radio_type !=UNSET, radio_addr should be specified
60 .radio_type = UNSET,
75 .radio_type = UNSET,
102 .radio_type = UNSET,
149 .radio_type = UNSET,
191 .radio_type = UNSET,
219 .radio_type = UNSET,
267 .radio_type = UNSET,
314 .radio_type = UNSET,
344 .radio_type = UNSET,
[all …]
/kernel/linux/linux-5.10/tools/perf/util/
Dparse-regs-options.c13 __parse_regs(const struct option *opt, const char *str, int unset, bool intr) in __parse_regs() argument
21 if (unset) in __parse_regs()
90 parse_user_regs(const struct option *opt, const char *str, int unset) in parse_user_regs() argument
92 return __parse_regs(opt, str, unset, false); in parse_user_regs()
96 parse_intr_regs(const struct option *opt, const char *str, int unset) in parse_intr_regs() argument
98 return __parse_regs(opt, str, unset, true); in parse_intr_regs()
Dparse-regs-options.h5 int parse_user_regs(const struct option *opt, const char *str, int unset);
6 int parse_intr_regs(const struct option *opt, const char *str, int unset);
Dpfm.h14 int unset);
24 int unset __maybe_unused) in parse_libpfm_events_option()
Dparse-events.h34 int parse_events_option(const struct option *opt, const char *str, int unset);
35 int parse_events_option_new_evlist(const struct option *opt, const char *str, int unset);
46 int parse_filter(const struct option *opt, const char *str, int unset);
47 int exclude_perf(const struct option *opt, const char *arg, int unset);
/kernel/linux/linux-6.6/tools/perf/util/
Dparse-regs-options.c13 __parse_regs(const struct option *opt, const char *str, int unset, bool intr) in __parse_regs() argument
21 if (unset) in __parse_regs()
90 parse_user_regs(const struct option *opt, const char *str, int unset) in parse_user_regs() argument
92 return __parse_regs(opt, str, unset, false); in parse_user_regs()
96 parse_intr_regs(const struct option *opt, const char *str, int unset) in parse_intr_regs() argument
98 return __parse_regs(opt, str, unset, true); in parse_intr_regs()
Dparse-regs-options.h5 int parse_user_regs(const struct option *opt, const char *str, int unset);
6 int parse_intr_regs(const struct option *opt, const char *str, int unset);
Dpfm.h15 int unset);
25 int unset __maybe_unused) in parse_libpfm_events_option()
/kernel/linux/linux-5.10/tools/lib/subcmd/
Dparse-options.c73 const int unset = flags & OPT_UNSET; in get_value() local
76 if (unset && p->opt) in get_value()
78 if (unset && (opt->flags & PARSE_OPT_NONEG)) in get_value()
147 if (unset) in get_value()
187 if (unset) in get_value()
194 *(bool *)opt->value = unset ? false : true; in get_value()
200 *(int *)opt->value = unset ? 0 : *(int *)opt->value + 1; in get_value()
204 *(unsigned int *)opt->value = unset ? 0 : opt->defval; in get_value()
208 *(void **)opt->value = unset ? NULL : (void *)opt->defval; in get_value()
213 if (unset) in get_value()
[all …]
/kernel/linux/linux-6.6/tools/lib/subcmd/
Dparse-options.c73 const int unset = flags & OPT_UNSET; in get_value() local
76 if (unset && p->opt) in get_value()
78 if (unset && (opt->flags & PARSE_OPT_NONEG)) in get_value()
147 if (unset) in get_value()
187 if (unset) in get_value()
194 *(bool *)opt->value = unset ? false : true; in get_value()
200 *(int *)opt->value = unset ? 0 : *(int *)opt->value + 1; in get_value()
204 *(unsigned int *)opt->value = unset ? 0 : opt->defval; in get_value()
208 *(void **)opt->value = unset ? NULL : (void *)opt->defval; in get_value()
213 if (unset) in get_value()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/
Dste-dma40.txt44 Logical channel when unset
47 Memory to Device when unset
50 Little endian when unset
53 Use automatic channel selection when unset
56 Normal priority when unset
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/dma/
Dstericsson,dma40.yaml94 Logical channel when unset
97 Memory to Device when unset
100 Little endian when unset
103 Use automatic channel selection when unset
106 Normal priority when unset
/kernel/linux/linux-5.10/include/uapi/rdma/
Dib_user_mad.h59 * @timeout_ms - Milliseconds to wait for response (unset on receive)
62 * @qkey - Remote Q_Key to be sent with (unset on receive)
67 * @gid_index - Local GID index to send with (unset on receive)
102 * @timeout_ms - Milliseconds to wait for response (unset on receive)
105 * @qkey - Remote Q_Key to be sent with (unset on receive)
110 * @gid_index - Local GID index to send with (unset on receive)
/kernel/linux/linux-6.6/include/uapi/rdma/
Dib_user_mad.h59 * @timeout_ms - Milliseconds to wait for response (unset on receive)
62 * @qkey - Remote Q_Key to be sent with (unset on receive)
67 * @gid_index - Local GID index to send with (unset on receive)
102 * @timeout_ms - Milliseconds to wait for response (unset on receive)
105 * @qkey - Remote Q_Key to be sent with (unset on receive)
110 * @gid_index - Local GID index to send with (unset on receive)
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
Dtc_bpf.c226 if (!ASSERT_EQ(ret, -EINVAL, "bpf_tc_detach invalid handle unset")) in test_tc_bpf_api()
230 if (!ASSERT_EQ(ret, -EINVAL, "bpf_tc_detach invalid priority unset")) in test_tc_bpf_api()
263 if (!ASSERT_EQ(ret, -EINVAL, "bpf_tc_query invalid handle unset")) in test_tc_bpf_api()
267 if (!ASSERT_EQ(ret, -EINVAL, "bpf_tc_query invalid priority unset")) in test_tc_bpf_api()
298 if (!ASSERT_EQ(ret, -EINVAL, "bpf_tc_attach invalid prog_fd unset")) in test_tc_bpf_api()
306 if (!ASSERT_OK(ret, "bpf_tc_attach valid handle unset")) in test_tc_bpf_api()
312 if (!ASSERT_OK(ret, "bpf_tc_attach valid priority unset")) in test_tc_bpf_api()
322 if (!ASSERT_OK(ret, "bpf_tc_attach valid both handle and priority unset")) in test_tc_bpf_api()
/kernel/linux/linux-5.10/drivers/media/pci/tw68/
Dtw68-risc.c141 if (UNSET != top_offset) in tw68_risc_buffer()
143 if (UNSET != bottom_offset) in tw68_risc_buffer()
160 if (UNSET != top_offset) /* generates SYNCO */ in tw68_risc_buffer()
163 if (UNSET != bottom_offset) /* generates SYNCE */ in tw68_risc_buffer()
165 bpl, padding, lines, top_offset == UNSET); in tw68_risc_buffer()
/kernel/linux/linux-6.6/drivers/media/pci/tw68/
Dtw68-risc.c141 if (UNSET != top_offset) in tw68_risc_buffer()
143 if (UNSET != bottom_offset) in tw68_risc_buffer()
161 if (UNSET != top_offset) /* generates SYNCO */ in tw68_risc_buffer()
164 if (UNSET != bottom_offset) /* generates SYNCE */ in tw68_risc_buffer()
166 bpl, padding, lines, top_offset == UNSET); in tw68_risc_buffer()
/kernel/linux/linux-6.6/Documentation/ABI/stable/
Dprocfs-audit_loginuid9 decimal unsigned int (%u, u32). If it is unset,
14 cannot be unset if AUDIT_FEATURE_ONLY_UNSET_LOGINUID is
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/misc/
Dqemu,vcpu-stall-detector.yaml29 Defaults to 10 if unset.
35 Defaults to 8 if unset. Please note that it also takes into account the
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
Dbttv-cards.c83 static unsigned int latency = UNSET;
86 static unsigned int card[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET };
87 static unsigned int pll[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET };
88 static unsigned int tuner[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET };
89 static unsigned int svhs[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET };
90 static unsigned int remote[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET };
94 static unsigned int autoload = UNSET;
95 static unsigned int gpiomask = UNSET;
96 static unsigned int audioall = UNSET;
97 static unsigned int audiomux[5] = { [ 0 ... 4 ] = UNSET };
[all …]
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
Dbttv-cards.c83 static unsigned int latency = UNSET;
85 static unsigned int card[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET };
86 static unsigned int pll[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET };
87 static unsigned int tuner[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET };
88 static unsigned int svhs[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET };
89 static unsigned int remote[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET };
93 static unsigned int autoload = UNSET;
94 static unsigned int gpiomask = UNSET;
95 static unsigned int audioall = UNSET;
96 static unsigned int audiomux[5] = { [ 0 ... 4 ] = UNSET };
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
Dtc_tunnel_key.sh135 check_err $? "packet bigger than MTU matched nofrag (nofrag was unset)"
137 check_err $? "packet bigger than MTU didn't match firstfrag (nofrag was unset) "
139 check_err $? "packet bigger than MTU didn't match nofirstfrag (nofrag was unset) "

12345678910>>...52