Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
H A Dwimax.h186 * - op_reset: can be called at any time after wimax_dev_add() has
216 * wimax_dev_add(), query the device for it's RF Kill switches status
330 * wimax_dev_add(), those fields CANNOT be modified.
332 * 5. Call wimax_dev_add() *after* registering the network
343 * after calling wimax_dev_add() from _probe(), make sure the
360 * wimax_dev_add() is called, the driver can get called on the
385 * At initialization time [after calling wimax_dev_add()], have the
427 int wimax_dev_add(struct wimax_dev *, struct net_device *);
/kernel/linux/linux-5.10/net/wimax/
H A Dstack.c29 * wimax_dev_add() Register
337 * __WIMAX_ST_NULL state unless by calling wimax_dev_add(). If in wimax_state_change()
344 * are called before or after wimax_dev_add() has done its in wimax_state_change()
447 * wimax_dev_add - Register a new WiMAX device
465 int wimax_dev_add(struct wimax_dev *wimax_dev, struct net_device *net_dev) in wimax_dev_add() function
501 EXPORT_SYMBOL_GPL(wimax_dev_add); variable
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H A Ddriver.c32 * wimax_dev_add()
894 result = wimax_dev_add(&i2400m->wimax_dev, net_dev); in i2400m_setup()

Completed in 3 milliseconds