Searched refs:S1 (Results 1 – 3 of 3) sorted by relevance
/drivers/block/drbd/ |
D | drbd_state.h | 40 #define NS2(T1, S1, T2, S2) \ argument 43 ({ union drbd_state val; val.i = 0; val.T1 = (S1); \ 45 #define NS3(T1, S1, T2, S2, T3, S3) \ argument 48 ({ union drbd_state val; val.i = 0; val.T1 = (S1); \ 53 #define _NS2(D, T1, S1, T2, S2) \ argument 54 D, ({ union drbd_state __ns; __ns = drbd_read_state(D); __ns.T1 = (S1); \ 56 #define _NS3(D, T1, S1, T2, S2, T3, S3) \ argument 57 D, ({ union drbd_state __ns; __ns = drbd_read_state(D); __ns.T1 = (S1); \
|
/drivers/hid/ |
D | Kconfig | 817 tristate "Steelseries SRW-S1 steering wheel support" 820 Support for Steelseries SRW-S1 steering wheel
|
/drivers/input/misc/ |
D | Kconfig | 629 Say Y here if you want support for the S1 button built into
|