/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_led.h | 38 struct led_classdev led; member in struct:nouveau_led 45 return nouveau_drm(dev)->led;
|
nouveau_led.h | 38 struct led_classdev led; member in struct:nouveau_led 45 return nouveau_drm(dev)->led;
|
/src/sys/arch/dreamcast/dev/maple/ |
mkbdvar.h | 38 uint8_t led; member in struct:mkbd_condition
|
mkbdvar.h | 38 uint8_t led; member in struct:mkbd_condition
|
/src/sys/compat/linux/common/ |
linux_exec.c | 171 struct linux_emuldata *led; local in function:linux_e_lwp_exit 175 led = l->l_emuldata; 177 if (led->led_clear_tid != NULL) { 179 error = copyout(&zero, led->led_clear_tid, sizeof(zero)); 185 error = linux_do_futex((int *)led->led_clear_tid, FUTEX_WAKE, 191 led = l->l_emuldata; 193 kmem_free(led, sizeof(*led));
|
linux_exec.c | 171 struct linux_emuldata *led; local in function:linux_e_lwp_exit 175 led = l->l_emuldata; 177 if (led->led_clear_tid != NULL) { 179 error = copyout(&zero, led->led_clear_tid, sizeof(zero)); 185 error = linux_do_futex((int *)led->led_clear_tid, FUTEX_WAKE, 191 led = l->l_emuldata; 193 kmem_free(led, sizeof(*led));
|
linux_sched.c | 82 struct linux_emuldata *led = l->l_emuldata; local in function:linux_child_return 83 void *ctp = led->led_child_tidptr; 106 struct linux_emuldata *led; local in function:linux_sys_clone 150 led = l->l_emuldata; 151 led->led_child_tidptr = SCARG(uap, child_tidptr); 261 struct linux_emuldata *led; local in function:linux_clone_nptl 290 led = l2->l_emuldata; 291 led->led_clear_tid = child_tidptr; 663 struct linux_emuldata *led; local in function:linux_sys_set_tid_address 665 led = (struct linux_emuldata *)l->l_emuldata [all...] |
linux_sched.c | 82 struct linux_emuldata *led = l->l_emuldata; local in function:linux_child_return 83 void *ctp = led->led_child_tidptr; 106 struct linux_emuldata *led; local in function:linux_sys_clone 150 led = l->l_emuldata; 151 led->led_child_tidptr = SCARG(uap, child_tidptr); 261 struct linux_emuldata *led; local in function:linux_clone_nptl 290 led = l2->l_emuldata; 291 led->led_clear_tid = child_tidptr; 663 struct linux_emuldata *led; local in function:linux_sys_set_tid_address 665 led = (struct linux_emuldata *)l->l_emuldata [all...] |
/src/sys/arch/sparc64/dev/ |
auxio.c | 31 * and to control the system LED, for the BLINK option. 64 uint32_t led; local in function:auxio_read_led 67 led = le32toh(bus_space_read_4(sc->sc_tag, sc->sc_led, 0)); 69 led = bus_space_read_1(sc->sc_tag, sc->sc_led, 0); 71 return led; 75 auxio_write_led(struct auxio_softc *sc, uint32_t led) 79 bus_space_write_4(sc->sc_tag, sc->sc_led, 0, htole32(led)); 81 bus_space_write_1(sc->sc_tag, sc->sc_led, 0, led); 96 uint32_t led; local in function:auxio_blink 102 led = auxio_read_led(sc) 140 u_int32_t led; local in function:auxio_fd_control [all...] |
auxio.c | 31 * and to control the system LED, for the BLINK option. 64 uint32_t led; local in function:auxio_read_led 67 led = le32toh(bus_space_read_4(sc->sc_tag, sc->sc_led, 0)); 69 led = bus_space_read_1(sc->sc_tag, sc->sc_led, 0); 71 return led; 75 auxio_write_led(struct auxio_softc *sc, uint32_t led) 79 bus_space_write_4(sc->sc_tag, sc->sc_led, 0, htole32(led)); 81 bus_space_write_1(sc->sc_tag, sc->sc_led, 0, led); 96 uint32_t led; local in function:auxio_blink 102 led = auxio_read_led(sc) 140 u_int32_t led; local in function:auxio_fd_control [all...] |
/src/sys/dev/ |
led.c | 1 /* $NetBSD: led.c,v 1.3 2018/01/10 15:58:40 jakllsch Exp $ */ 30 __KERNEL_RCSID(0, "$NetBSD: led.c,v 1.3 2018/01/10 15:58:40 jakllsch Exp $"); 40 #include <dev/led.h> 68 struct led_device *led; local in function:led_lookup 72 TAILQ_FOREACH(led, &led_devices, devices) 73 if (strcmp(led->name, name) == 0) 74 return led; 90 led_free(struct led_device *led) 94 kmem_free(led->name, strlen(led->name) + 1) 102 struct led_device *led; local in function:led_sysctl_handler 130 struct led_device *led; local in function:led_attach 179 struct led_device *led = handle; local in function:led_detach [all...] |
led.c | 1 /* $NetBSD: led.c,v 1.3 2018/01/10 15:58:40 jakllsch Exp $ */ 30 __KERNEL_RCSID(0, "$NetBSD: led.c,v 1.3 2018/01/10 15:58:40 jakllsch Exp $"); 40 #include <dev/led.h> 68 struct led_device *led; local in function:led_lookup 72 TAILQ_FOREACH(led, &led_devices, devices) 73 if (strcmp(led->name, name) == 0) 74 return led; 90 led_free(struct led_device *led) 94 kmem_free(led->name, strlen(led->name) + 1) 102 struct led_device *led; local in function:led_sysctl_handler 130 struct led_device *led; local in function:led_attach 179 struct led_device *led = handle; local in function:led_detach [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
nspire.dtsi | 198 led: led@90110000 { label
|
nspire.dtsi | 198 led: led@90110000 { label
|
/src/sys/arch/acorn32/podulebus/ |
ptscreg.h | 50 vu_char *led; member in struct:ptsc_regmap
|
ptscreg.h | 50 vu_char *led; member in struct:ptsc_regmap
|
coscreg.h | 53 vu_char *led; member in struct:cosc_regmap
|
coscreg.h | 53 vu_char *led; member in struct:cosc_regmap
|
/src/sys/compat/linux/arch/i386/ |
linux_ptrace.c | 136 struct linux_emuldata *led; local in function:linux_sys_ptrace_arch 321 led = lt->l_emuldata; 322 *retval = led->led_debugreg[off]; 353 led = lt->l_emuldata; 354 led->led_debugreg[off] = data;
|
linux_ptrace.c | 136 struct linux_emuldata *led; local in function:linux_sys_ptrace_arch 321 led = lt->l_emuldata; 322 *retval = led->led_debugreg[off]; 353 led = lt->l_emuldata; 354 led->led_debugreg[off] = data;
|
/src/sys/dev/i2c/ |
pcf8574.c | 49 #include <dev/led.h> 59 struct led_device *led; member in struct:pcf8574_led 193 if (!strncmp(nptr, "LED ", 4)) { 261 led_detach(sc->sc_leds[i].led); 306 DPRINTF("%s: attached LED: %02x %02x %02x def %d\n", 384 DPRINTF("%s: set LED: %02x -> %02x, %02x %02x %02x\n",
|
pcagpio.c | 43 #include <dev/led.h> 64 struct led_device *led; member in struct:pcagpio_led 200 if (!strncmp(nptr, "LED ", 4)) 213 led_detach(sc->sc_leds[i].led); 274 l->led = led_attach(n, l, pcagpio_get, pcagpio_set);
|
pcf8574.c | 49 #include <dev/led.h> 59 struct led_device *led; member in struct:pcf8574_led 193 if (!strncmp(nptr, "LED ", 4)) { 261 led_detach(sc->sc_leds[i].led); 306 DPRINTF("%s: attached LED: %02x %02x %02x def %d\n", 384 DPRINTF("%s: set LED: %02x -> %02x, %02x %02x %02x\n",
|
pcagpio.c | 43 #include <dev/led.h> 64 struct led_device *led; member in struct:pcagpio_led 200 if (!strncmp(nptr, "LED ", 4)) 213 led_detach(sc->sc_leds[i].led); 274 l->led = led_attach(n, l, pcagpio_get, pcagpio_set);
|
/src/sys/arch/hppa/hppa/ |
autoconf.c | 143 * LED blinking thing 238 int leds, led_i, led; local in function:hppa_led_blinker 242 * Blink the heartbeat LED like this: 255 /* Form the new LED mask. */ 257 for (led_i = 0, led = (1 << 0); 259 led_i++, led <<= 1) { 261 leds |= led;
|