Home
last modified time | relevance | path

Searched refs:SPACE (Results 1 – 25 of 40) sorted by relevance

12

/linux-6.3-rc2/Documentation/driver-api/media/
A Drc-core.rst34 When the carrier is switched off, it is called *SPACE*.
37 *PULSE* and *SPACE* events, each with a given duration.
40 *PULSE* and *SPACE* events depend on the protocol.
42 start with a 9ms *PULSE* and a 4.5ms SPACE. It then transmits 16 bits of
45 with 560µs *PULSE* followed by 1690µs *SPACE* and a bit "0" is modulated
46 with 560µs *PULSE* followed by 560µs *SPACE*.
49 signal in a sequence of *PULSE/SPACE* events, filtering out the carrier
52 of time it receives *PULSE/SPACE* events.
57 microcontroller that decode the *PULSE/SPACE* sequence and return scan
/linux-6.3-rc2/drivers/scsi/aic7xxx/aicasm/
A Daicasm_scan.l71 SPACE [ \t]+
260 #include{SPACE} {
285 #define{SPACE} {
289 <MACRODEF>{WORD}{SPACE} {
319 <MACROARGLIST>{SPACE} ;
334 <MACROCALLARGS>{SPACE} ;
A Daicasm_macro_scan.l69 SPACE [ \t]+
79 <ARGLIST>{SPACE} ;
/linux-6.3-rc2/drivers/accessibility/speakup/
A Dmain.c43 #define MINECHOCHAR SPACE
583 ch > SPACE)) in get_word()
599 buf[cnt++] = SPACE; in say_word()
764 if (buf[i] != SPACE) in get_line()
782 while (*cp == SPACE) in say_line()
831 if (buf[i] != SPACE) in say_from_to()
833 buf[++i] = SPACE; in say_from_to()
925 sentbuf[bn][++i] = SPACE; in get_sentence_buf()
1013 if (buf[i] != SPACE) in say_first_char()
1334 if (ch == SPACE) { in edit_bits()
[all …]
A Dvarhandlers.c298 if (*cp < SPACE) in spk_set_mask_bits()
313 if (*cp > SPACE) in spk_set_mask_bits()
317 if (*cp > SPACE) in spk_set_mask_bits()
A Dkeyhelp.c116 char start = SPACE; in help_init()
142 if (ch == SPACE) { in spk_handle_help()
A Dspk_priv.h20 #define SPACE 0x20 macro
A Dspeakup_apollo.c184 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
A Dspeakup_decext.c203 } else if (ch <= SPACE) { in do_catch_up()
A Dspeakup_keypc.c230 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
A Dspeakup_acntpc.c226 if (time_after_eq(jiffies, jiff_max) && ch == SPACE) { in do_catch_up()
A Dspeakup_dectlk.c279 } else if (ch <= SPACE) { in do_catch_up()
A Dspeakup_decpc.c423 } else if (ch <= SPACE) { in do_catch_up()
A Dspeakup_dtlk.c234 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
/linux-6.3-rc2/arch/x86/boot/
A Dprintf.c30 #define SPACE 8 /* space if plus */ macro
68 } else if (type & SPACE) { in number()
146 flags |= SPACE; in vsprintf()
/linux-6.3-rc2/arch/alpha/boot/
A Dstdio.c38 #define SPACE 8 /* space if plus */ macro
65 } else if (type & SPACE) { in number()
141 case ' ': flags |= SPACE; goto repeat; in vsprintf()
/linux-6.3-rc2/arch/powerpc/boot/
A Dstdio.c74 #define SPACE 8 /* space if plus */ macro
101 } else if (type & SPACE) { in number()
177 case ' ': flags |= SPACE; goto repeat; in vsprintf()
/linux-6.3-rc2/drivers/pcmcia/
A Dcistpl.c444 #define SPACE(f) (((struct tuple_flags *)(&(f)))->space) macro
458 SPACE(tuple->Flags) = HAS_LINK(tuple->Flags) = 1; in pccard_get_first_tuple()
487 SPACE(tuple->Flags) = (link[0] == CISTPL_MFC_ATTR); in follow_link()
493 SPACE(tuple->Flags) = LINK_SPACE(tuple->Flags); in follow_link()
498 if (SPACE(tuple->Flags)) { in follow_link()
507 remove_cis_cache(s, SPACE(tuple->Flags), ofs, 5); in follow_link()
511 ret = read_cis_cache(s, SPACE(tuple->Flags), ofs, 5, link); in follow_link()
517 remove_cis_cache(s, SPACE(tuple->Flags), ofs, 5); in follow_link()
535 attr = SPACE(tuple->Flags); in pccard_get_next_tuple()
555 attr = SPACE(tuple->Flags); in pccard_get_next_tuple()
[all …]
/linux-6.3-rc2/drivers/firmware/efi/libstub/
A Dvsprintf.c146 #define SPACE 8 /* space if plus */ macro
166 flags |= SPACE; in get_flags()
237 if (flags & SPACE) in get_sign()
/linux-6.3-rc2/drivers/usb/storage/
A Ddebug.c57 case SPACE: what = "SPACE"; break; in usb_stor_show_command()
/linux-6.3-rc2/include/scsi/
A Dscsi_proto.h31 #define SPACE 0x11 macro
/linux-6.3-rc2/include/trace/events/
A Dtarget.h30 scsi_opcode_name(SPACE), \
/linux-6.3-rc2/Documentation/devicetree/bindings/input/
A Dgoogle,cros-ec-keyb.yaml120 /* L_SHIFT / . SPACE */
/linux-6.3-rc2/Documentation/filesystems/caching/
A Dfscache.rst60 | KERNEL SPACE | |
62 | USER SPACE | |
/linux-6.3-rc2/Documentation/networking/
A Dnfc.rst32 | USER SPACE |

Completed in 44 milliseconds

12