set_device_state
.set_device_state = rt2400pci_set_device_state,
rt2x00dev->ops->lib->set_device_state(rt2x00dev, state);
if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_AWAKE))
.set_device_state = rt2500pci_set_device_state,
rt2x00dev->ops->lib->set_device_state(rt2x00dev, state);
if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_AWAKE))
.set_device_state = rt2500usb_set_device_state,
rt2x00dev->ops->lib->set_device_state(rt2x00dev, state);
if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_AWAKE))
rt2x00dev->ops->lib->set_device_state(rt2x00dev, state);
rt2x00dev->ops->lib->set_device_state(rt2x00dev, state);
.set_device_state = rt2800pci_set_device_state,
.set_device_state = rt2800soc_set_device_state,
.set_device_state = rt2800usb_set_device_state,
int (*set_device_state) (struct rt2x00_dev *rt2x00dev,
rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_RADIO_OFF);
rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_RADIO_IRQ_OFF);
if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_AWAKE))
if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_SLEEP))
rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_RADIO_ON);
rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_RADIO_IRQ_ON);
if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_AWAKE))
.set_device_state = rt61pci_set_device_state,
if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_AWAKE))
.set_device_state = rt73usb_set_device_state,
return set_device_state(buf, count, MSI_STANDARD_EC_WLAN_MASK);
return set_device_state(buf, count, MSI_STANDARD_EC_BLUETOOTH_MASK);
return set_device_state(buf, count, MSI_STANDARD_EC_3G_MASK);
int result = set_device_state(blocked ? "0" : "1", 0,
int result = set_device_state(blocked ? "0" : "1", 0,
int result = set_device_state(blocked ? "0" : "1", 0,