/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_drv.h | 211 /* led management */ 212 struct nouveau_led *led; member in struct:nouveau_drm
|
/src/sys/arch/dreamcast/dev/maple/ |
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_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_misc.c | 1155 struct linux_emuldata *led; local in function:linux_sys_personality 1159 led = l->l_emuldata; 1161 retval[0] = led->led_personality; 1168 led->led_personality = per;
|
/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...] |
/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...] |
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
nspire.dtsi | 198 led: led@90110000 { label
|
/src/sys/arch/acorn32/podulebus/ |
ptscreg.h | 50 vu_char *led; member in struct:ptsc_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;
|
/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);
|
/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;
|
/src/sys/dev/ic/ |
rt2860var.h | 190 uint16_t led[3]; member in struct:rt2860_softc
|
bwi.c | 684 "led_idle", SYSCTL_DESCR("# ticks before LED enters idle state"), 690 "led_blink", SYSCTL_DESCR("allow LED to blink"), 1397 /* TODO: LED, hardware rf enabled is only related to LED setting */ 2161 /* TODO: LED */ 2607 /* TODO: LED */ 6653 struct bwi_led *led = &sc->sc_leds[i]; local in function:bwi_led_attach 6656 led->l_act = led_act[i]; 6659 led->l_flags |= BWI_LED_F_ACTLOW; 6660 led->l_act = __SHIFTOUT(val[i], BWI_LED_ACT_MASK) 6718 struct bwi_led *led = &sc->sc_leds[i]; local in function:bwi_led_newstate 6764 struct bwi_led *led = sc->sc_blink_led; local in function:bwi_led_event 6799 struct bwi_led *led = sc->sc_blink_led; local in function:bwi_led_blink_start [all...] |
/src/sys/dev/usb/ |
if_runvar.h | 184 uint16_t led[3]; member in struct:run_softc
|
if_upgt.c | 2154 struct upgt_lmac_led *led; local in function:upgt_set_led 2161 len = sizeof(*mem) + sizeof(*led); 2169 led = (struct upgt_lmac_led *)(mem + 1); 2171 led->header1.flags = UPGT_H1_FLAGS_TX_NO_CALLBACK; 2172 led->header1.type = UPGT_H1_TYPE_CTRL; 2173 led->header1.len = htole16( 2177 led->header2.reqid = htole32(sc->sc_memaddr_frame_start); 2178 led->header2.type = htole16(UPGT_H2_TYPE_LED); 2179 led->header2.flags = 0; 2183 led->mode = htole16(UPGT_LED_MODE_SET) [all...] |
/src/sys/dev/pci/ |
if_wpi.c | 953 /* make the link LED blink while we're scanning */ 982 /* link LED blinks while monitoring */ 1036 /* link LED always on while associated */ 2508 struct wpi_cmd_led led; local in function:wpi_set_led 2510 led.which = which; 2511 led.unit = htole32(100000); /* on/off in unit of 100ms */ 2512 led.off = off; 2513 led.on = on; 2515 (void)wpi_cmd(sc, WPI_CMD_SET_LED, &led, sizeof led, 1) [all...] |
if_iwn.c | 1992 /* Make the link LED blink while we're scanning. */ 3631 struct iwn_cmd_led led; local in function:iwn_set_led 3633 /* Clear microcode LED ownership. */ 3636 led.which = which; 3637 led.unit = htole32(10000); /* on/off in unit of 100ms */ 3638 led.off = off; 3639 led.on = on; 3640 (void)iwn_cmd(sc, IWN_CMD_SET_LED, &led, sizeof led, 1); 4987 /* Link LED blinks while monitoring. * [all...] |