Home
last modified time | relevance | path

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

/drivers/net/wimax/i2400m/
Ddriver.c352 if (i2400m->bus_dev_stop) in __i2400m_dev_start()
353 i2400m->bus_dev_stop(i2400m); in __i2400m_dev_start()
421 if (i2400m->bus_dev_stop) in __i2400m_dev_stop()
422 i2400m->bus_dev_stop(i2400m); in __i2400m_dev_stop()
Di2400m.h586 void (*bus_dev_stop)(struct i2400m *); member
Dusb.c501 i2400m->bus_dev_stop = i2400mu_bus_dev_stop; in i2400mu_probe()