Home
last modified time | relevance | path

Searched refs:leds (Results 1 – 25 of 3370) sorted by relevance

12345678910>>...135

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/leds/
H A DMakefile16 obj-$(CONFIG_LEDS_APU) += leds-apu.o
17 obj-$(CONFIG_LEDS_ARIEL) += leds-ariel.o
19 obj-$(CONFIG_LEDS_ASIC3) += leds-asic3.o
20 obj-$(CONFIG_LEDS_AW2013) += leds-aw2013.o
28 obj-$(CONFIG_LEDS_CPCAP) += leds-cpcap.o
31 obj-$(CONFIG_LEDS_FSG) += leds-fsg.o
32 obj-$(CONFIG_LEDS_GPIO) += leds-gpio.o
34 obj-$(CONFIG_LEDS_HP6XX) += leds-hp6xx.o
36 obj-$(CONFIG_LEDS_IP30) += leds-ip30.o
74 obj-$(CONFIG_LEDS_NS2) += leds-ns2.o
[all …]
H A Dleds-mc13783.c32 struct mc13xxx_leds *leds; member
57 struct mc13xxx_leds *leds = led->leds; in mc13xxx_led_set() local
105 return mc13xxx_reg_rmw(leds->master, leds->devtype->ledctrl_base + reg, in mc13xxx_led_set()
187 leds = devm_kzalloc(dev, sizeof(*leds), GFP_KERNEL); in mc13xxx_led_probe()
188 if (!leds) in mc13xxx_led_probe()
191 leds->devtype = devtype; in mc13xxx_led_probe()
192 leds->master = mcdev; in mc13xxx_led_probe()
210 leds->led = devm_kcalloc(dev, leds->num_leds, sizeof(*leds->led), in mc13xxx_led_probe()
212 if (!leds->led) in mc13xxx_led_probe()
242 leds->led[i].id = id; in mc13xxx_led_probe()
[all …]
H A Dleds-mt6323.c281 mutex_lock(&leds->lock); in mt6323_led_set_blink()
315 mutex_lock(&leds->lock); in mt6323_led_set_brightness()
376 leds = devm_kzalloc(dev, sizeof(*leds), GFP_KERNEL); in mt6323_led_probe()
377 if (!leds) in mt6323_led_probe()
381 leds->dev = dev; in mt6323_led_probe()
387 leds->hw = hw; in mt6323_led_probe()
388 mutex_init(&leds->lock); in mt6323_led_probe()
394 dev_err(leds->dev, in mt6323_led_probe()
420 leds->led[reg] = led; in mt6323_led_probe()
428 leds->led[reg]->parent = leds; in mt6323_led_probe()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/leds/
H A DMakefile16 obj-$(CONFIG_LEDS_APU) += leds-apu.o
17 obj-$(CONFIG_LEDS_ARIEL) += leds-ariel.o
19 obj-$(CONFIG_LEDS_ASIC3) += leds-asic3.o
20 obj-$(CONFIG_LEDS_AW2013) += leds-aw2013.o
28 obj-$(CONFIG_LEDS_CPCAP) += leds-cpcap.o
31 obj-$(CONFIG_LEDS_FSG) += leds-fsg.o
32 obj-$(CONFIG_LEDS_GPIO) += leds-gpio.o
34 obj-$(CONFIG_LEDS_HP6XX) += leds-hp6xx.o
36 obj-$(CONFIG_LEDS_IP30) += leds-ip30.o
74 obj-$(CONFIG_LEDS_NS2) += leds-ns2.o
[all …]
H A Dleds-mc13783.c32 struct mc13xxx_leds *leds; member
57 struct mc13xxx_leds *leds = led->leds; in mc13xxx_led_set() local
105 return mc13xxx_reg_rmw(leds->master, leds->devtype->ledctrl_base + reg, in mc13xxx_led_set()
187 leds = devm_kzalloc(dev, sizeof(*leds), GFP_KERNEL); in mc13xxx_led_probe()
188 if (!leds) in mc13xxx_led_probe()
191 leds->devtype = devtype; in mc13xxx_led_probe()
192 leds->master = mcdev; in mc13xxx_led_probe()
210 leds->led = devm_kcalloc(dev, leds->num_leds, sizeof(*leds->led), in mc13xxx_led_probe()
212 if (!leds->led) in mc13xxx_led_probe()
242 leds->led[i].id = id; in mc13xxx_led_probe()
[all …]
H A Dleds-mt6323.c281 mutex_lock(&leds->lock); in mt6323_led_set_blink()
315 mutex_lock(&leds->lock); in mt6323_led_set_brightness()
376 leds = devm_kzalloc(dev, sizeof(*leds), GFP_KERNEL); in mt6323_led_probe()
377 if (!leds) in mt6323_led_probe()
381 leds->dev = dev; in mt6323_led_probe()
387 leds->hw = hw; in mt6323_led_probe()
388 mutex_init(&leds->lock); in mt6323_led_probe()
394 dev_err(leds->dev, in mt6323_led_probe()
420 leds->led[reg] = led; in mt6323_led_probe()
428 leds->led[reg]->parent = leds; in mt6323_led_probe()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/leds/
H A DMakefile16 obj-$(CONFIG_LEDS_APU) += leds-apu.o
17 obj-$(CONFIG_LEDS_ARIEL) += leds-ariel.o
19 obj-$(CONFIG_LEDS_ASIC3) += leds-asic3.o
20 obj-$(CONFIG_LEDS_AW2013) += leds-aw2013.o
28 obj-$(CONFIG_LEDS_CPCAP) += leds-cpcap.o
31 obj-$(CONFIG_LEDS_FSG) += leds-fsg.o
32 obj-$(CONFIG_LEDS_GPIO) += leds-gpio.o
34 obj-$(CONFIG_LEDS_HP6XX) += leds-hp6xx.o
36 obj-$(CONFIG_LEDS_IP30) += leds-ip30.o
74 obj-$(CONFIG_LEDS_NS2) += leds-ns2.o
[all …]
H A Dleds-mc13783.c32 struct mc13xxx_leds *leds; member
57 struct mc13xxx_leds *leds = led->leds; in mc13xxx_led_set() local
105 return mc13xxx_reg_rmw(leds->master, leds->devtype->ledctrl_base + reg, in mc13xxx_led_set()
187 leds = devm_kzalloc(dev, sizeof(*leds), GFP_KERNEL); in mc13xxx_led_probe()
188 if (!leds) in mc13xxx_led_probe()
191 leds->devtype = devtype; in mc13xxx_led_probe()
192 leds->master = mcdev; in mc13xxx_led_probe()
210 leds->led = devm_kcalloc(dev, leds->num_leds, sizeof(*leds->led), in mc13xxx_led_probe()
212 if (!leds->led) in mc13xxx_led_probe()
242 leds->led[i].id = id; in mc13xxx_led_probe()
[all …]
H A Dleds-mt6323.c281 mutex_lock(&leds->lock); in mt6323_led_set_blink()
315 mutex_lock(&leds->lock); in mt6323_led_set_brightness()
376 leds = devm_kzalloc(dev, sizeof(*leds), GFP_KERNEL); in mt6323_led_probe()
377 if (!leds) in mt6323_led_probe()
381 leds->dev = dev; in mt6323_led_probe()
387 leds->hw = hw; in mt6323_led_probe()
388 mutex_init(&leds->lock); in mt6323_led_probe()
394 dev_err(leds->dev, in mt6323_led_probe()
420 leds->led[reg] = led; in mt6323_led_probe()
428 leds->led[reg]->parent = leds; in mt6323_led_probe()
[all …]
/dports/cad/yosys/yosys-yosys-0.12/examples/gowin/
H A Dtestbench.v9 wire [15:0] leds; net
14 $monitor("%b", leds);
20 .\leds[0] (leds[0]),
21 .\leds[1] (leds[1]),
22 .\leds[2] (leds[2]),
23 .\leds[3] (leds[3]),
24 .\leds[4] (leds[4]),
25 .\leds[5] (leds[5]),
26 .\leds[6] (leds[6]),
27 .\leds[7] (leds[7]),
[all …]
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/EVK1105/
H A Dled.c107 LED_State = leds; in LED_Display()
116 if (leds & 1) in LED_Display()
126 leds >>= 1; in LED_Display()
158 if (leds & 1) in LED_Display_Mask()
168 leds >>= 1; in LED_Display_Mask()
180 void LED_Off(U32 leds) in LED_Off() argument
194 while (leds) in LED_Off()
208 void LED_On(U32 leds) in LED_On() argument
222 while (leds) in LED_On()
250 while (leds) in LED_Toggle()
[all …]
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/ARDUINO/
H A Dled.c107 LED_State = leds; in LED_Display()
116 if (leds & 1) in LED_Display()
126 leds >>= 1; in LED_Display()
158 if (leds & 1) in LED_Display_Mask()
168 leds >>= 1; in LED_Display_Mask()
180 void LED_Off(U32 leds) in LED_Off() argument
194 while (leds) in LED_Off()
208 void LED_On(U32 leds) in LED_On() argument
222 while (leds) in LED_On()
250 while (leds) in LED_Toggle()
[all …]
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/ARDUINO/
H A Dled.c107 LED_State = leds; in LED_Display()
116 if (leds & 1) in LED_Display()
126 leds >>= 1; in LED_Display()
158 if (leds & 1) in LED_Display_Mask()
168 leds >>= 1; in LED_Display_Mask()
180 void LED_Off(U32 leds) in LED_Off() argument
194 while (leds) in LED_Off()
208 void LED_On(U32 leds) in LED_On() argument
222 while (leds) in LED_On()
250 while (leds) in LED_Toggle()
[all …]
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/EVK1105/
H A Dled.c107 LED_State = leds; in LED_Display()
116 if (leds & 1) in LED_Display()
126 leds >>= 1; in LED_Display()
158 if (leds & 1) in LED_Display_Mask()
168 leds >>= 1; in LED_Display_Mask()
180 void LED_Off(U32 leds) in LED_Off() argument
194 while (leds) in LED_Off()
208 void LED_On(U32 leds) in LED_On() argument
222 while (leds) in LED_On()
250 while (leds) in LED_Toggle()
[all …]
/dports/devel/arduino-core/Arduino-b439a77/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/ARDUINO/
H A Dled.c107 LED_State = leds; in LED_Display()
116 if (leds & 1) in LED_Display()
126 leds >>= 1; in LED_Display()
158 if (leds & 1) in LED_Display_Mask()
168 leds >>= 1; in LED_Display_Mask()
180 void LED_Off(U32 leds) in LED_Off() argument
194 while (leds) in LED_Off()
208 void LED_On(U32 leds) in LED_On() argument
222 while (leds) in LED_On()
250 while (leds) in LED_Toggle()
[all …]
/dports/devel/arduino-core/Arduino-b439a77/libraries/WiFi/extras/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/EVK1105/
H A Dled.c107 LED_State = leds; in LED_Display()
116 if (leds & 1) in LED_Display()
126 leds >>= 1; in LED_Display()
158 if (leds & 1) in LED_Display_Mask()
168 leds >>= 1; in LED_Display_Mask()
180 void LED_Off(U32 leds) in LED_Off() argument
194 while (leds) in LED_Off()
208 void LED_On(U32 leds) in LED_On() argument
222 while (leds) in LED_On()
250 while (leds) in LED_Toggle()
[all …]
/dports/devel/arduino-core/Arduino-b439a77/libraries/WiFi/extras/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/ARDUINO/
H A Dled.c107 LED_State = leds; in LED_Display()
116 if (leds & 1) in LED_Display()
126 leds >>= 1; in LED_Display()
158 if (leds & 1) in LED_Display_Mask()
168 leds >>= 1; in LED_Display_Mask()
180 void LED_Off(U32 leds) in LED_Off() argument
194 while (leds) in LED_Off()
208 void LED_On(U32 leds) in LED_On() argument
222 while (leds) in LED_On()
250 while (leds) in LED_Toggle()
[all …]
/dports/devel/arduino-core/Arduino-b439a77/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/EVK1105/
H A Dled.c107 LED_State = leds; in LED_Display()
116 if (leds & 1) in LED_Display()
126 leds >>= 1; in LED_Display()
158 if (leds & 1) in LED_Display_Mask()
168 leds >>= 1; in LED_Display_Mask()
180 void LED_Off(U32 leds) in LED_Off() argument
194 while (leds) in LED_Off()
208 void LED_On(U32 leds) in LED_On() argument
222 while (leds) in LED_On()
250 while (leds) in LED_Toggle()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/input/
H A Dinput-leds.c47 struct input_led leds[]; member
87 struct input_leds *leds; in input_leds_connect() local
98 leds = kzalloc(struct_size(leds, leds, num_leds), GFP_KERNEL); in input_leds_connect()
99 if (!leds) in input_leds_connect()
104 leds->handle.dev = dev; in input_leds_connect()
107 leds->handle.private = leds; in input_leds_connect()
122 led = &leds->leds[led_no]; in input_leds_connect()
154 struct input_led *led = &leds->leds[led_no]; in input_leds_connect()
166 kfree(leds); in input_leds_connect()
176 struct input_led *led = &leds->leds[i]; in input_leds_disconnect()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/input/
H A Dinput-leds.c47 struct input_led leds[]; member
87 struct input_leds *leds; in input_leds_connect() local
98 leds = kzalloc(struct_size(leds, leds, num_leds), GFP_KERNEL); in input_leds_connect()
99 if (!leds) in input_leds_connect()
104 leds->handle.dev = dev; in input_leds_connect()
107 leds->handle.private = leds; in input_leds_connect()
122 led = &leds->leds[led_no]; in input_leds_connect()
154 struct input_led *led = &leds->leds[led_no]; in input_leds_connect()
166 kfree(leds); in input_leds_connect()
176 struct input_led *led = &leds->leds[i]; in input_leds_disconnect()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/input/
H A Dinput-leds.c47 struct input_led leds[]; member
87 struct input_leds *leds; in input_leds_connect() local
98 leds = kzalloc(struct_size(leds, leds, num_leds), GFP_KERNEL); in input_leds_connect()
99 if (!leds) in input_leds_connect()
104 leds->handle.dev = dev; in input_leds_connect()
107 leds->handle.private = leds; in input_leds_connect()
122 led = &leds->leds[led_no]; in input_leds_connect()
154 struct input_led *led = &leds->leds[led_no]; in input_leds_connect()
166 kfree(leds); in input_leds_connect()
176 struct input_led *led = &leds->leds[i]; in input_leds_disconnect()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/broadcom/b43/
H A Dleds.c78 struct b43_wl *wl = container_of(leds, struct b43_wl, leds); in b43_leds_work()
102 if (likely(!wl->leds.stop)) { in b43_led_brightness_set()
306 dev->wl->leds.stop = 0; in b43_leds_init()
311 struct b43_leds *leds = &dev->wl->leds; in b43_leds_exit() local
313 b43_led_turn_off(dev, leds->led_tx.index, leds->led_tx.activelow); in b43_leds_exit()
314 b43_led_turn_off(dev, leds->led_rx.index, leds->led_rx.activelow); in b43_leds_exit()
315 b43_led_turn_off(dev, leds->led_assoc.index, leds->led_assoc.activelow); in b43_leds_exit()
316 b43_led_turn_off(dev, leds->led_radio.index, leds->led_radio.activelow); in b43_leds_exit()
321 struct b43_leds *leds = &dev->wl->leds; in b43_leds_stop() local
323 leds->stop = 1; in b43_leds_stop()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/broadcom/b43/
H A Dleds.c78 struct b43_wl *wl = container_of(leds, struct b43_wl, leds); in b43_leds_work()
102 if (likely(!wl->leds.stop)) { in b43_led_brightness_set()
306 dev->wl->leds.stop = 0; in b43_leds_init()
311 struct b43_leds *leds = &dev->wl->leds; in b43_leds_exit() local
313 b43_led_turn_off(dev, leds->led_tx.index, leds->led_tx.activelow); in b43_leds_exit()
314 b43_led_turn_off(dev, leds->led_rx.index, leds->led_rx.activelow); in b43_leds_exit()
315 b43_led_turn_off(dev, leds->led_assoc.index, leds->led_assoc.activelow); in b43_leds_exit()
316 b43_led_turn_off(dev, leds->led_radio.index, leds->led_radio.activelow); in b43_leds_exit()
321 struct b43_leds *leds = &dev->wl->leds; in b43_leds_stop() local
323 leds->stop = 1; in b43_leds_stop()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/broadcom/b43/
H A Dleds.c78 struct b43_wl *wl = container_of(leds, struct b43_wl, leds); in b43_leds_work()
102 if (likely(!wl->leds.stop)) { in b43_led_brightness_set()
306 dev->wl->leds.stop = 0; in b43_leds_init()
311 struct b43_leds *leds = &dev->wl->leds; in b43_leds_exit() local
313 b43_led_turn_off(dev, leds->led_tx.index, leds->led_tx.activelow); in b43_leds_exit()
314 b43_led_turn_off(dev, leds->led_rx.index, leds->led_rx.activelow); in b43_leds_exit()
315 b43_led_turn_off(dev, leds->led_assoc.index, leds->led_assoc.activelow); in b43_leds_exit()
316 b43_led_turn_off(dev, leds->led_radio.index, leds->led_radio.activelow); in b43_leds_exit()
321 struct b43_leds *leds = &dev->wl->leds; in b43_leds_stop() local
323 leds->stop = 1; in b43_leds_stop()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/leds/
H A Dindex.rst10 leds-class
11 leds-class-flash
19 leds-blinkm
21 leds-lm3556
22 leds-lp3944
23 leds-lp5521
24 leds-lp5523
25 leds-lp5562
26 leds-lp55xx
27 leds-mlxcpld
[all …]

12345678910>>...135