Searched refs:static_brightness (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/input/misc/
H A Dpowermate.c70 int static_brightness; member in struct:powermate_device
167 pm->configcr->wIndex = cpu_to_le16( pm->static_brightness );
204 static void powermate_pulse_led(struct powermate_device *pm, int static_brightness, int pulse_speed, argument
225 if (static_brightness != pm->static_brightness) {
226 pm->static_brightness = static_brightness;
262 int static_brightness = command & 0xFF; // bits 0-7 local
268 powermate_pulse_led(pm, static_brightness, pulse_speed, pulse_table, pulse_asleep, pulse_awake);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/input/misc/
H A Dpowermate.c70 int static_brightness; member in struct:powermate_device
167 pm->configcr->wIndex = cpu_to_le16( pm->static_brightness );
204 static void powermate_pulse_led(struct powermate_device *pm, int static_brightness, int pulse_speed, argument
225 if (static_brightness != pm->static_brightness) {
226 pm->static_brightness = static_brightness;
262 int static_brightness = command & 0xFF; // bits 0-7 local
268 powermate_pulse_led(pm, static_brightness, pulse_speed, pulse_table, pulse_asleep, pulse_awake);

Completed in 69 milliseconds