Searched refs:SPACE (Results 1 – 25 of 26) sorted by relevance
12
/drivers/staging/speakup/ |
D | main.c | 58 #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 …]
|
D | varhandlers.c | 287 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()
|
D | keyhelp.c | 126 char start = SPACE; in help_init() 149 if (ch == SPACE) { in handle_help()
|
D | spk_priv.h | 35 #define SPACE 0x20 macro
|
D | speakup_apollo.c | 182 if ((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 ((jiffies >= jiff_max) && (ch == SPACE)) { in do_catch_up()
|
D | speakup_dectlk.c | 267 else if (ch <= SPACE) { in do_catch_up()
|
D | speakup_acntpc.c | 226 if (jiffies >= jiff_max && ch == SPACE) { in do_catch_up()
|
D | speakup_decpc.c | 415 else if (ch <= SPACE) { in do_catch_up()
|
D | speakup_dtlk.c | 233 if ((jiffies >= jiff_max) && (ch == SPACE)) { in do_catch_up()
|
D | synth.c | 113 if ((jiffies >= jiff_max) && (ch == SPACE)) { in spk_do_catch_up()
|
D | kobjects.c | 246 *cp++ = (i < nstates) ? SPACE : '\n'; in keymap_show()
|
/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_scan.l | 75 SPACE [ \t]+ 264 #include{SPACE} { 289 #define{SPACE} { 293 <MACRODEF>{WORD}{SPACE} { 323 <MACROARGLIST>{SPACE} ; 338 <MACROCALLARGS>{SPACE} ;
|
D | aicasm_macro_scan.l | 73 SPACE [ \t]+ 83 <ARGLIST>{SPACE} ;
|
/drivers/pcmcia/ |
D | cistpl.c | 444 #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/ |
D | debug.c | 71 case SPACE: what = "SPACE"; break; in usb_stor_show_command()
|
/drivers/scsi/ |
D | st.c | 660 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()
|
D | ips.c | 3573 case SPACE: in ips_send_cmd() 3979 case SPACE: in ips_chkstatus()
|
D | osst.c | 4132 cmd[0] = SPACE; in osst_int_ioctl() 4148 cmd[0] = SPACE; in osst_int_ioctl()
|
/drivers/usb/image/ |
D | microtek.c | 242 case SPACE: what = "SPACE"; break; in mts_show_command()
|
/drivers/input/misc/ |
D | ad714x.c | 69 enum ad714x_device_state { IDLE, JITTER, ACTIVE, SPACE }; enumerator
|
/drivers/ide/ |
D | ide-tape.c | 913 pc->c[0] = SPACE; in idetape_create_space_cmd()
|
/drivers/staging/rts5139/ |
D | rts51x_scsi.c | 87 case SPACE: in scsi_show_command()
|
/drivers/staging/rts_pstor/ |
D | rtsx_scsi.c | 55 case SPACE: what = "SPACE"; break; in scsi_show_command()
|
12