Home
last modified time | relevance | path

Searched refs:ssw (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/accessibility/speakup/
H A Dselection.c27 struct speakup_selection_work *ssw = in __speakup_set_selection() local
33 sel = ssw->sel; in __speakup_set_selection()
39 tty = xchg(&ssw->tty, NULL); in __speakup_set_selection()
108 struct speakup_selection_work *ssw = in __speakup_paste_selection() local
110 struct tty_struct *tty = xchg(&ssw->tty, NULL); in __speakup_paste_selection()
/linux/arch/m68k/include/asm/
H A Dtraps.h221 unsigned short ssw; /* special status word */ member
242 unsigned short ssw; /* special status word */ member
252 unsigned short ssw; /* special status word */ member
/linux/drivers/block/drbd/
H A Ddrbd_state.c1270 enum sanitize_state_warnings ssw; in _drbd_set_state() local
1276 ns = sanitize_state(device, os, ns, &ssw); in _drbd_set_state()
1305 print_sanitize_warnings(device, ssw); in _drbd_set_state()