MAX_LEDS          544 drivers/hid/hid-sony.c 	struct led_classdev *leds[MAX_LEDS];
MAX_LEDS          568 drivers/hid/hid-sony.c 	u8 led_state[MAX_LEDS];
MAX_LEDS          569 drivers/hid/hid-sony.c 	u8 led_delay_on[MAX_LEDS];
MAX_LEDS          570 drivers/hid/hid-sony.c 	u8 led_delay_off[MAX_LEDS];
MAX_LEDS         1790 drivers/hid/hid-sony.c 	BUILD_BUG_ON(MAX_LEDS < ARRAY_SIZE(sixaxis_leds[0]));
MAX_LEDS         1814 drivers/hid/hid-sony.c 	BUILD_BUG_ON(MAX_LEDS < ARRAY_SIZE(color_code[0]));
MAX_LEDS         1832 drivers/hid/hid-sony.c 	BUILD_BUG_ON(MAX_LEDS < 4);
MAX_LEDS         1976 drivers/hid/hid-sony.c 	u8 max_brightness[MAX_LEDS] = { [0 ... (MAX_LEDS - 1)] = 1 };
MAX_LEDS         1977 drivers/hid/hid-sony.c 	u8 use_hw_blink[MAX_LEDS] = { 0 };
MAX_LEDS          409 drivers/net/phy/mscc.c 	u32 leds_mode[MAX_LEDS];