Searched refs:SPACE (Results 1 - 25 of 32) sorted by last modified time

12

/linux-master/drivers/accessibility/speakup/
H A Dmain.c43 #define MINECHOCHAR SPACE
555 if (spk_say_word_ctl && ch == SPACE) {
560 (ch == SPACE || ch == 0 || (ch < 0x100 && IS_WDLM(ch))) &&
561 get_char(vc, (u_short *)tmp_pos + 1, &temp) > SPACE) {
567 if ((ch == SPACE || ch == 0 ||
569 get_char(vc, (u_short *)tmp_pos, &temp) > SPACE)
581 if (ch == SPACE || ch == 0 ||
583 ch > SPACE))
599 buf[cnt++] = SPACE;
639 if (ch == SPACE || c
[all...]
H A Dsynth.c104 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) {
H A Dkobjects.c254 *cp++ = (i < nstates) ? SPACE : '\n';
H A Dvarhandlers.c298 if (*cp < SPACE)
313 if (*cp > SPACE)
317 if (*cp > SPACE)
H A Dspeakup_keypc.c230 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) {
H A Dspeakup_dtlk.c234 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) {
H A Dspeakup_dectlk.c279 } else if (ch <= SPACE) {
H A Dspeakup_decpc.c423 } else if (ch <= SPACE) {
H A Dspeakup_decext.c203 } else if (ch <= SPACE) {
H A Dspeakup_apollo.c184 if (time_after_eq(jiffies, jiff_max) && (ch == SPACE)) {
H A Dspeakup_acntpc.c226 if (time_after_eq(jiffies, jiff_max) && ch == SPACE) {
/linux-master/drivers/scsi/
H A Dst.c737 cmd[0] = SPACE;
2740 cmd[0] = SPACE;
2755 cmd[0] = SPACE;
2768 cmd[0] = SPACE;
2779 cmd[0] = SPACE;
2791 cmd[0] = SPACE;
2803 cmd[0] = SPACE;
2884 cmd[0] = SPACE;
H A Dips.c3466 case SPACE:
3873 case SPACE:
/linux-master/include/scsi/
H A Dscsi_proto.h32 #define SPACE 0x11 macro
/linux-master/drivers/usb/gadget/function/
H A Df_tcm.c941 case SPACE:
/linux-master/lib/
H A Dvsprintf.c413 #define SPACE 8 /* space if plus */ macro
484 } else if (spec.flags & SPACE) {
2578 case ' ': spec->flags |= SPACE; break;
/linux-master/tools/testing/selftests/kvm/lib/
H A Dguest_sprintf.c29 #define SPACE 8 /* space if plus */ macro
72 } else if (type & SPACE) {
157 flags |= SPACE;
/linux-master/include/trace/events/
H A Dscsi.h28 scsi_opcode_name(SPACE), \
/linux-master/drivers/usb/image/
H A Dmicrotek.c242 case SPACE: what = "SPACE"; break;
/linux-master/drivers/input/misc/
H A Dad714x.c67 enum ad714x_device_state { IDLE, JITTER, ACTIVE, SPACE }; enumerator in enum:ad714x_device_state
/linux-master/arch/alpha/boot/
H A Dstdio.c38 #define SPACE 8 /* space if plus */ macro
65 } else if (type & SPACE) {
141 case ' ': flags |= SPACE; goto repeat;
/linux-master/drivers/usb/storage/
H A Ddebug.c57 case SPACE: what = "SPACE"; break;
/linux-master/drivers/staging/rts5208/
H A Drtsx_scsi.c63 case SPACE:
64 what = "SPACE";
/linux-master/drivers/firmware/efi/libstub/
H A Dvsprintf.c146 #define SPACE 8 /* space if plus */ macro
166 flags |= SPACE;
237 if (flags & SPACE)
/linux-master/drivers/pcmcia/
H A Dcistpl.c444 #define SPACE(f) (((struct tuple_flags *)(&(f)))->space) macro
458 SPACE(tuple->Flags) = HAS_LINK(tuple->Flags) = 1;
487 SPACE(tuple->Flags) = (link[0] == CISTPL_MFC_ATTR);
493 SPACE(tuple->Flags) = LINK_SPACE(tuple->Flags);
498 if (SPACE(tuple->Flags)) {
501 ret = read_cis_cache(s, SPACE(tuple->Flags), ofs, 5, link);
507 remove_cis_cache(s, SPACE(tuple->Flags), ofs, 5);
511 ret = read_cis_cache(s, SPACE(tuple->Flags), ofs, 5, link);
517 remove_cis_cache(s, SPACE(tuple->Flags), ofs, 5);
535 attr = SPACE(tupl
[all...]

Completed in 272 milliseconds

12