/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_scan.l | 71 SPACE [ \t]+ 260 #include{SPACE} { 285 #define{SPACE} { 289 <MACRODEF>{WORD}{SPACE} { 319 <MACROARGLIST>{SPACE} ; 334 <MACROCALLARGS>{SPACE} ;
|
D | aicasm_macro_scan.l | 69 SPACE [ \t]+ 79 <ARGLIST>{SPACE} ;
|
/drivers/staging/speakup/ |
D | main.c | 43 #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 …]
|
D | varhandlers.c | 291 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()
|
D | keyhelp.c | 116 char start = SPACE; in help_init() 142 if (ch == SPACE) { in spk_handle_help()
|
D | spk_priv.h | 22 #define SPACE 0x20 macro
|
D | speakup_decext.c | 190 } else if (ch <= SPACE) { in do_catch_up()
|
D | speakup_apollo.c | 171 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
|
D | speakup_keypc.c | 221 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
|
D | speakup_dectlk.c | 258 } else if (ch <= SPACE) { in do_catch_up()
|
D | speakup_acntpc.c | 217 if (time_after_eq(jiffies, jiff_max) && ch == SPACE) { in do_catch_up()
|
D | speakup_decpc.c | 408 } else if (ch <= SPACE) { in do_catch_up()
|
D | speakup_dtlk.c | 224 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
|
D | synth.c | 104 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in _spk_do_catch_up()
|
D | kobjects.c | 254 *cp++ = (i < nstates) ? SPACE : '\n'; in keymap_show()
|
/drivers/pcmcia/ |
D | cistpl.c | 443 #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/ |
D | debug.c | 58 case SPACE: what = "SPACE"; break; in usb_stor_show_command()
|
/drivers/scsi/ |
D | st.c | 732 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()
|
D | ips.c | 3481 case SPACE: in ips_send_cmd() 3888 case SPACE: in ips_chkstatus()
|
/drivers/usb/image/ |
D | microtek.c | 238 case SPACE: what = "SPACE"; break; in mts_show_command()
|
/drivers/input/misc/ |
D | ad714x.c | 67 enum ad714x_device_state { IDLE, JITTER, ACTIVE, SPACE }; enumerator
|
/drivers/ide/ |
D | ide-tape.c | 915 pc->c[0] = SPACE; in idetape_create_space_cmd()
|
/drivers/usb/gadget/function/ |
D | f_tcm.c | 938 case SPACE: in get_cmd_dir()
|
/drivers/staging/rts5208/ |
D | rtsx_scsi.c | 63 case SPACE: in scsi_show_command()
|