Lines Matching refs:device
14 * A non-polled generic rfkill device is embedded into the WiMAX
15 * subsystem's representation of a device.
20 * All device drivers have to do is after wimax_dev_init(), call
62 * @wimax_dev: WiMAX device descriptor
67 * When the device detects a change in the state of thehardware RF
75 * If the device doesn't have a hardware kill switch, just report
82 struct device *dev = wimax_dev_to_dev(wimax_dev);
118 * @wimax_dev: WiMAX device descriptor
126 * device for its current software radio kill switch state and feed it
129 * On the side, the device does not change the software state by
130 * itself. In practice, this can happen, as the device might decide to
137 struct device *dev = wimax_dev_to_dev(wimax_dev);
194 struct device *dev = wimax_dev_to_dev(wimax_dev);
237 struct device *dev = wimax_dev_to_dev(wimax_dev);
260 * wimax_rfkill - Set the software RF switch state for a WiMAX device
262 * @wimax_dev: WiMAX device descriptor
288 struct device *dev = wimax_dev_to_dev(wimax_dev);
295 * this call to check if the device is a valid WiMAX
296 * device; so we allow it to proceed always,
328 * Register a new WiMAX device's RF Kill support
336 struct device *dev = wimax_dev_to_dev(wimax_dev);
371 * Deregister a WiMAX device's RF Kill support
380 struct device *dev = wimax_dev_to_dev(wimax_dev);
402 struct device *dev;