Searched refs:on_value (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/media/usb/pwc/
H A Dpwc-ctrl.c506 int pwc_set_leds(struct pwc_device *pdev, int on_value, int off_value) pwc_set_leds() argument
512 on_value /= 100; pwc_set_leds()
514 if (on_value < 0) pwc_set_leds()
515 on_value = 0; pwc_set_leds()
516 if (on_value > 0xff) pwc_set_leds()
517 on_value = 0xff; pwc_set_leds()
523 pdev->ctrl_buf[0] = on_value; pwc_set_leds()
H A Dpwc.h369 extern int pwc_set_leds(struct pwc_device *pdev, int on_value, int off_value);
/linux-4.1.27/drivers/platform/x86/
H A Dthinkpad_acpi.c8720 int on_value; member in struct:tp_led_table
8728 .on_value = 1,
8733 .on_value = 2,
8749 state ? t->on_value : t->off_value)) mute_led_on_off()

Completed in 194 milliseconds