Home
last modified time | relevance | path

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

12

/drivers/staging/speakup/
Dmain.c58 #define MINECHOCHAR SPACE
444 synth_buffer_add(SPACE); in speak_char()
457 synth_buffer_add(SPACE); in speak_char()
547 if (say_word_ctl && ch == SPACE) { in get_word()
552 && (ch == SPACE || ch == 0 || IS_WDLM(ch)) in get_word()
554 SPACE)) { in get_word()
560 if ((ch == SPACE || ch == 0 || IS_WDLM(ch)) in get_word()
562 SPACE)) in get_word()
573 if ((ch == SPACE) || ch == 0 in get_word()
574 || (IS_WDLM(buf[cnt - 1]) && (ch > SPACE))) in get_word()
[all …]
Dvarhandlers.c287 if (*cp < SPACE) in set_mask_bits()
301 if (*cp > SPACE) in set_mask_bits()
305 if (*cp > SPACE) in set_mask_bits()
347 while (*start && *start <= SPACE) in s2uchar()
Dkeyhelp.c126 char start = SPACE; in help_init()
149 if (ch == SPACE) { in handle_help()
Dspk_priv.h35 #define SPACE 0x20 macro
Dspeakup_apollo.c182 if ((jiffies >= jiff_max) && (ch == SPACE)) { in do_catch_up()
Dspeakup_decext.c203 else if (ch <= SPACE) { in do_catch_up()
Dspeakup_keypc.c230 if ((jiffies >= jiff_max) && (ch == SPACE)) { in do_catch_up()
Dspeakup_dectlk.c267 else if (ch <= SPACE) { in do_catch_up()
Dspeakup_acntpc.c226 if (jiffies >= jiff_max && ch == SPACE) { in do_catch_up()
Dspeakup_decpc.c415 else if (ch <= SPACE) { in do_catch_up()
Dspeakup_dtlk.c233 if ((jiffies >= jiff_max) && (ch == SPACE)) { in do_catch_up()
Dsynth.c113 if ((jiffies >= jiff_max) && (ch == SPACE)) { in spk_do_catch_up()
Dkobjects.c246 *cp++ = (i < nstates) ? SPACE : '\n'; in keymap_show()
/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} ;
/drivers/pcmcia/
Dcistpl.c444 #define SPACE(f) (((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 …]
/drivers/usb/storage/
Ddebug.c71 case SPACE: what = "SPACE"; break; in usb_stor_show_command()
/drivers/scsi/
Dst.c660 cmd[0] = SPACE; in cross_eof()
2646 cmd[0] = SPACE; in st_int_ioctl()
2660 cmd[0] = SPACE; in st_int_ioctl()
2673 cmd[0] = SPACE; in st_int_ioctl()
2684 cmd[0] = SPACE; in st_int_ioctl()
2696 cmd[0] = SPACE; in st_int_ioctl()
2708 cmd[0] = SPACE; in st_int_ioctl()
2784 cmd[0] = SPACE; in st_int_ioctl()
Dips.c3573 case SPACE: in ips_send_cmd()
3979 case SPACE: in ips_chkstatus()
Dosst.c4132 cmd[0] = SPACE; in osst_int_ioctl()
4148 cmd[0] = SPACE; in osst_int_ioctl()
/drivers/usb/image/
Dmicrotek.c242 case SPACE: what = "SPACE"; break; in mts_show_command()
/drivers/input/misc/
Dad714x.c69 enum ad714x_device_state { IDLE, JITTER, ACTIVE, SPACE }; enumerator
/drivers/ide/
Dide-tape.c913 pc->c[0] = SPACE; in idetape_create_space_cmd()
/drivers/staging/rts5139/
Drts51x_scsi.c87 case SPACE: in scsi_show_command()
/drivers/staging/rts_pstor/
Drtsx_scsi.c55 case SPACE: what = "SPACE"; break; in scsi_show_command()

12