Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/zd1211rw/
Dzd_chip.c1327 u16 other_led; in zd_chip_control_leds() local
1334 other_led = chip->link_led == LED1 ? LED2 : LED1; in zd_chip_control_leds()
1343 ioreqs[1].value = v[1] & ~other_led; in zd_chip_control_leds()
1352 ioreqs[1].value = v[1] & ~other_led; in zd_chip_control_leds()
/linux-4.4.14/drivers/leds/
Dleds-bd2802.c241 enum led_ids other_led = (id == LED1) ? LED2 : LED1; in bd2802_enable() local
244 other_led_on = !bd2802_is_led_off(led, other_led); in bd2802_enable()