Searched refs:SW_MAX (Results 1 – 6 of 6) sorted by relevance
278 SW_MAX, "SW_???", XT_INDEXED); in bit_ioctl()361 SW_MAX, "SW_???", XT_INDEXED); in evdev_read_ioctl()
896 #define SW_MAX 0x10 macro897 #define SW_CNT (SW_MAX+1)
284 char *switches[SW_MAX + 1] = {285 [0 ... SW_MAX] = NULL,
820 SW_MAX = 0x0f variable821 SW_CNT = (SW_MAX + 1)
722 pub const SW_MAX: u16 = 0x10; constant723 pub const SW_CNT: u16 = SW_MAX + 1;
2611 pub const SW_MAX: ::__u16 = 0x10; constant2612 pub const SW_CNT: usize = SW_MAX as usize + 1;