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/accessibility/speakup/
Dmain.c43 #define MINECHOCHAR SPACE
554 if (spk_say_word_ctl && ch == SPACE) { in get_word()
559 (ch == SPACE || ch == 0 || (ch < 0x100 && IS_WDLM(ch))) && in get_word()
560 get_char(vc, (u_short *)tmp_pos + 1, &temp) > SPACE) { in get_word()
566 if ((ch == SPACE || ch == 0 || in get_word()
568 get_char(vc, (u_short *)tmp_pos, &temp) > SPACE) in get_word()
580 if (ch == SPACE || ch == 0 || in get_word()
582 ch > SPACE)) in get_word()
598 buf[cnt++] = SPACE; in say_word()
638 if (ch == SPACE || ch == 0) in say_prev_word()
[all …]
Dvarhandlers.c297 if (*cp < SPACE) in spk_set_mask_bits()
312 if (*cp > SPACE) in spk_set_mask_bits()
316 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.h20 #define SPACE 0x20 macro
Dspeakup_apollo.c171 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
Dspeakup_decext.c194 } else if (ch <= SPACE) { in do_catch_up()
Dspeakup_keypc.c221 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
Dspeakup_acntpc.c217 if (time_after_eq(jiffies, jiff_max) && ch == SPACE) { in do_catch_up()
Dspeakup_dectlk.c271 } else if (ch <= SPACE) { in do_catch_up()
Dspeakup_dtlk.c224 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
Dspeakup_decpc.c412 } else if (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.c444 #define SPACE(f) (((struct 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/firmware/efi/libstub/
Dvsprintf.c146 #define SPACE 8 /* space if plus */ macro
166 flags |= SPACE; in get_flags()
237 if (flags & SPACE) in get_sign()
/drivers/usb/storage/
Ddebug.c57 case SPACE: what = "SPACE"; break; in usb_stor_show_command()
/drivers/scsi/
Dst.c733 cmd[0] = SPACE; in cross_eof()
2727 cmd[0] = SPACE; in st_int_ioctl()
2742 cmd[0] = SPACE; in st_int_ioctl()
2755 cmd[0] = SPACE; in st_int_ioctl()
2766 cmd[0] = SPACE; in st_int_ioctl()
2778 cmd[0] = SPACE; in st_int_ioctl()
2790 cmd[0] = SPACE; in st_int_ioctl()
2871 cmd[0] = SPACE; in st_int_ioctl()
Dips.c3485 case SPACE: in ips_send_cmd()
3892 case SPACE: in ips_chkstatus()
/drivers/usb/image/
Dmicrotek.c242 case SPACE: what = "SPACE"; break; in mts_show_command()
/drivers/input/misc/
Dad714x.c67 enum ad714x_device_state { IDLE, JITTER, ACTIVE, SPACE }; enumerator
/drivers/usb/gadget/function/
Df_tcm.c941 case SPACE: in get_cmd_dir()
/drivers/staging/rts5208/
Drtsx_scsi.c63 case SPACE: in scsi_show_command()