Home
last modified time | relevance | path

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

12345678910>>...27

/linux/drivers/media/pci/cx88/
H A 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 …]
H A Dcx88-dsp.c183 return UNSET; in detect_a2_a2m_eiaj()
234 return UNSET; in detect_btsc()
276 s32 ret = UNSET; in cx88_dsp_detect_stereo_sap()
314 if (ret != UNSET) in cx88_dsp_detect_stereo_sap()
/linux/tools/perf/util/
H A 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()
86 parse_user_regs(const struct option *opt, const char *str, int unset) in parse_user_regs() argument
88 return __parse_regs(opt, str, unset, false); in parse_user_regs()
92 parse_intr_regs(const struct option *opt, const char *str, int unset) in parse_intr_regs() argument
94 return __parse_regs(opt, str, unset, true); in parse_intr_regs()
H A 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);
H A Dpfm.h15 int unset);
25 int unset __maybe_unused) in parse_libpfm_events_option()
H A Dparse-events.h30 int parse_events_option(const struct option *opt, const char *str, int unset);
31 int parse_events_option_new_evlist(const struct option *opt, const char *str, int unset);
47 int parse_filter(const struct option *opt, const char *str, int unset);
48 int exclude_perf(const struct option *opt, const char *arg, int unset);
H A Dclockid.c68 int parse_clockid(const struct option *opt, const char *str, int unset) in parse_clockid() argument
74 if (unset) { in parse_clockid()
H A Dparse-branch-options.c99 parse_branch_stack(const struct option *opt, const char *str, int unset) in parse_branch_stack() argument
103 if (unset) in parse_branch_stack()
H A Dcallchain.h242 int record_parse_callchain_opt(const struct option *opt, const char *arg, int unset);
243 int record_callchain_opt(const struct option *opt, const char *arg, int unset);
249 const char *arg, bool unset);
/linux/tools/lib/subcmd/
H A 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()
983 parse_opt_verbosity_cb(const struct option * opt,const char * arg __maybe_unused,int unset) parse_opt_verbosity_cb() argument
[all...]
/linux/Documentation/devicetree/bindings/dma/
H A 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
/linux/include/uapi/rdma/
H A 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)
/linux/tools/testing/selftests/bpf/prog_tests/
H A 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()
/linux/drivers/media/pci/tw68/
H A 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()
/linux/drivers/media/pci/bt8xx/
H A 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 …]
/linux/tools/testing/selftests/net/forwarding/
H A Dtc_tunnel_key.sh133 check_err $? "packet bigger than MTU matched nofrag (nofrag was unset)"
135 check_err $? "packet bigger than MTU didn't match firstfrag (nofrag was unset) "
137 check_err $? "packet bigger than MTU didn't match nofirstfrag (nofrag was unset) "
/linux/Documentation/ABI/stable/
H A Dprocfs-audit_loginuid9 decimal unsigned int (%u, u32). If it is unset,
14 cannot be unset if AUDIT_FEATURE_ONLY_UNSET_LOGINUID is
/linux/Documentation/devicetree/bindings/misc/
H A Dqemu,vcpu-stall-detector.yaml29 Defaults to 10 if unset.
38 Defaults to 8 if unset. Please note that it also takes into account the
/linux/scripts/
H A Ddecode_stacktrace.sh273 unset words[$i]
278 unset words[$i]
285 unset words[$last]
302 unset words[$last-1]
310 unset words[$last]
/linux/Documentation/devicetree/bindings/spi/
H A Dspi-lantiq-ssc.txt19 - num-cs: see spi-bus.txt, set to 8 if unset
20 - base-cs: the number of the first chip select, set to 1 if unset.
/linux/tools/perf/
H A Dbuiltin-probe.c168 int unset __maybe_unused) in opt_set_target()
203 const char *str, int unset __maybe_unused) in opt_set_target_ns()
234 const char *str, int unset __maybe_unused) in opt_show_lines()
254 const char *str, int unset __maybe_unused) in opt_show_vars()
276 const char *str, int unset __maybe_unused) in opt_add_probe_event()
287 const char *str, int unset) in opt_set_filter_with_command() argument
289 if (!unset) in opt_set_filter_with_command()
299 const char *str, int unset __maybe_unused) in opt_set_filter()
/linux/drivers/media/tuners/
H A Dtda9887.c46 #define UNSET (-1U) macro
433 static unsigned int port1 = UNSET;
434 static unsigned int port2 = UNSET;
435 static unsigned int qss = UNSET;
436 static unsigned int adjust = UNSET;
448 if (UNSET != port1) { in tda9887_set_insmod()
454 if (UNSET != port2) { in tda9887_set_insmod()
461 if (UNSET != qss) { in tda9887_set_insmod()
/linux/include/uapi/linux/
H A Dsecurebits.h13 /* When set UID 0 has no special privileges. When unset, we support
26 When unset, to provide compatiblility with old programs relying on
/linux/fs/xfs/scrub/
H A Dxfarray.c25 * provided for convenience. Array elements can be unset, which sets them to
26 * all zeroes. Unset entries are skipped during iteration, though direct loads
143 /* Is this array element potentially unset? */
163 * Unset an array element. If @idx is the last element in the array, the
197 * because those are considered unset sparse elements.
231 * Store an element anywhere in the array that is unset. If there are no
232 * unset slots, append the element to the array.
244 /* Find an unset slot to put it in. */ in xfarray_store_anywhere()
262 /* No unset slots found; attach it on the end. */ in xfarray_store_anywhere()
686 /* No unset records; load directly into the array. */ in xfarray_qsort_pivot()
/linux/include/linux/
H A Dpid_namespace.h21 #define MEMFD_NOEXEC_SCOPE_EXEC 0 /* MFD_EXEC implied if unset */
22 #define MEMFD_NOEXEC_SCOPE_NOEXEC_SEAL 1 /* MFD_NOEXEC_SEAL implied if unset */

12345678910>>...27