Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/usb/wlan/
HDif_urtw.c740 static usb_error_t urtw_led_ctl(struct urtw_softc *, int);
1217 error = urtw_led_ctl(sc, URTW_LED_CTL_POWER_ON); in urtw_adapter_start()
1852 error = urtw_led_ctl(sc, URTW_LED_CTL_TX); in urtw_tx_start()
1897 error = urtw_led_ctl(sc, URTW_LED_CTL_LINK); in urtw_newstate()
3593 urtw_led_ctl(struct urtw_softc *sc, int mode) in urtw_led_ctl() function