Lines Matching defs:state
59 * WiMAX devices have a state, and a kernel-only API allows the
60 * drivers to manipulate that state. State transitions are atomic, and
63 * Most API calls will set the state automatically; in most cases
64 * drivers have to only report state changes due to external
104 * No state information is maintained in the kernel for each user
184 * in a state <= %WIMAX_ST_UNINITIALIZED. The exception is:
229 * wimax_reset() can be used to reset the device to power on state; by
302 * state change, that require wimax_dev->mutex.
304 * @state: [private] Current state of the WiMAX device.
327 * device in the %__WIMAX_ST_NULL state.
334 * state.
336 * the wimax device state is lower than %WIMAX_ST_DOWN.
351 * off and move the device to state %WIMAX_ST_RADIO_OFF when
353 * OFF state until user space devices to turn it on.
355 * c. Query the device for the state of the hardware rfkill switch
388 * wimax_rfkill_report_sw() to indicate their state. If any is
391 * Whenever the driver detects a change in the state of the RF kill
400 enum wimax_st state;
446 * Radio Switch state reporting.