/Linux-v4.19/Documentation/media/kapi/ |
D | rc-core.rst | 32 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/ |
D | aicasm_scan.l | 75 SPACE [ \t]+ 264 #include{SPACE} { 289 #define{SPACE} { 293 <MACRODEF>{WORD}{SPACE} { 323 <MACROARGLIST>{SPACE} ; 338 <MACROCALLARGS>{SPACE} ;
|
D | aicasm_macro_scan.l | 73 SPACE [ \t]+ 83 <ARGLIST>{SPACE} ;
|
/Linux-v4.19/drivers/staging/speakup/ |
D | main.c | 43 #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 …]
|
D | varhandlers.c | 290 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()
|
D | keyhelp.c | 116 char start = SPACE; in help_init() 142 if (ch == SPACE) { in spk_handle_help()
|
D | spk_priv.h | 22 #define SPACE 0x20 macro
|
D | speakup_apollo.c | 171 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
|
D | speakup_decext.c | 190 } else if (ch <= SPACE) { in do_catch_up()
|
D | speakup_keypc.c | 221 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
|
D | speakup_acntpc.c | 217 if (time_after_eq(jiffies, jiff_max) && ch == SPACE) { in do_catch_up()
|
D | speakup_dectlk.c | 258 } else if (ch <= SPACE) { in do_catch_up()
|
D | speakup_decpc.c | 408 } else if (ch <= SPACE) { in do_catch_up()
|
D | speakup_dtlk.c | 224 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
|
D | synth.c | 104 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in _spk_do_catch_up()
|
/Linux-v4.19/arch/x86/boot/ |
D | printf.c | 32 #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/ |
D | stdio.c | 42 #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/ |
D | stdio.c | 78 #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/ |
D | cistpl.c | 445 #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/ |
D | debug.c | 58 case SPACE: what = "SPACE"; break; in usb_stor_show_command()
|
/Linux-v4.19/include/scsi/ |
D | scsi_proto.h | 31 #define SPACE 0x11 macro
|
/Linux-v4.19/Documentation/devicetree/bindings/input/ |
D | cros-ec-keyb.txt | 58 /* L_SHIFT / . SPACE */
|
/Linux-v4.19/include/trace/events/ |
D | target.h | 30 scsi_opcode_name(SPACE), \
|
/Linux-v4.19/tools/lib/traceevent/ |
D | plugin_scsi.c | 26 #define SPACE 0x11 macro
|
/Linux-v4.19/Documentation/networking/ |
D | nfc.txt | 30 | USER SPACE |
|