Searched refs:leds (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-10.1-release/sys/dev/vkbd/
H A Dvkbd_var.h40 int leds; /* keyboard LEDs */ member in struct:vkbd_status
/freebsd-10.1-release/sys/contrib/dts/arm/
H A Dat91sam9g20ek.dts15 leds {
16 compatible = "gpio-leds";
H A Dsama5d31ek.dts42 leds {
H A Dat91sam9g20ek_2mmc.dts41 leds {
42 compatible = "gpio-leds";
H A Dsama5d34ek.dts52 leds {
H A Dat91sam9x5cm.dtsi73 leds {
74 compatible = "gpio-leds";
H A Dsama5d3xcm.dtsi79 leds {
80 compatible = "gpio-leds";
H A Dat91-ariag25.dts162 leds {
163 compatible = "gpio-leds";
H A Dat91-foxg20.dts136 leds {
137 compatible = "gpio-leds";
H A Dat91rm9200ek.dts109 leds {
110 compatible = "gpio-leds";
H A Dkizbox.dts98 leds {
99 compatible = "gpio-leds";
H A Dusb_a9260_common.dtsi91 leds {
92 compatible = "gpio-leds";
H A Dusb_a9263.dts119 leds {
120 compatible = "gpio-leds";
H A Danimeo_ip.dts116 leds {
117 compatible = "gpio-leds";
H A Dat91-qil_a9260.dts159 leds {
160 compatible = "gpio-leds";
H A Dat91sam9n12ek.dts133 leds {
134 compatible = "gpio-leds";
H A Dpm9g45.dts132 leds {
133 compatible = "gpio-leds";
H A Dat91-sama5d3_xplained.dts215 leds {
216 compatible = "gpio-leds";
/freebsd-10.1-release/sys/boot/fdt/dts/arm/
H A Dhl201.dts18 leds {
19 compatible = "gpio-leds";
H A Dbeaglebone-black.dts157 leds {
158 compatible = "gpio-leds";
/freebsd-10.1-release/sys/dev/gpio/
H A Dgpioled.c99 phandle_t child, leds, root; local
104 leds = fdt_find_compatible(root, "gpio-leds", 1);
105 if (leds == 0)
108 /* Traverse the 'gpio-leds' node and add its children. */
109 for (child = OF_child(leds); child != 0; child = OF_peer(child))
126 * describe leds on a gpiobus and the later when there is a common node
127 * compatible with 'gpio-leds' which is used to concentrate all the
128 * leds nodes on the dts.
143 if (strcasecmp(compat, "gpio-leds")
[all...]
/freebsd-10.1-release/usr.sbin/bluetooth/bthidd/
H A Dkbd.c516 uint8_t leds, report_id; local
525 leds = 0;
545 if (st.leds & LED_NUM)
546 hid_set_data(&leds, &h, 1);
550 if (st.leds & LED_CAP)
551 hid_set_data(&leds, &h, 1);
555 if (st.leds & LED_SCR)
556 hid_set_data(&leds, &h, 1);
569 data[2] = leds;
572 data[1] = leds;
[all...]
/freebsd-10.1-release/sys/dev/ahci/
H A Dahciem.c159 enc->leds[c * AHCI_NUM_LEDS + i].dev = dev;
160 enc->leds[c * AHCI_NUM_LEDS + i].num =
166 enc->leds[c * AHCI_NUM_LEDS + 0].led =
168 &enc->leds[c * AHCI_NUM_LEDS + 0], buf);
172 enc->leds[c * AHCI_NUM_LEDS + 1].led =
174 &enc->leds[c * AHCI_NUM_LEDS + 1], buf);
177 enc->leds[c * AHCI_NUM_LEDS + 2].led =
179 &enc->leds[c * AHCI_NUM_LEDS + 2], buf);
207 if (enc->leds[i].led)
208 led_destroy(enc->leds[
[all...]
/freebsd-10.1-release/sys/dev/ral/
H A Drt2860var.h189 uint8_t leds; member in struct:rt2860_softc
/freebsd-10.1-release/sys/dev/usb/wlan/
H A Dif_runvar.h200 uint8_t leds; member in struct:run_softc

Completed in 92 milliseconds

12