Home
last modified time | relevance | path

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

/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/staging/speakup/
Dmain.c56 #define MINECHOCHAR SPACE
448 synth_buffer_add(SPACE); in speak_char()
461 synth_buffer_add(SPACE); in speak_char()
555 if (spk_say_word_ctl && ch == SPACE) { in get_word()
560 && (ch == SPACE || ch == 0 || IS_WDLM(ch)) in get_word()
562 SPACE)) { in get_word()
568 if ((ch == SPACE || ch == 0 || IS_WDLM(ch)) in get_word()
570 SPACE)) in get_word()
581 if ((ch == SPACE) || ch == 0 in get_word()
582 || (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 ((jiffies >= jiff_max) && (ch == SPACE)) { in do_catch_up()
Dspeakup_dectlk.c269 else if (ch <= SPACE) { in do_catch_up()
Dspeakup_acntpc.c228 if (time_after_eq(jiffies, jiff_max) && ch == SPACE) { in do_catch_up()
Dspeakup_decpc.c420 else if (ch <= SPACE) { in do_catch_up()
Dspeakup_dtlk.c234 if ((jiffies >= jiff_max) && (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()
/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.c74 case SPACE: what = "SPACE"; break; in usb_stor_show_command()
/drivers/scsi/
Dst.c666 cmd[0] = SPACE; in cross_eof()
2662 cmd[0] = SPACE; in st_int_ioctl()
2676 cmd[0] = SPACE; in st_int_ioctl()
2689 cmd[0] = SPACE; in st_int_ioctl()
2700 cmd[0] = SPACE; in st_int_ioctl()
2712 cmd[0] = SPACE; in st_int_ioctl()
2724 cmd[0] = SPACE; in st_int_ioctl()
2806 cmd[0] = SPACE; in st_int_ioctl()
Dips.c3498 case SPACE: in ips_send_cmd()
3904 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.c241 case SPACE: what = "SPACE"; break; in mts_show_command()
/drivers/input/misc/
Dad714x.c68 enum ad714x_device_state { IDLE, JITTER, ACTIVE, SPACE }; enumerator
/drivers/ide/
Dide-tape.c913 pc->c[0] = SPACE; in idetape_create_space_cmd()
/drivers/usb/gadget/legacy/
Dtcm_usb_gadget.c951 case SPACE: in get_cmd_dir()
/drivers/staging/rts5208/
Drtsx_scsi.c78 case SPACE: in scsi_show_command()