Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/input/keyboard/
Dtm2-touchkey.c283 touchkey->led_dev.brightness = LED_ON; in tm2_touchkey_probe()
284 touchkey->led_dev.max_brightness = LED_ON; in tm2_touchkey_probe()
296 tm2_touchkey_led_brightness_set(&touchkey->led_dev, LED_ON); in tm2_touchkey_probe()
/linux-6.1.9/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()
/linux-6.1.9/drivers/leds/flash/
Dleds-sgm3140.c104 bool enable = brightness == LED_ON; in sgm3140_brightness_set()
244 led_cdev->max_brightness = LED_ON; in sgm3140_probe()
/linux-6.1.9/drivers/pci/hotplug/
Drpaphp.h26 #define LED_ON 1 /* continuous on */ macro
/linux-6.1.9/drivers/hid/
Dhid-bigbenff.c301 return (bigben->led_state & BIT(n)) ? LED_ON : LED_OFF; in bigben_get_led()
389 led->brightness = (n == 0) ? LED_ON : LED_OFF; in bigben_probe()
Dhid-u2fzero.c247 dev->ldev.max_brightness = LED_ON; in u2fzero_init_led()
Dhid-elan.c454 mute_led->max_brightness = LED_ON; in elan_init_mute_led()
/linux-6.1.9/drivers/leds/simple/
Dsimatic-ipc-leds.c111 cdev->max_brightness = LED_ON; in simatic_ipc_leds_probe()
/linux-6.1.9/drivers/leds/trigger/
Dledtrig-tty.c125 led_set_brightness_sync(trigger_data->led_cdev, LED_ON); in ledtrig_tty_work()
/linux-6.1.9/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.c236 led_cdev->max_brightness = LED_ON; in mlxreg_led_config()
Dleds-el15203000.c259 led->ldev.max_brightness = LED_ON; in el15203000_probe_dt()
/linux-6.1.9/drivers/scsi/mvsas/
Dmv_94xx.h279 LED_ON = 1, enumerator
/linux-6.1.9/include/linux/
Dleds.h31 LED_ON = 1, enumerator
/linux-6.1.9/drivers/scsi/
Dnsp32.h309 # define LED_ON (0) macro
Dnsp32.c775 nsp32_index_write1(base, EXT_PORT, LED_ON); /* PCI LED on */ in nsp32_arbitration()
/linux-6.1.9/arch/arm/boot/dts/
Dqcom-mdm9615-wp8548-mangoh-green.dts161 * - 3: LED_ON (out active high)
/linux-6.1.9/drivers/platform/x86/
Dlg-laptop.c595 return ggov(GOV_TLED) > 0 ? LED_ON : LED_OFF; in tpad_led_get()
/linux-6.1.9/drivers/input/touchscreen/
Dstmfts.c613 sdata->led_cdev.max_brightness = LED_ON; in stmfts_enable_led()
/linux-6.1.9/sound/core/
Dcontrol_led.c180 ledtrig_audio_set(led->trigger_type, route ? LED_OFF : LED_ON); in snd_ctl_led_set_state()