Home
last modified time | relevance | path

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

12

/linux-6.6.21/Documentation/driver-api/media/
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.6.21/drivers/scsi/aic7xxx/aicasm/
Daicasm_scan.l71 SPACE [ \t]+
260 #include{SPACE} {
285 #define{SPACE} {
289 <MACRODEF>{WORD}{SPACE} {
319 <MACROARGLIST>{SPACE} ;
334 <MACROCALLARGS>{SPACE} ;
Daicasm_macro_scan.l69 SPACE [ \t]+
79 <ARGLIST>{SPACE} ;
/linux-6.6.21/drivers/accessibility/speakup/
Dmain.c43 #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 …]
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()
Dkeyhelp.c116 char start = SPACE; in help_init()
142 if (ch == SPACE) { in spk_handle_help()
Dspk_priv.h20 #define SPACE 0x20 macro
Dspeakup_apollo.c184 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
Dspeakup_decext.c203 } else if (ch <= SPACE) { in do_catch_up()
Dspeakup_keypc.c230 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
Dspeakup_acntpc.c226 if (time_after_eq(jiffies, jiff_max) && ch == SPACE) { in do_catch_up()
Dspeakup_dectlk.c279 } else if (ch <= SPACE) { in do_catch_up()
Dspeakup_decpc.c423 } else if (ch <= SPACE) { in do_catch_up()
/linux-6.6.21/arch/x86/boot/
Dprintf.c30 #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/
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.6.21/tools/testing/selftests/kvm/lib/
Dguest_sprintf.c29 #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/
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.6.21/drivers/pcmcia/
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()
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/
Dvsprintf.c146 #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/
Ddebug.c57 case SPACE: what = "SPACE"; break; in usb_stor_show_command()
/linux-6.6.21/include/scsi/
Dscsi_proto.h31 #define SPACE 0x11 macro
/linux-6.6.21/include/trace/events/
Dtarget.h30 scsi_opcode_name(SPACE), \
/linux-6.6.21/Documentation/devicetree/bindings/input/
Dgoogle,cros-ec-keyb.yaml120 /* L_SHIFT / . SPACE */
/linux-6.6.21/Documentation/filesystems/caching/
Dfscache.rst60 | KERNEL SPACE | |
62 | USER SPACE | |
/linux-6.6.21/Documentation/networking/
Dnfc.rst32 | USER SPACE |

12