Home
last modified time | relevance | path

Searched refs:bus_dev_stop (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H A Ddriver.c45 * i2400m->bus_dev_stop()
337 if (i2400m->bus_dev_stop) in __i2400m_dev_start()
338 i2400m->bus_dev_stop(i2400m); in __i2400m_dev_start()
406 if (i2400m->bus_dev_stop) in __i2400m_dev_stop()
407 i2400m->bus_dev_stop(i2400m); in __i2400m_dev_stop()
H A Di2400m.h139 * i2400m->bus_dev_stop()
274 * @bus_dev_stop: [optional fill] Function called by the bus-generic
586 void (*bus_dev_stop)(struct i2400m *); member
H A Dusb.c454 i2400m->bus_dev_stop = i2400mu_bus_dev_stop; in i2400mu_probe()

Completed in 4 milliseconds