Home
last modified time | relevance | path

Searched refs:other_led (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_chip.c1314 u16 other_led; in zd_chip_control_leds() local
1321 other_led = chip->link_led == LED1 ? LED2 : LED1; in zd_chip_control_leds()
1330 ioreqs[1].value = v[1] & ~other_led; in zd_chip_control_leds()
1339 ioreqs[1].value = v[1] & ~other_led; in zd_chip_control_leds()
/openbmc/linux/drivers/leds/
H A Dleds-bd2802.c237 enum led_ids other_led = (id == LED1) ? LED2 : LED1; in bd2802_enable() local
240 other_led_on = !bd2802_is_led_off(led, other_led); in bd2802_enable()