Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/drivers/staging/speakup/
Dmain.c56 #define MINECHOCHAR SPACE
449 synth_buffer_add(SPACE); in speak_char()
462 synth_buffer_add(SPACE); in speak_char()
556 if (spk_say_word_ctl && ch == SPACE) { in get_word()
561 && (ch == SPACE || ch == 0 || IS_WDLM(ch)) in get_word()
563 SPACE)) { in get_word()
569 if ((ch == SPACE || ch == 0 || IS_WDLM(ch)) in get_word()
571 SPACE)) in get_word()
582 if ((ch == SPACE) || ch == 0 in get_word()
583 || (IS_WDLM(buf[cnt - 1]) && (ch > SPACE))) in get_word()
[all …]
Dvarhandlers.c287 if (*cp < SPACE) in spk_set_mask_bits()
301 if (*cp > SPACE) in spk_set_mask_bits()
305 if (*cp > SPACE) in spk_set_mask_bits()
Dkeyhelp.c129 char start = SPACE; in help_init()
155 if (ch == SPACE) { in spk_handle_help()
Dspk_priv.h35 #define SPACE 0x20 macro
Dspeakup_apollo.c182 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
Dspeakup_decext.c204 else if (ch <= SPACE) { in do_catch_up()
Dspeakup_keypc.c232 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
Dspeakup_acntpc.c228 if (time_after_eq(jiffies, jiff_max) && ch == SPACE) { in do_catch_up()
Dspeakup_dectlk.c269 else if (ch <= SPACE) { in do_catch_up()
Dspeakup_dtlk.c234 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
Dspeakup_decpc.c420 else if (ch <= SPACE) { in do_catch_up()
Dsynth.c125 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in spk_do_catch_up()
Dkobjects.c248 *cp++ = (i < nstates) ? SPACE : '\n'; in keymap_show()
/linux-4.1.27/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-4.1.27/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-4.1.27/arch/powerpc/boot/
Dstdio.c68 #define SPACE 8 /* space if plus */ macro
95 } else if (type & SPACE) { in number()
171 case ' ': flags |= SPACE; goto repeat; in vsprintf()
/linux-4.1.27/drivers/pcmcia/
Dcistpl.c447 #define SPACE(f) (((tuple_flags *)(&(f)))->space) macro
461 SPACE(tuple->Flags) = HAS_LINK(tuple->Flags) = 1; in pccard_get_first_tuple()
490 SPACE(tuple->Flags) = (link[0] == CISTPL_MFC_ATTR); in follow_link()
496 SPACE(tuple->Flags) = LINK_SPACE(tuple->Flags); in follow_link()
501 if (SPACE(tuple->Flags)) { in follow_link()
504 ret = read_cis_cache(s, SPACE(tuple->Flags), ofs, 5, link); in follow_link()
510 remove_cis_cache(s, SPACE(tuple->Flags), ofs, 5); in follow_link()
514 ret = read_cis_cache(s, SPACE(tuple->Flags), ofs, 5, link); in follow_link()
520 remove_cis_cache(s, SPACE(tuple->Flags), ofs, 5); in follow_link()
538 attr = SPACE(tuple->Flags); in pccard_get_next_tuple()
[all …]
/linux-4.1.27/drivers/usb/storage/
Ddebug.c74 case SPACE: what = "SPACE"; break; in usb_stor_show_command()
/linux-4.1.27/Documentation/devicetree/bindings/input/
Dcros-ec-keyb.txt58 /* L_SHIFT / . SPACE */
/linux-4.1.27/scripts/genksyms/
Dparse.tab.c_shipped41 USER NAME SPACE" below. */
250 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */
262 # include <libintl.h> /* INFRINGES ON USER NAME SPACE */
305 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
309 # include <malloc.h> /* INFRINGES ON USER NAME SPACE */
315 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
344 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
353 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
360 void free (void *); /* INFRINGES ON USER NAME SPACE */
965 # include <stdio.h> /* INFRINGES ON USER NAME SPACE */
/linux-4.1.27/scripts/kconfig/
Dzconf.tab.c_shipped41 USER NAME SPACE" below. */
241 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */
253 # include <libintl.h> /* INFRINGES ON USER NAME SPACE */
296 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
300 # include <malloc.h> /* INFRINGES ON USER NAME SPACE */
306 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
334 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
343 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
350 void free (void *); /* INFRINGES ON USER NAME SPACE */
892 # include <stdio.h> /* INFRINGES ON USER NAME SPACE */
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.c_shipped41 USER NAME SPACE" below. */
243 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */
255 # include <libintl.h> /* INFRINGES ON USER NAME SPACE */
307 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
311 # include <malloc.h> /* INFRINGES ON USER NAME SPACE */
317 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
346 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
355 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
362 void free (void *); /* INFRINGES ON USER NAME SPACE */
797 # include <stdio.h> /* INFRINGES ON USER NAME SPACE */
/linux-4.1.27/include/trace/events/
Dtarget.h29 scsi_opcode_name(SPACE), \
Dscsi.h27 scsi_opcode_name(SPACE), \
/linux-4.1.27/include/scsi/
Dscsi.h68 #define SPACE 0x11 macro
/linux-4.1.27/tools/lib/traceevent/
Dplugin_scsi.c25 #define SPACE 0x11 macro
/linux-4.1.27/Documentation/networking/
Dnfc.txt30 | USER SPACE |
/linux-4.1.27/drivers/scsi/
Dst.c675 cmd[0] = SPACE; in cross_eof()
2670 cmd[0] = SPACE; in st_int_ioctl()
2684 cmd[0] = SPACE; in st_int_ioctl()
2697 cmd[0] = SPACE; in st_int_ioctl()
2708 cmd[0] = SPACE; in st_int_ioctl()
2720 cmd[0] = SPACE; in st_int_ioctl()
2732 cmd[0] = SPACE; in st_int_ioctl()
2814 cmd[0] = SPACE; in st_int_ioctl()
Dips.c3501 case SPACE: in ips_send_cmd()
3907 case SPACE: in ips_chkstatus()
Dosst.c4133 cmd[0] = SPACE; in osst_int_ioctl()
4149 cmd[0] = SPACE; in osst_int_ioctl()
/linux-4.1.27/lib/
Dvsprintf.c354 #define SPACE 8 /* space if plus */ macro
416 } else if (spec.flags & SPACE) { in number()
1678 case ' ': spec->flags |= SPACE; break; in format_decode()
/linux-4.1.27/Documentation/
Dsvga.txt43 bootup. It displays a "Press <RETURN> to see video modes available, <SPACE>
45 menu, if you press <SPACE> or wait 30 seconds, the kernel will boot up in
/linux-4.1.27/drivers/usb/image/
Dmicrotek.c241 case SPACE: what = "SPACE"; break; in mts_show_command()
/linux-4.1.27/Documentation/filesystems/caching/
Dfscache.txt59 | KERNEL SPACE | |
61 | USER SPACE | |
/linux-4.1.27/Documentation/frv/
Dmmu-layout.txt185 USER SPACE LAYOUT
/linux-4.1.27/drivers/input/misc/
Dad714x.c68 enum ad714x_device_state { IDLE, JITTER, ACTIVE, SPACE }; enumerator
/linux-4.1.27/drivers/ide/
Dide-tape.c913 pc->c[0] = SPACE; in idetape_create_space_cmd()
/linux-4.1.27/Documentation/input/
Datarikbd.txt662 39 SPACE BAR
/linux-4.1.27/drivers/usb/gadget/legacy/
Dtcm_usb_gadget.c951 case SPACE: in get_cmd_dir()
/linux-4.1.27/drivers/staging/rts5208/
Drtsx_scsi.c74 case SPACE: in scsi_show_command()
/linux-4.1.27/Documentation/laptops/
Dthinkpad-acpi.txt463 0x1014 0x13 FN+SPACE Zoom key
/linux-4.1.27/
DMAINTAINERS363 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)