Home
last modified time | relevance | path

Searched refs:wimax_state_change (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H A Dcontrol.c329 wimax_state_change(wimax_dev, WIMAX_ST_UNINITIALIZED); in i2400m_report_tlv_system_state()
334 wimax_state_change(wimax_dev, WIMAX_ST_RADIO_OFF); in i2400m_report_tlv_system_state()
340 wimax_state_change(wimax_dev, WIMAX_ST_READY); in i2400m_report_tlv_system_state()
345 wimax_state_change(wimax_dev, WIMAX_ST_READY); in i2400m_report_tlv_system_state()
350 wimax_state_change(wimax_dev, WIMAX_ST_SCANNING); in i2400m_report_tlv_system_state()
358 wimax_state_change(wimax_dev, WIMAX_ST_CONNECTED); in i2400m_report_tlv_system_state()
H A Ddriver.c393 wimax_state_change(wimax_dev, __WIMAX_ST_QUIESCING); in __i2400m_dev_stop()
411 wimax_state_change(wimax_dev, WIMAX_ST_DOWN); in __i2400m_dev_stop()
/kernel/linux/linux-5.10/include/net/
H A Dwimax.h442 void wimax_state_change(struct wimax_dev *, enum wimax_st);
/kernel/linux/linux-5.10/net/wimax/
H A Dstack.c16 * - device state machine [wimax_state_change()] and support to send
24 * [__]wimax_state_change() Called by drivers to update device's state
187 * wimax_state_change().
314 * wimax_state_change - Set the current state of a WiMAX device
333 void wimax_state_change(struct wimax_dev *wimax_dev, enum wimax_st new_state) in wimax_state_change() function
352 EXPORT_SYMBOL_GPL(wimax_state_change); variable

Completed in 6 milliseconds