Searched refs:LED2 (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/parisc/include/asm/
H A Dled.h10 #define LED2 0x04 macro
16 #define LED_DISK_IO LED2 /* for disk activity */
/linux-master/include/linux/mfd/
H A Dtps65010.h115 #define LED2 2 macro
146 * led: LED1 or LED2
189 * and LED2 (with hardware blinking capability, not currently exposed).
/linux-master/drivers/iio/health/
H A Dafe4404.c99 LED2 = 1, enumerator in enum:afe4404_chan_id
108 [LED2] = AFE440X_LED2VAL,
117 [LED2] = F_ILED2,
123 [LED2] = F_OFFDAC_LED2,
131 AFE440X_INTENSITY_CHAN(LED2, BIT(IIO_CHAN_INFO_OFFSET)),
138 AFE440X_CURRENT_CHAN(LED2),
H A Dafe4403.c83 LED2 = 1, enumerator in enum:afe4403_chan_id
92 [LED2] = AFE440X_LED2VAL,
101 [LED2] = F_ILED2,
107 AFE440X_INTENSITY_CHAN(LED2, 0),
114 AFE440X_CURRENT_CHAN(LED2),
/linux-master/drivers/leds/
H A Dleds-bd2802.c40 LED2, enumerator in enum:led_ids
224 reg = bd2802_get_reg_addr(LED2, RED, BD2802_REG_HOURSETUP);
237 enum led_ids other_led = (id == LED1) ? LED2 : LED1;
551 BD2802_CONTROL_RGBS(led2r, LED2, RED);
552 BD2802_CONTROL_RGBS(led2g, LED2, GREEN);
553 BD2802_CONTROL_RGBS(led2b, LED2, BLUE);
/linux-master/arch/arm/mach-omap1/
H A Dboard-osk.c65 /* TPS65010 has four GPIOs. nPG and LED2 can be treated like GPIOs with
237 /* Set LED2 off by default */
238 tps65010_set_led(LED2, OFF);
/linux-master/drivers/usb/gadget/udc/
H A Dnet2272.h363 #define LED2 26 macro
/linux-master/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_chip.c336 chip->link_led = ((value >> 4) & 1) ? LED1 : LED2;
1321 other_led = chip->link_led == LED1 ? LED2 : LED1;
1326 ioreqs[1].value = v[1] & ~(LED1|LED2);
H A Dzd_chip.h482 #define LED2 (1 << 9) macro
/linux-master/drivers/pinctrl/cirrus/
H A Dpinctrl-lochnagar.c209 LN1_PIN_MUX(LED2, "led2");
310 LN1_PIN(LED1), LN1_PIN(LED2),
648 LN1_GROUP_PIN(LED1), LN1_GROUP_PIN(LED2),
/linux-master/drivers/mfd/
H A Dtps65010.c445 * offsets 4..5 == LED1/nPG, LED2 (we set one of the non-BLINK modes)
495 /* REVISIT we *could* report LED1/nPG and LED2 state ... */
755 * led: LED1 or LED2
770 led = LED2;

Completed in 157 milliseconds