Home
last modified time | relevance | path

Searched defs:leds (Results 1 – 25 of 1377) sorted by relevance

12345678910>>...56

/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/EVK1105/
H A Dled.c97 void LED_Display(U32 leds) in LED_Display()
137 void LED_Display_Mask(U32 mask, U32 leds) in LED_Display_Mask()
174 Bool LED_Test(U32 leds) in LED_Test()
180 void LED_Off(U32 leds) in LED_Off()
208 void LED_On(U32 leds) in LED_On()
236 void LED_Toggle(U32 leds) in LED_Toggle()
270 void LED_Display_Field(U32 field, U32 leds) in LED_Display_Field()
292 void LED_Set_Intensity(U32 leds, U8 intensity) in LED_Set_Intensity()
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/ARDUINO/
H A Dled.c97 void LED_Display(U32 leds) in LED_Display()
137 void LED_Display_Mask(U32 mask, U32 leds) in LED_Display_Mask()
174 Bool LED_Test(U32 leds) in LED_Test()
180 void LED_Off(U32 leds) in LED_Off()
208 void LED_On(U32 leds) in LED_On()
236 void LED_Toggle(U32 leds) in LED_Toggle()
270 void LED_Display_Field(U32 field, U32 leds) in LED_Display_Field()
292 void LED_Set_Intensity(U32 leds, U8 intensity) in LED_Set_Intensity()
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/ARDUINO/
H A Dled.c97 void LED_Display(U32 leds) in LED_Display()
137 void LED_Display_Mask(U32 mask, U32 leds) in LED_Display_Mask()
174 Bool LED_Test(U32 leds) in LED_Test()
180 void LED_Off(U32 leds) in LED_Off()
208 void LED_On(U32 leds) in LED_On()
236 void LED_Toggle(U32 leds) in LED_Toggle()
270 void LED_Display_Field(U32 field, U32 leds) in LED_Display_Field()
292 void LED_Set_Intensity(U32 leds, U8 intensity) in LED_Set_Intensity()
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/EVK1105/
H A Dled.c97 void LED_Display(U32 leds) in LED_Display()
137 void LED_Display_Mask(U32 mask, U32 leds) in LED_Display_Mask()
174 Bool LED_Test(U32 leds) in LED_Test()
180 void LED_Off(U32 leds) in LED_Off()
208 void LED_On(U32 leds) in LED_On()
236 void LED_Toggle(U32 leds) in LED_Toggle()
270 void LED_Display_Field(U32 field, U32 leds) in LED_Display_Field()
292 void LED_Set_Intensity(U32 leds, U8 intensity) in LED_Set_Intensity()
/dports/devel/arduino-core/Arduino-b439a77/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/ARDUINO/
H A Dled.c97 void LED_Display(U32 leds) in LED_Display()
137 void LED_Display_Mask(U32 mask, U32 leds) in LED_Display_Mask()
174 Bool LED_Test(U32 leds) in LED_Test()
180 void LED_Off(U32 leds) in LED_Off()
208 void LED_On(U32 leds) in LED_On()
236 void LED_Toggle(U32 leds) in LED_Toggle()
270 void LED_Display_Field(U32 field, U32 leds) in LED_Display_Field()
292 void LED_Set_Intensity(U32 leds, U8 intensity) in LED_Set_Intensity()
/dports/devel/arduino-core/Arduino-b439a77/libraries/WiFi/extras/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/EVK1105/
H A Dled.c97 void LED_Display(U32 leds) in LED_Display()
137 void LED_Display_Mask(U32 mask, U32 leds) in LED_Display_Mask()
174 Bool LED_Test(U32 leds) in LED_Test()
180 void LED_Off(U32 leds) in LED_Off()
208 void LED_On(U32 leds) in LED_On()
236 void LED_Toggle(U32 leds) in LED_Toggle()
270 void LED_Display_Field(U32 field, U32 leds) in LED_Display_Field()
292 void LED_Set_Intensity(U32 leds, U8 intensity) in LED_Set_Intensity()
/dports/devel/arduino-core/Arduino-b439a77/libraries/WiFi/extras/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/ARDUINO/
H A Dled.c97 void LED_Display(U32 leds) in LED_Display()
137 void LED_Display_Mask(U32 mask, U32 leds) in LED_Display_Mask()
174 Bool LED_Test(U32 leds) in LED_Test()
180 void LED_Off(U32 leds) in LED_Off()
208 void LED_On(U32 leds) in LED_On()
236 void LED_Toggle(U32 leds) in LED_Toggle()
270 void LED_Display_Field(U32 field, U32 leds) in LED_Display_Field()
292 void LED_Set_Intensity(U32 leds, U8 intensity) in LED_Set_Intensity()
/dports/devel/arduino-core/Arduino-b439a77/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/EVK1105/
H A Dled.c97 void LED_Display(U32 leds) in LED_Display()
137 void LED_Display_Mask(U32 mask, U32 leds) in LED_Display_Mask()
174 Bool LED_Test(U32 leds) in LED_Test()
180 void LED_Off(U32 leds) in LED_Off()
208 void LED_On(U32 leds) in LED_On()
236 void LED_Toggle(U32 leds) in LED_Toggle()
270 void LED_Display_Field(U32 field, U32 leds) in LED_Display_Field()
292 void LED_Set_Intensity(U32 leds, U8 intensity) in LED_Set_Intensity()
/dports/lang/micropython/micropython-1.17/tests/pyb/
H A Dled.py5 leds = [pyb.LED(i) for i in range(1, 5)] variable
8 leds = [pyb.LED(i) for i in range(1, 4)] variable
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libgloss/m68k/
H A Dleds.c44 static unsigned char *leds = (unsigned char *)LED_ADDR; local
69 unsigned char *leds = (unsigned char *)LED_ADDR; in zylons() local
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/m68k/
H A Dleds.c44 static unsigned char *leds = (unsigned char *)LED_ADDR; local
69 unsigned char *leds = (unsigned char *)LED_ADDR; in zylons() local
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libgloss/m68k/
H A Dleds.c44 static unsigned char *leds = (unsigned char *)LED_ADDR; local
69 unsigned char *leds = (unsigned char *)LED_ADDR; in zylons() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/leds/
H A Dleds-mc13783.c32 struct mc13xxx_leds *leds; member
57 struct mc13xxx_leds *leds = led->leds; in mc13xxx_led_set() local
114 struct mc13xxx_leds *leds = platform_get_drvdata(pdev); in mc13xxx_led_probe_dt() local
183 struct mc13xxx_leds *leds; in mc13xxx_led_probe() local
266 struct mc13xxx_leds *leds = platform_get_drvdata(pdev); in mc13xxx_led_remove() local
H A Dleds-mt6323.c111 struct mt6323_leds *leds = led->parent; in mt6323_led_hw_brightness() local
135 struct mt6323_leds *leds = led->parent; in mt6323_led_hw_off() local
160 struct mt6323_leds *leds = led->parent; in mt6323_get_led_hw_brightness() local
191 struct mt6323_leds *leds = led->parent; in mt6323_led_hw_on() local
245 struct mt6323_leds *leds = led->parent; in mt6323_led_set_blink() local
312 struct mt6323_leds *leds = led->parent; in mt6323_led_set_brightness() local
370 struct mt6323_leds *leds; in mt6323_led_probe() local
456 struct mt6323_leds *leds = platform_get_drvdata(pdev); in mt6323_led_remove() local
H A Dleds-sc27xx-bltc.c56 struct sc27xx_led leds[SC27XX_LEDS_MAX]; member
82 static u32 sc27xx_led_get_offset(struct sc27xx_led *leds) in sc27xx_led_get_offset()
87 static int sc27xx_led_enable(struct sc27xx_led *leds, enum led_brightness value) in sc27xx_led_enable()
107 static int sc27xx_led_disable(struct sc27xx_led *leds) in sc27xx_led_disable()
119 struct sc27xx_led *leds = to_sc27xx_led(ldev); in sc27xx_led_set() local
148 struct sc27xx_led *leds = to_sc27xx_led(ldev); in sc27xx_led_pattern_clear() local
175 struct sc27xx_led *leds = to_sc27xx_led(ldev); in sc27xx_led_pattern_set() local
H A Dleds-turris-omnia.c41 struct omnia_led leds[]; member
48 struct omnia_leds *leds = dev_get_drvdata(cdev->dev->parent); in omnia_led_brightness_set_blocking() local
159 struct omnia_leds *leds = i2c_get_clientdata(client); in brightness_show() local
176 struct omnia_leds *leds = i2c_get_clientdata(client); in brightness_store() local
209 struct omnia_leds *leds; in omnia_leds_probe() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/leds/
H A Dleds-mc13783.c32 struct mc13xxx_leds *leds; member
57 struct mc13xxx_leds *leds = led->leds; in mc13xxx_led_set() local
114 struct mc13xxx_leds *leds = platform_get_drvdata(pdev); in mc13xxx_led_probe_dt() local
183 struct mc13xxx_leds *leds; in mc13xxx_led_probe() local
266 struct mc13xxx_leds *leds = platform_get_drvdata(pdev); in mc13xxx_led_remove() local
H A Dleds-mt6323.c111 struct mt6323_leds *leds = led->parent; in mt6323_led_hw_brightness() local
135 struct mt6323_leds *leds = led->parent; in mt6323_led_hw_off() local
160 struct mt6323_leds *leds = led->parent; in mt6323_get_led_hw_brightness() local
191 struct mt6323_leds *leds = led->parent; in mt6323_led_hw_on() local
245 struct mt6323_leds *leds = led->parent; in mt6323_led_set_blink() local
312 struct mt6323_leds *leds = led->parent; in mt6323_led_set_brightness() local
370 struct mt6323_leds *leds; in mt6323_led_probe() local
456 struct mt6323_leds *leds = platform_get_drvdata(pdev); in mt6323_led_remove() local
H A Dleds-sc27xx-bltc.c56 struct sc27xx_led leds[SC27XX_LEDS_MAX]; member
82 static u32 sc27xx_led_get_offset(struct sc27xx_led *leds) in sc27xx_led_get_offset()
87 static int sc27xx_led_enable(struct sc27xx_led *leds, enum led_brightness value) in sc27xx_led_enable()
107 static int sc27xx_led_disable(struct sc27xx_led *leds) in sc27xx_led_disable()
119 struct sc27xx_led *leds = to_sc27xx_led(ldev); in sc27xx_led_set() local
148 struct sc27xx_led *leds = to_sc27xx_led(ldev); in sc27xx_led_pattern_clear() local
175 struct sc27xx_led *leds = to_sc27xx_led(ldev); in sc27xx_led_pattern_set() local
H A Dleds-turris-omnia.c41 struct omnia_led leds[]; member
48 struct omnia_leds *leds = dev_get_drvdata(cdev->dev->parent); in omnia_led_brightness_set_blocking() local
159 struct omnia_leds *leds = i2c_get_clientdata(client); in brightness_show() local
176 struct omnia_leds *leds = i2c_get_clientdata(client); in brightness_store() local
209 struct omnia_leds *leds; in omnia_leds_probe() local
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/leds/
H A Dleds-mc13783.c32 struct mc13xxx_leds *leds; member
57 struct mc13xxx_leds *leds = led->leds; in mc13xxx_led_set() local
114 struct mc13xxx_leds *leds = platform_get_drvdata(pdev); in mc13xxx_led_probe_dt() local
183 struct mc13xxx_leds *leds; in mc13xxx_led_probe() local
266 struct mc13xxx_leds *leds = platform_get_drvdata(pdev); in mc13xxx_led_remove() local
H A Dleds-mt6323.c111 struct mt6323_leds *leds = led->parent; in mt6323_led_hw_brightness() local
135 struct mt6323_leds *leds = led->parent; in mt6323_led_hw_off() local
160 struct mt6323_leds *leds = led->parent; in mt6323_get_led_hw_brightness() local
191 struct mt6323_leds *leds = led->parent; in mt6323_led_hw_on() local
245 struct mt6323_leds *leds = led->parent; in mt6323_led_set_blink() local
312 struct mt6323_leds *leds = led->parent; in mt6323_led_set_brightness() local
370 struct mt6323_leds *leds; in mt6323_led_probe() local
456 struct mt6323_leds *leds = platform_get_drvdata(pdev); in mt6323_led_remove() local
H A Dleds-sc27xx-bltc.c56 struct sc27xx_led leds[SC27XX_LEDS_MAX]; member
82 static u32 sc27xx_led_get_offset(struct sc27xx_led *leds) in sc27xx_led_get_offset()
87 static int sc27xx_led_enable(struct sc27xx_led *leds, enum led_brightness value) in sc27xx_led_enable()
107 static int sc27xx_led_disable(struct sc27xx_led *leds) in sc27xx_led_disable()
119 struct sc27xx_led *leds = to_sc27xx_led(ldev); in sc27xx_led_set() local
148 struct sc27xx_led *leds = to_sc27xx_led(ldev); in sc27xx_led_pattern_clear() local
175 struct sc27xx_led *leds = to_sc27xx_led(ldev); in sc27xx_led_pattern_set() local
H A Dleds-turris-omnia.c41 struct omnia_led leds[]; member
48 struct omnia_leds *leds = dev_get_drvdata(cdev->dev->parent); in omnia_led_brightness_set_blocking() local
159 struct omnia_leds *leds = i2c_get_clientdata(client); in brightness_show() local
176 struct omnia_leds *leds = i2c_get_clientdata(client); in brightness_store() local
209 struct omnia_leds *leds; in omnia_leds_probe() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/broadcom/b43/
H A Dleds.c77 struct b43_leds *leds = container_of(work, struct b43_leds, work); in b43_leds_work() local
311 struct b43_leds *leds = &dev->wl->leds; in b43_leds_exit() local
321 struct b43_leds *leds = &dev->wl->leds; in b43_leds_stop() local
344 struct b43_leds *leds = &wl->leds; in b43_leds_unregister() local

12345678910>>...56