Home
last modified time | relevance | path

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

/drivers/scsi/aic7xxx/aicasm/
Daicasm_scan.l71 SPACE [ \t]+
260 #include{SPACE} {
285 #define{SPACE} {
289 <MACRODEF>{WORD}{SPACE} {
319 <MACROARGLIST>{SPACE} ;
334 <MACROCALLARGS>{SPACE} ;
Daicasm_macro_scan.l69 SPACE [ \t]+
79 <ARGLIST>{SPACE} ;
/drivers/staging/speakup/
Dmain.c43 #define MINECHOCHAR SPACE
558 if (spk_say_word_ctl && ch == SPACE) { in get_word()
563 (ch == SPACE || ch == 0 || (ch < 0x100 && IS_WDLM(ch))) && in get_word()
564 get_char(vc, (u_short *)&tmp_pos + 1, &temp) > SPACE) { in get_word()
570 if ((ch == SPACE || ch == 0 || in get_word()
572 get_char(vc, (u_short *)tmp_pos, &temp) > SPACE) in get_word()
584 if (ch == SPACE || ch == 0 || in get_word()
586 ch > SPACE)) in get_word()
602 buf[cnt++] = SPACE; in say_word()
641 if (ch == SPACE || ch == 0) in say_prev_word()
[all …]
Dvarhandlers.c291 if (*cp < SPACE) in spk_set_mask_bits()
306 if (*cp > SPACE) in spk_set_mask_bits()
310 if (*cp > SPACE) in spk_set_mask_bits()
Dkeyhelp.c116 char start = SPACE; in help_init()
142 if (ch == SPACE) { in spk_handle_help()
Dspk_priv.h22 #define SPACE 0x20 macro
Dspeakup_decext.c190 } else if (ch <= SPACE) { in do_catch_up()
Dspeakup_apollo.c171 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
Dspeakup_keypc.c221 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
Dspeakup_dectlk.c258 } else if (ch <= SPACE) { in do_catch_up()
Dspeakup_acntpc.c217 if (time_after_eq(jiffies, jiff_max) && ch == SPACE) { in do_catch_up()
Dspeakup_decpc.c408 } else if (ch <= SPACE) { in do_catch_up()
Dspeakup_dtlk.c224 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
Dsynth.c104 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in _spk_do_catch_up()
Dkobjects.c254 *cp++ = (i < nstates) ? SPACE : '\n'; in keymap_show()
/drivers/pcmcia/
Dcistpl.c443 #define SPACE(f) (((struct tuple_flags *)(&(f)))->space) macro
457 SPACE(tuple->Flags) = HAS_LINK(tuple->Flags) = 1; in pccard_get_first_tuple()
486 SPACE(tuple->Flags) = (link[0] == CISTPL_MFC_ATTR); in follow_link()
492 SPACE(tuple->Flags) = LINK_SPACE(tuple->Flags); in follow_link()
497 if (SPACE(tuple->Flags)) { in follow_link()
500 ret = read_cis_cache(s, SPACE(tuple->Flags), ofs, 5, link); in follow_link()
506 remove_cis_cache(s, SPACE(tuple->Flags), ofs, 5); in follow_link()
510 ret = read_cis_cache(s, SPACE(tuple->Flags), ofs, 5, link); in follow_link()
516 remove_cis_cache(s, SPACE(tuple->Flags), ofs, 5); in follow_link()
534 attr = SPACE(tuple->Flags); in pccard_get_next_tuple()
[all …]
/drivers/usb/storage/
Ddebug.c58 case SPACE: what = "SPACE"; break; in usb_stor_show_command()
/drivers/scsi/
Dst.c732 cmd[0] = SPACE; in cross_eof()
2728 cmd[0] = SPACE; in st_int_ioctl()
2743 cmd[0] = SPACE; in st_int_ioctl()
2756 cmd[0] = SPACE; in st_int_ioctl()
2767 cmd[0] = SPACE; in st_int_ioctl()
2779 cmd[0] = SPACE; in st_int_ioctl()
2791 cmd[0] = SPACE; in st_int_ioctl()
2873 cmd[0] = SPACE; in st_int_ioctl()
Dips.c3481 case SPACE: in ips_send_cmd()
3888 case SPACE: in ips_chkstatus()
/drivers/usb/image/
Dmicrotek.c238 case SPACE: what = "SPACE"; break; in mts_show_command()
/drivers/input/misc/
Dad714x.c67 enum ad714x_device_state { IDLE, JITTER, ACTIVE, SPACE }; enumerator
/drivers/ide/
Dide-tape.c915 pc->c[0] = SPACE; in idetape_create_space_cmd()
/drivers/usb/gadget/function/
Df_tcm.c938 case SPACE: in get_cmd_dir()
/drivers/staging/rts5208/
Drtsx_scsi.c63 case SPACE: in scsi_show_command()