/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/accessibility/speakup/ |
D | main.c | 43 #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 …]
|
D | varhandlers.c | 297 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()
|
D | keyhelp.c | 116 char start = SPACE; in help_init() 142 if (ch == SPACE) { in spk_handle_help()
|
D | spk_priv.h | 20 #define SPACE 0x20 macro
|
D | speakup_apollo.c | 171 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) { in do_catch_up()
|
D | speakup_decext.c | 194 } else if (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_acntpc.c | 217 if (time_after_eq(jiffies, jiff_max) && ch == SPACE) { in do_catch_up()
|
D | speakup_dectlk.c | 271 } 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 | speakup_decpc.c | 412 } else if (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 | 444 #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/ |
D | vsprintf.c | 146 #define SPACE 8 /* space if plus */ macro 166 flags |= SPACE; in get_flags() 237 if (flags & SPACE) in get_sign()
|
/drivers/usb/storage/ |
D | debug.c | 57 case SPACE: what = "SPACE"; break; in usb_stor_show_command()
|
/drivers/scsi/ |
D | st.c | 733 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()
|
D | ips.c | 3485 case SPACE: in ips_send_cmd() 3892 case SPACE: in ips_chkstatus()
|
/drivers/usb/image/ |
D | microtek.c | 242 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/usb/gadget/function/ |
D | f_tcm.c | 941 case SPACE: in get_cmd_dir()
|
/drivers/staging/rts5208/ |
D | rtsx_scsi.c | 63 case SPACE: in scsi_show_command()
|