Searched refs:tx_timer_stop (Results 1 – 3 of 3) sorted by relevance
263 int (*tx_timer_stop)(void *bus); member
356 if (dhd_bus->drvintf && dhd_bus->drvintf->tx_timer_stop) { in dbus_tx_timer_stop()357 if (dhd_bus->drvintf->tx_timer_stop(dhd_bus->bus_info) == DBUS_OK) { in dbus_tx_timer_stop()
573 .tx_timer_stop = NULL,