Home
last modified time | relevance | path

Searched refs:LED_ON (Results 1 – 17 of 17) sorted by relevance

/drivers/input/keyboard/
Dtm2-touchkey.c267 touchkey->led_dev.brightness = LED_ON; in tm2_touchkey_probe()
268 touchkey->led_dev.max_brightness = LED_ON; in tm2_touchkey_probe()
280 tm2_touchkey_led_brightness_set(&touchkey->led_dev, LED_ON); in tm2_touchkey_probe()
/drivers/hid/
Dhid-bigbenff.c291 return (bigben->led_state & BIT(n)) ? LED_ON : LED_OFF; in bigben_get_led()
365 led->brightness = (n == 0) ? LED_ON : LED_OFF; in bigben_probe()
Dhid-u2fzero.c222 dev->ldev.max_brightness = LED_ON; in u2fzero_init_led()
Dhid-elan.c462 mute_led->max_brightness = LED_ON; in elan_init_mute_led()
/drivers/media/usb/gspca/stv06xx/
Dstv06xx.h69 #define LED_ON 1 macro
Dstv06xx_vv6410.c136 err = stv06xx_write_bridge(sd, STV_LED_CTRL, LED_ON); in vv6410_start()
/drivers/block/
Dumem.h40 #define LED_ON 0x01 macro
Dumem.c271 set_led(card, LED_REMOVE, LED_ON); in mm_start_io()
657 set_led(card, LED_FAULT, LED_ON); in set_fault_to_battery_status()
/drivers/pci/hotplug/
Drpaphp.h26 #define LED_ON 1 /* continuous on */ macro
/drivers/leds/
Dleds-apu.c80 { "apu:green:1", LED_ON, APU1_FCH_GPIO_BASE + 0 * APU1_IOSIZE },
Dleds-cpcap.c128 brightness = cpcap_led_val(value, LED_ON); in cpcap_led_set()
Dleds-mlxreg.c235 led_cdev->max_brightness = LED_ON; in mlxreg_led_config()
/drivers/scsi/mvsas/
Dmv_94xx.h279 LED_ON = 1, enumerator
/drivers/scsi/
Dnsp32.h309 # define LED_ON (0) macro
Dnsp32.c766 nsp32_index_write1(base, EXT_PORT, LED_ON); /* PCI LED on */ in nsp32_arbitration()
/drivers/platform/x86/
Dlg-laptop.c531 return ggov(GOV_TLED) > 0 ? LED_ON : LED_OFF; in tpad_led_get()
/drivers/input/touchscreen/
Dstmfts.c611 sdata->led_cdev.max_brightness = LED_ON; in stmfts_enable_led()