Home
last modified time | relevance | path

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

12

/linux/drivers/platform/x86/lenovo/
H A Dwmi-hotkey-utilities.c67 led_arg.id = brightness == LED_ON ? MIC_MUTE_LED_ON : MIC_MUTE_LED_OFF; in lsh_wmi_mute_led_set()
70 led_arg.id = brightness == LED_ON ? AUDIO_MUTE_LED_ON : AUDIO_MUTE_LED_OFF; in lsh_wmi_mute_led_set()
164 wpriv->cdev[led_type].max_brightness = LED_ON; in lenovo_super_hotkey_wmi_led_init()
/linux/drivers/input/keyboard/
H A Dtm2-touchkey.c281 touchkey->led_dev.brightness = LED_ON; in tm2_touchkey_probe()
282 touchkey->led_dev.max_brightness = LED_ON; in tm2_touchkey_probe()
294 tm2_touchkey_led_brightness_set(&touchkey->led_dev, LED_ON); in tm2_touchkey_probe()
/linux/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx.h69 #define LED_ON 1 macro
H A Dstv06xx_vv6410.c136 err = stv06xx_write_bridge(sd, STV_LED_CTRL, LED_ON); in vv6410_start()
/linux/drivers/pci/hotplug/
H A Drpaphp.h26 #define LED_ON 1 /* continuous on */ macro
/linux/drivers/hid/
H A Dhid-bigbenff.c350 return (bigben->led_state & BIT(n)) ? LED_ON : LED_OFF; in bigben_get_led()
440 led->brightness = (n == 0) ? LED_ON : LED_OFF; in bigben_probe()
H A Dhid-u2fzero.c247 dev->ldev.max_brightness = LED_ON; in u2fzero_init_led()
H A Dhid-elan.c454 mute_led->max_brightness = LED_ON; in elan_init_mute_led()
/linux/drivers/scsi/mvsas/
H A Dmv_94xx.h279 LED_ON = 1, enumerator
/linux/drivers/net/dsa/realtek/
H A Drtl8366rb-leds.c82 return rb8366rb_set_port_led(led, brightness == LED_ON); in rtl8366rb_cled_brightness_set_blocking()
/linux/drivers/leds/
H A Dleds-cpcap.c128 brightness = cpcap_led_val(value, LED_ON); in cpcap_led_set()
H A Dleds-el15203000.c257 led->ldev.max_brightness = LED_ON; in el15203000_probe_dt()
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-mdm9615-wp8548-mangoh-green.dts123 * - 3: LED_ON (out active high)
/linux/drivers/platform/x86/
H A Dsilicom-platform.c173 return silicom_mec_port_get(channel) ? LED_OFF : LED_ON; in silicom_mec_led_get()
209 brightness = LED_ON; in silicom_mec_led_mc_brightness_get()
H A Dlg-laptop.c579 return ggov(GOV_TLED) > 0 ? LED_ON : LED_OFF; in tpad_led_get()
/linux/include/linux/
H A Dleds.h35 LED_ON = 1, enumerator
/linux/drivers/scsi/
H A Dnsp32.h309 # define LED_ON (0) macro
H A Dnsp32.c775 nsp32_index_write1(base, EXT_PORT, LED_ON); /* PCI LED on */ in nsp32_arbitration()
/linux/drivers/platform/arm64/
H A Dlenovo-thinkpad-t14s.c371 return !!(val & led_bit) ? LED_ON : LED_OFF; in t14s_audio_led_get()
/linux/drivers/input/touchscreen/
H A Dstmfts.c610 sdata->led_cdev.max_brightness = LED_ON; in stmfts_enable_led()
/linux/sound/core/
H A Dcontrol_led.c181 led_trigger_event(trig, route ? LED_OFF : LED_ON); in snd_ctl_led_set_state()
/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A D8192e.c1709 } else if (brightness == LED_ON) { in rtl8192eu_led_brightness_set()
H A D8723b.c1700 else if (brightness == LED_ON) in rtl8723bu_led_brightness_set()
H A D8192f.c2020 } else if (brightness == LED_ON) { in rtl8192fu_led_brightness_set()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-pci563 To manipulate the indications, write 0 (LED_OFF) or 1 (LED_ON)

12