/linux-6.6.21/Documentation/driver-api/media/ |
D | rc-core.rst | 34 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.6.21/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_scan.l | 71 SPACE [ \t]+ 260 #include{SPACE} { 285 #define{SPACE} { 289 <MACRODEF>{WORD}{SPACE} { 319 <MACROARGLIST>{SPACE} ; 334 <MACROCALLARGS>{SPACE} ;
|
D | aicasm_macro_scan.l | 69 SPACE [ \t]+ 79 <ARGLIST>{SPACE} ;
|
/linux-6.6.21/drivers/accessibility/speakup/ |
D | main.c | 43 #define MINECHOCHAR SPACE 555 if (spk_say_word_ctl && ch == SPACE) { in get_word() 560 (ch == SPACE || ch == 0 || (ch < 0x100 && IS_WDLM(ch))) && in get_word() 561 get_char(vc, (u_short *)tmp_pos + 1, &temp) > SPACE) { in get_word() 567 if ((ch == SPACE || ch == 0 || in get_word() 569 get_char(vc, (u_short *)tmp_pos, &temp) > SPACE) in get_word() 581 if (ch == SPACE || ch == 0 || in get_word() 583 ch > SPACE)) in get_word() 599 buf[cnt++] = SPACE; in say_word() 639 if (ch == SPACE || ch == 0) in say_prev_word() [all …]
|
D | varhandlers.c | 298 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()
|
D | keyhelp.c | 116 char start = SPACE; in help_init() 142 if (ch == SPACE) { in spk_handle_help()
|
D | spk_priv.h | 20 #define SPACE 0x20 macro
|
D | speakup_apollo.c | 184 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
|
D | speakup_decext.c | 203 } else if (ch <= SPACE) { in do_catch_up()
|
D | speakup_keypc.c | 230 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
|
D | speakup_acntpc.c | 226 if (time_after_eq(jiffies, jiff_max) && ch == SPACE) { in do_catch_up()
|
D | speakup_dectlk.c | 279 } else if (ch <= SPACE) { in do_catch_up()
|
D | speakup_decpc.c | 423 } else if (ch <= SPACE) { in do_catch_up()
|
/linux-6.6.21/arch/x86/boot/ |
D | printf.c | 30 #define SPACE 8 /* space if plus */ macro 68 } else if (type & SPACE) { in number() 146 flags |= SPACE; in vsprintf()
|
/linux-6.6.21/arch/alpha/boot/ |
D | stdio.c | 38 #define SPACE 8 /* space if plus */ macro 65 } else if (type & SPACE) { in number() 141 case ' ': flags |= SPACE; goto repeat; in vsprintf()
|
/linux-6.6.21/tools/testing/selftests/kvm/lib/ |
D | guest_sprintf.c | 29 #define SPACE 8 /* space if plus */ macro 72 } else if (type & SPACE) { in number() 157 flags |= SPACE; in guest_vsnprintf()
|
/linux-6.6.21/arch/powerpc/boot/ |
D | stdio.c | 74 #define SPACE 8 /* space if plus */ macro 101 } else if (type & SPACE) { in number() 177 case ' ': flags |= SPACE; goto repeat; in vsprintf()
|
/linux-6.6.21/drivers/pcmcia/ |
D | cistpl.c | 444 #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() 501 ret = read_cis_cache(s, SPACE(tuple->Flags), ofs, 5, link); 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() [all …]
|
/linux-6.6.21/drivers/firmware/efi/libstub/ |
D | vsprintf.c | 146 #define SPACE 8 /* space if plus */ macro 166 flags |= SPACE; in get_flags() 237 if (flags & SPACE) in get_sign()
|
/linux-6.6.21/drivers/usb/storage/ |
D | debug.c | 57 case SPACE: what = "SPACE"; break; in usb_stor_show_command()
|
/linux-6.6.21/include/scsi/ |
D | scsi_proto.h | 31 #define SPACE 0x11 macro
|
/linux-6.6.21/include/trace/events/ |
D | target.h | 30 scsi_opcode_name(SPACE), \
|
/linux-6.6.21/Documentation/devicetree/bindings/input/ |
D | google,cros-ec-keyb.yaml | 120 /* L_SHIFT / . SPACE */
|
/linux-6.6.21/Documentation/filesystems/caching/ |
D | fscache.rst | 60 | KERNEL SPACE | | 62 | USER SPACE | |
|
/linux-6.6.21/Documentation/networking/ |
D | nfc.rst | 32 | USER SPACE |
|