Home
last modified time | relevance | path

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

12

/Linux-v4.19/Documentation/media/kapi/
Drc-core.rst32 When the carrier is switched off, it is called *SPACE*.
35 *PULSE* and *SPACE* events, each with a given duration.
38 *PULSE* and *SPACE* events depend on the protocol.
40 start with a 9ms *PULSE* and a 4.5ms SPACE. It then transmits 16 bits of
43 with 560µs *PULSE* followed by 1690µs *SPACE* and a bit "0" is modulated
44 with 560µs *PULSE* followed by 560µs *SPACE*.
47 signal in a sequence of *PULSE/SPACE* events, filtering out the carrier
50 of time it receives *PULSE/SPACE* events.
55 microcontroller that decode the *PULSE/SPACE* sequence and return scan
/Linux-v4.19/drivers/scsi/aic7xxx/aicasm/
Daicasm_scan.l75 SPACE [ \t]+
264 #include{SPACE} {
289 #define{SPACE} {
293 <MACRODEF>{WORD}{SPACE} {
323 <MACROARGLIST>{SPACE} ;
338 <MACROCALLARGS>{SPACE} ;
Daicasm_macro_scan.l73 SPACE [ \t]+
83 <ARGLIST>{SPACE} ;
/Linux-v4.19/drivers/staging/speakup/
Dmain.c43 #define MINECHOCHAR SPACE
558 if (spk_say_word_ctl && ch == SPACE) { in get_word()
563 (ch == SPACE || ch == 0 || (ch < 0x100 && IS_WDLM(ch))) && in get_word()
564 get_char(vc, (u_short *)&tmp_pos + 1, &temp) > SPACE) { in get_word()
570 if ((ch == SPACE || ch == 0 || in get_word()
572 get_char(vc, (u_short *)tmp_pos, &temp) > SPACE) in get_word()
584 if (ch == SPACE || ch == 0 || in get_word()
586 ch > SPACE)) in get_word()
602 buf[cnt++] = SPACE; in say_word()
641 if (ch == SPACE || ch == 0) in say_prev_word()
[all …]
Dvarhandlers.c290 if (*cp < SPACE) in spk_set_mask_bits()
305 if (*cp > SPACE) in spk_set_mask_bits()
309 if (*cp > SPACE) in spk_set_mask_bits()
Dkeyhelp.c116 char start = SPACE; in help_init()
142 if (ch == SPACE) { in spk_handle_help()
Dspk_priv.h22 #define SPACE 0x20 macro
Dspeakup_apollo.c171 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
Dspeakup_decext.c190 } else if (ch <= SPACE) { in do_catch_up()
Dspeakup_keypc.c221 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
Dspeakup_acntpc.c217 if (time_after_eq(jiffies, jiff_max) && ch == SPACE) { in do_catch_up()
Dspeakup_dectlk.c258 } else if (ch <= SPACE) { in do_catch_up()
Dspeakup_decpc.c408 } else if (ch <= SPACE) { in do_catch_up()
Dspeakup_dtlk.c224 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
Dsynth.c104 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in _spk_do_catch_up()
/Linux-v4.19/arch/x86/boot/
Dprintf.c32 #define SPACE 8 /* space if plus */ macro
70 } else if (type & SPACE) { in number()
148 flags |= SPACE; in vsprintf()
/Linux-v4.19/arch/alpha/boot/
Dstdio.c42 #define SPACE 8 /* space if plus */ macro
69 } else if (type & SPACE) { in number()
145 case ' ': flags |= SPACE; goto repeat; in vsprintf()
/Linux-v4.19/arch/powerpc/boot/
Dstdio.c78 #define SPACE 8 /* space if plus */ macro
105 } else if (type & SPACE) { in number()
181 case ' ': flags |= SPACE; goto repeat; in vsprintf()
/Linux-v4.19/drivers/pcmcia/
Dcistpl.c445 #define SPACE(f) (((struct tuple_flags *)(&(f)))->space) macro
459 SPACE(tuple->Flags) = HAS_LINK(tuple->Flags) = 1; in pccard_get_first_tuple()
488 SPACE(tuple->Flags) = (link[0] == CISTPL_MFC_ATTR); in follow_link()
494 SPACE(tuple->Flags) = LINK_SPACE(tuple->Flags); in follow_link()
499 if (SPACE(tuple->Flags)) { in follow_link()
502 ret = read_cis_cache(s, SPACE(tuple->Flags), ofs, 5, link); in follow_link()
508 remove_cis_cache(s, SPACE(tuple->Flags), ofs, 5); in follow_link()
512 ret = read_cis_cache(s, SPACE(tuple->Flags), ofs, 5, link); in follow_link()
518 remove_cis_cache(s, SPACE(tuple->Flags), ofs, 5); in follow_link()
536 attr = SPACE(tuple->Flags); in pccard_get_next_tuple()
[all …]
/Linux-v4.19/drivers/usb/storage/
Ddebug.c58 case SPACE: what = "SPACE"; break; in usb_stor_show_command()
/Linux-v4.19/include/scsi/
Dscsi_proto.h31 #define SPACE 0x11 macro
/Linux-v4.19/Documentation/devicetree/bindings/input/
Dcros-ec-keyb.txt58 /* L_SHIFT / . SPACE */
/Linux-v4.19/include/trace/events/
Dtarget.h30 scsi_opcode_name(SPACE), \
/Linux-v4.19/tools/lib/traceevent/
Dplugin_scsi.c26 #define SPACE 0x11 macro
/Linux-v4.19/Documentation/networking/
Dnfc.txt30 | USER SPACE |

12