Searched refs:tx_timer_start (Results 1 – 3 of 3) sorted by relevance
262 int (*tx_timer_start)(void *bus, uint timeout); member
337 if (dhd_bus->drvintf && dhd_bus->drvintf->tx_timer_start) { in dbus_tx_timer_start()338 if (dhd_bus->drvintf->tx_timer_start(dhd_bus->bus_info, timeout) == DBUS_OK) { in dbus_tx_timer_start()
572 .tx_timer_start = NULL,