Home
last modified time | relevance | path

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

12

/linux/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/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/drivers/accessibility/speakup/
A Dmain.c43 #define MINECHOCHAR SPACE
582 ch > SPACE)) in get_word()
598 buf[cnt++] = SPACE; in say_word()
763 if (buf[i] != SPACE) in get_line()
781 while (*cp == SPACE) in say_line()
830 if (buf[i] != SPACE) in say_from_to()
832 buf[++i] = SPACE; in say_from_to()
924 sentbuf[bn][++i] = SPACE; in get_sentence_buf()
1012 if (buf[i] != SPACE) in say_first_char()
1324 if (ch == SPACE) { in edit_bits()
[all …]
A Dvarhandlers.c293 if (*cp < SPACE) in spk_set_mask_bits()
308 if (*cp > SPACE) in spk_set_mask_bits()
312 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.c171 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
A Dspeakup_decext.c194 } else if (ch <= SPACE) { in do_catch_up()
A Dspeakup_keypc.c221 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
A Dspeakup_acntpc.c217 if (time_after_eq(jiffies, jiff_max) && ch == SPACE) { in do_catch_up()
A Dspeakup_dectlk.c270 } else if (ch <= SPACE) { in do_catch_up()
A Dspeakup_dtlk.c224 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
A Dspeakup_decpc.c412 } else if (ch <= SPACE) { in do_catch_up()
/linux/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/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/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/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/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/drivers/usb/storage/
A Ddebug.c58 case SPACE: what = "SPACE"; break; in usb_stor_show_command()
/linux/include/scsi/
A Dscsi_proto.h31 #define SPACE 0x11 macro
/linux/include/trace/events/
A Dtarget.h30 scsi_opcode_name(SPACE), \
/linux/Documentation/devicetree/bindings/input/
A Dgoogle,cros-ec-keyb.yaml102 /* L_SHIFT / . SPACE */
/linux/tools/lib/traceevent/plugins/
A Dplugin_scsi.c27 #define SPACE 0x11 macro
/linux/Documentation/networking/
A Dnfc.rst32 | USER SPACE |

Completed in 48 milliseconds

12