OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:leds
(Results
1 - 25
of
102
) sorted by relevancy
1
2
3
4
5
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
at91-kizboxmini-common.dtsi
57
leds
: led-controller-1 {
label
58
compatible = "pwm-
leds
";
socfpga_cyclone5_socrates.dts
27
leds
: gpio-
leds
{
label
53
&
leds
{
54
compatible = "gpio-
leds
";
socfpga_cyclone5_sodia.dts
36
leds
: gpio-
leds
{
label
37
compatible = "gpio-
leds
";
at91-kizboxmini-common.dtsi
57
leds
: led-controller-1 {
label
58
compatible = "pwm-
leds
";
socfpga_cyclone5_socrates.dts
27
leds
: gpio-
leds
{
label
53
&
leds
{
54
compatible = "gpio-
leds
";
socfpga_cyclone5_sodia.dts
36
leds
: gpio-
leds
{
label
37
compatible = "gpio-
leds
";
at91-kizboxmini-common.dtsi
57
leds
: led-controller-1 {
label
58
compatible = "pwm-
leds
";
socfpga_cyclone5_socrates.dts
27
leds
: gpio-
leds
{
label
53
&
leds
{
54
compatible = "gpio-
leds
";
socfpga_cyclone5_sodia.dts
36
leds
: gpio-
leds
{
label
37
compatible = "gpio-
leds
";
omap3-igep0030-common.dtsi
12
leds
: gpio_leds {
label
13
compatible = "gpio-
leds
";
omap3-igep0030-common.dtsi
12
leds
: gpio_leds {
label
13
compatible = "gpio-
leds
";
omap3-igep0030-common.dtsi
12
leds
: gpio_leds {
label
13
compatible = "gpio-
leds
";
am335x-myirtech-myc.dtsi
12
#include <dt-bindings/
leds
/common.h>
45
leds
:
leds
{
label
46
compatible = "gpio-
leds
";
am335x-myirtech-myc.dtsi
12
#include <dt-bindings/
leds
/common.h>
45
leds
:
leds
{
label
46
compatible = "gpio-
leds
";
am335x-myirtech-myc.dtsi
12
#include <dt-bindings/
leds
/common.h>
45
leds
:
leds
{
label
46
compatible = "gpio-
leds
";
e60k02.dtsi
41
leds
:
leds
{
label
42
compatible = "gpio-
leds
";
pxa300-raumfeld-common.dtsi
129
leds
:
leds
{
label
130
compatible = "gpio-
leds
";
rk3036-kylin.dts
16
leds
: gpio-
leds
{
label
17
compatible = "gpio-
leds
";
369
leds
{
/src/sys/arch/algor/algor/
led.c
79
u_int8_t *
leds
= (u_int8_t *) LEDBASE;
local in function:led_display
81
leds
[LED(0)] = a;
82
leds
[LED(1)] = b;
83
leds
[LED(2)] = c;
84
leds
[LED(3)] = d;
86
leds
[LED(4)] = ' ';
87
leds
[LED(5)] = ' ';
88
leds
[LED(6)] = ' ';
89
leds
[LED(7)] = ' ';
led.c
79
u_int8_t *
leds
= (u_int8_t *) LEDBASE;
local in function:led_display
81
leds
[LED(0)] = a;
82
leds
[LED(1)] = b;
83
leds
[LED(2)] = c;
84
leds
[LED(3)] = d;
86
leds
[LED(4)] = ' ';
87
leds
[LED(5)] = ' ';
88
leds
[LED(6)] = ' ';
89
leds
[LED(7)] = ' ';
led.c
79
u_int8_t *
leds
= (u_int8_t *) LEDBASE;
local in function:led_display
81
leds
[LED(0)] = a;
82
leds
[LED(1)] = b;
83
leds
[LED(2)] = c;
84
leds
[LED(3)] = d;
86
leds
[LED(4)] = ' ';
87
leds
[LED(5)] = ' ';
88
leds
[LED(6)] = ' ';
89
leds
[LED(7)] = ' ';
/src/sys/arch/evbmips/malta/
leds.c
1
/* $NetBSD:
leds
.c,v 1.3 2005/12/11 12:17:11 christos Exp $ */
39
__KERNEL_RCSID(0, "$NetBSD:
leds
.c,v 1.3 2005/12/11 12:17:11 christos Exp $");
66
uint8_t *
leds
= (uint8_t *)MIPS_PHYS_TO_KSEG1(MALTA_ASCII_BASE);
local in function:led_display_str
70
leds
[i] = *str;
73
leds
[i] = ' ';
79
uint8_t *
leds
= (uint8_t *)MIPS_PHYS_TO_KSEG1(MALTA_ASCII_BASE);
local in function:led_display_char
84
leds
[pos * 8] = val;
leds.c
1
/* $NetBSD:
leds
.c,v 1.3 2005/12/11 12:17:11 christos Exp $ */
39
__KERNEL_RCSID(0, "$NetBSD:
leds
.c,v 1.3 2005/12/11 12:17:11 christos Exp $");
66
uint8_t *
leds
= (uint8_t *)MIPS_PHYS_TO_KSEG1(MALTA_ASCII_BASE);
local in function:led_display_str
70
leds
[i] = *str;
73
leds
[i] = ' ';
79
uint8_t *
leds
= (uint8_t *)MIPS_PHYS_TO_KSEG1(MALTA_ASCII_BASE);
local in function:led_display_char
84
leds
[pos * 8] = val;
leds.c
1
/* $NetBSD:
leds
.c,v 1.3 2005/12/11 12:17:11 christos Exp $ */
39
__KERNEL_RCSID(0, "$NetBSD:
leds
.c,v 1.3 2005/12/11 12:17:11 christos Exp $");
66
uint8_t *
leds
= (uint8_t *)MIPS_PHYS_TO_KSEG1(MALTA_ASCII_BASE);
local in function:led_display_str
70
leds
[i] = *str;
73
leds
[i] = ' ';
79
uint8_t *
leds
= (uint8_t *)MIPS_PHYS_TO_KSEG1(MALTA_ASCII_BASE);
local in function:led_display_char
84
leds
[pos * 8] = val;
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
rk3368-geekbox.dts
54
leds
: gpio-
leds
{
label
55
compatible = "gpio-
leds
";
Completed in 236 milliseconds
1
2
3
4
5
Indexes created Wed Oct 01 12:09:54 GMT 2025