Home
last modified time | relevance | path

Searched refs:quote (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/base/firmware_loader/builtin/
H A DMakefile5 fwdir := $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE_DIR))
8 obj-y := $(addsuffix .gen.o, $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE)))
/kernel/linux/linux-6.6/rust/macros/
H A Dpinned_drop.rs38 toks.splice(idx..idx, quote!(::kernel::init::));
42 quote!(::kernel::__pinned_drop! {
H A Dquote.rs39 /// [`quote_spanned!`](https://docs.rs/quote/latest/quote/macro.quote_spanned.html) macro from the
40 /// `quote` crate but provides only just enough functionality needed by the current `macros` crate.
55 $crate::quote::ToTokens::to_tokens(&$id, &mut ts);
62 $crate::quote::ToTokens::to_tokens(&token, &mut ts);
148 /// This is a similar to the [`quote!`](https://docs.rs/quote/latest/quote/macro.quote.html) macro
149 /// from the `quote` crat
153 macro_rules! quote { global() macros
[all...]
H A Dzeroable.rs29 new_impl_generics.extend(quote! { : ::kernel::init::Zeroable });
43 new_impl_generics.extend(quote! { ::kernel::init::Zeroable + });
61 new_impl_generics.extend(quote! { : ::kernel::init::Zeroable });
63 quote! {
H A Dlib.rs6 mod quote; modules
H A Dpin_data.rs73 let mut quoted = quote!(::kernel::__pin_data! {
/kernel/linux/linux-5.10/tools/perf/util/
H A Dconfig.c76 int quote = 0, comment = 0, space = 0; in parse_value() local
85 if (quote) in parse_value()
92 if (isspace(c) && !quote) { in parse_value()
96 if (!quote) { in parse_value()
132 quote = 1-quote; in parse_value()
H A Dheader.c1510 char *quote = strchr(argv_i, '\''); in print_cmdline() local
1511 if (!quote) in print_cmdline()
1513 *quote++ = '\0'; in print_cmdline()
1515 argv_i = quote; in print_cmdline()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dconfig.c77 int quote = 0, comment = 0, space = 0; in parse_value() local
86 if (quote) in parse_value()
93 if (isspace(c) && !quote) { in parse_value()
97 if (!quote) { in parse_value()
133 quote = 1-quote; in parse_value()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_core.c3368 static inline void hci_quote_sent(struct hci_conn *conn, int num, int *quote) in hci_quote_sent() argument
3374 *quote = 0; in hci_quote_sent()
3404 *quote = q ? q : 1; in hci_quote_sent()
3408 int *quote) in hci_low_sent()
3439 hci_quote_sent(conn, num, quote); in hci_low_sent()
3441 BT_DBG("conn %p quote %d", conn, *quote); in hci_low_sent()
3472 int *quote) in hci_chan_sent()
3528 hci_quote_sent(chan->conn, num, quote); in hci_chan_sent()
3530 BT_DBG("chan %p quote in hci_chan_sent()
3407 hci_low_sent(struct hci_dev *hdev, __u8 type, int *quote) hci_low_sent() argument
3471 hci_chan_sent(struct hci_dev *hdev, __u8 type, int *quote) hci_chan_sent() argument
3618 int quote; hci_sched_sco() local
3641 int quote; hci_sched_esco() local
3666 int quote; hci_sched_acl_pkt() local
3708 int quote; hci_sched_acl_blk() local
3784 int quote, cnt, tmp; hci_sched_le() local
3835 int quote, *cnt; hci_sched_iso() local
[all...]
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_events_filter.c58 C(MISSING_QUOTE, "Missing matching quote"), \
1415 /* go past the last quote */ in parse_pred()
1499 * -3 - No matching quote
1508 int quote = 0; in calc_stack() local
1516 if (quote) { in calc_stack()
1517 if (str[i] == quote) in calc_stack()
1518 quote = 0; in calc_stack()
1525 quote = str[i]; in calc_stack()
1555 if (quote) { in calc_stack()
1565 if (quote) { in calc_stack()
[all...]
H A Dtrace_events.c2357 int quote = 0; in update_event_printk() local
2369 quote ^= 1; in update_event_printk()
2372 if (quote) in update_event_printk()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_core.c4276 int *quote) in hci_low_sent()
4327 *quote = q ? q : 1; in hci_low_sent()
4329 *quote = 0; in hci_low_sent()
4331 BT_DBG("conn %p quote %d", conn, *quote); in hci_low_sent()
4357 int *quote) in hci_chan_sent()
4433 *quote = q ? q : 1; in hci_chan_sent()
4434 BT_DBG("chan %p quote %d", chan, *quote); in hci_chan_sent()
4522 int quote; in hci_sched_sco() local
4275 hci_low_sent(struct hci_dev *hdev, __u8 type, int *quote) hci_low_sent() argument
4356 hci_chan_sent(struct hci_dev *hdev, __u8 type, int *quote) hci_chan_sent() argument
4545 int quote; hci_sched_esco() local
4570 int quote; hci_sched_acl_pkt() local
4612 int quote; hci_sched_acl_blk() local
4688 int quote, cnt, tmp; hci_sched_le() local
[all...]
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_events_filter.c104 C(MISSING_QUOTE, "Missing matching quote"), \
1892 /* go past the last quote */ in parse_pred()
1976 * -3 - No matching quote
1985 int quote = 0; in calc_stack() local
1993 if (quote) { in calc_stack()
1994 if (str[i] == quote) in calc_stack()
1995 quote = 0; in calc_stack()
2002 quote = str[i]; in calc_stack()
2032 if (quote) { in calc_stack()
2042 if (quote) { in calc_stack()
[all...]
H A Dtrace_events.c2712 int quote = 0; in update_event_printk() local
2724 quote ^= 1; in update_event_printk()
2727 if (quote) in update_event_printk()
/kernel/linux/linux-5.10/include/uapi/sound/
H A Dasequencer.h143 /* 150-151: kernel events with quote - DO NOT use in user clients */
296 struct snd_seq_ev_quote quote; member
/kernel/linux/linux-6.6/include/uapi/sound/
H A Dasequencer.h127 /* 150-151: kernel events with quote - DO NOT use in user clients */
267 struct snd_seq_ev_quote quote; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dasequencer.h184 struct snd_seq_ev_quote quote; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H A Dasequencer.h185 struct snd_seq_ev_quote quote; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H A Dasequencer.h185 struct snd_seq_ev_quote quote; member
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_kernel.py127 print('Running tests with:\n$', ' '.join(shlex.quote(arg) for arg in qemu_command))
/kernel/linux/linux-5.10/sound/core/seq/
H A Dseq_clientmgr.c552 bounce_ev.data.quote.origin = event->dest; in bounce_error_event()
553 bounce_ev.data.quote.event = event; in bounce_error_event()
554 bounce_ev.data.quote.value = -err; /* use positive value */ in bounce_error_event()
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_clientmgr.c585 bounce_ev.data.quote.origin = event->dest; in bounce_error_event()
586 bounce_ev.data.quote.event = event; in bounce_error_event()
587 bounce_ev.data.quote.value = -err; /* use positive value */ in bounce_error_event()
/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dsleepgraph.py583 quote=0
587 quote = (quote + 1) % 2
588 if quote and c == ' ':
/kernel/linux/linux-6.6/tools/power/pm-graph/
H A Dsleepgraph.py625 quote=0
629 quote = (quote + 1) % 2
630 if quote and c == ' ':

Completed in 64 milliseconds

12