Home
last modified time | relevance | path

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

12345678910>>...27

/Linux-v6.1/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 …]
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-v6.1/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 …]
/Linux-v6.1/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.h26 int parse_events_option(const struct option *opt, const char *str, int unset);
27 int parse_events_option_new_evlist(const struct option *opt, const char *str, int unset);
42 int parse_filter(const struct option *opt, const char *str, int unset);
43 int exclude_perf(const struct option *opt, const char *arg, int unset);
Dparse-branch-options.c95 parse_branch_stack(const struct option *opt, const char *str, int unset) in parse_branch_stack() argument
99 if (unset) in parse_branch_stack()
Dclockid.c68 int parse_clockid(const struct option *opt, const char *str, int unset) in parse_clockid() argument
74 if (unset) { in parse_clockid()
Dcallchain.h240 int record_parse_callchain_opt(const struct option *opt, const char *arg, int unset);
241 int record_callchain_opt(const struct option *opt, const char *arg, int unset);
247 const char *arg, bool unset);
/Linux-v6.1/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 …]
/Linux-v6.1/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
/Linux-v6.1/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)
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dtc_bpf.c225 if (!ASSERT_EQ(ret, -EINVAL, "bpf_tc_detach invalid handle unset")) in test_tc_bpf_api()
229 if (!ASSERT_EQ(ret, -EINVAL, "bpf_tc_detach invalid priority unset")) in test_tc_bpf_api()
262 if (!ASSERT_EQ(ret, -EINVAL, "bpf_tc_query invalid handle unset")) in test_tc_bpf_api()
266 if (!ASSERT_EQ(ret, -EINVAL, "bpf_tc_query invalid priority unset")) in test_tc_bpf_api()
297 if (!ASSERT_EQ(ret, -EINVAL, "bpf_tc_attach invalid prog_fd unset")) in test_tc_bpf_api()
305 if (!ASSERT_OK(ret, "bpf_tc_attach valid handle unset")) in test_tc_bpf_api()
311 if (!ASSERT_OK(ret, "bpf_tc_attach valid priority unset")) in test_tc_bpf_api()
321 if (!ASSERT_OK(ret, "bpf_tc_attach valid both handle and priority unset")) in test_tc_bpf_api()
Dtest_bprm_opts.c59 * and if the value is unset, it returns 20. in run_set_secureexec()
94 /* Run the test with the secureexec bit unset */ in test_test_bprm_opts()
/Linux-v6.1/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()
/Linux-v6.1/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 …]
/Linux-v6.1/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
/Linux-v6.1/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
/Linux-v6.1/scripts/
Ddecode_stacktrace.sh252 unset words[$i]
257 unset words[$i]
264 unset words[$last]
278 unset words[$last-1]
286 unset words[$last]
/Linux-v6.1/Documentation/devicetree/bindings/spi/
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-v6.1/tools/perf/
Dbuiltin-probe.c169 int unset __maybe_unused) in opt_set_target()
204 const char *str, int unset __maybe_unused) in opt_set_target_ns()
235 const char *str, int unset __maybe_unused) in opt_show_lines()
255 const char *str, int unset __maybe_unused) in opt_show_vars()
277 const char *str, int unset __maybe_unused) in opt_add_probe_event()
288 const char *str, int unset) in opt_set_filter_with_command() argument
290 if (!unset) in opt_set_filter_with_command()
300 const char *str, int unset __maybe_unused) in opt_set_filter()
/Linux-v6.1/drivers/media/tuners/
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-v6.1/include/uapi/linux/
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-v6.1/drivers/net/ethernet/intel/ice/
Dice_lag.c67 name = lag->netdev ? netdev_name(lag->netdev) : "unset"; in ice_display_lag_info()
68 peer = lag->peer_netdev ? netdev_name(lag->peer_netdev) : "unset"; in ice_display_lag_info()
69 upper = lag->upper_netdev ? netdev_name(lag->upper_netdev) : "unset"; in ice_display_lag_info()
84 role = "UNSET"; in ice_display_lag_info()

12345678910>>...27