Searched refs:set_device_state (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dmsi-laptop.c171 static ssize_t set_device_state(const char *buf, size_t count, u8 mask) function
293 return set_device_state(buf, count, MSI_STANDARD_EC_WLAN_MASK);
317 return set_device_state(buf, count, MSI_STANDARD_EC_BLUETOOTH_MASK);
340 return set_device_state(buf, count, MSI_STANDARD_EC_3G_MASK);
538 set_device_state("0", 0, MSI_STANDARD_EC_BLUETOOTH_MASK);
540 set_device_state("1", 0, MSI_STANDARD_EC_BLUETOOTH_MASK);
548 set_device_state("0", 0, MSI_STANDARD_EC_WLAN_MASK);
550 set_device_state("1", 0, MSI_STANDARD_EC_WLAN_MASK);
558 set_device_state("0", 0, MSI_STANDARD_EC_3G_MASK);
560 set_device_state("
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00dev.c56 rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_RADIO_ON);
60 rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_RADIO_IRQ_ON);
109 rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_RADIO_OFF);
110 rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_RADIO_IRQ_OFF);
123 rt2x00dev->ops->lib->set_device_state(rt2x00dev, state);
1085 if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_SLEEP))
H A Drt2800pci.c879 rt2x00dev->ops->lib->set_device_state(rt2x00dev,
904 rt2x00dev->ops->lib->set_device_state(rt2x00dev,
1027 .set_device_state = rt2800pci_set_device_state,
H A Drt2400pci.c535 rt2x00dev->ops->lib->set_device_state(rt2x00dev, state);
771 if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_AWAKE))
1283 rt2x00dev->ops->lib->set_device_state(rt2x00dev,
1310 rt2x00dev->ops->lib->set_device_state(rt2x00dev,
1612 .set_device_state = rt2400pci_set_device_state,
H A Drt2500pci.c583 rt2x00dev->ops->lib->set_device_state(rt2x00dev, state);
903 if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_AWAKE))
1415 rt2x00dev->ops->lib->set_device_state(rt2x00dev,
1443 rt2x00dev->ops->lib->set_device_state(rt2x00dev,
1908 .set_device_state = rt2500pci_set_device_state,
H A Drt2500usb.c665 rt2x00dev->ops->lib->set_device_state(rt2x00dev, state);
798 if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_AWAKE))
1787 .set_device_state = rt2500usb_set_device_state,
H A Drt2x00.h548 int (*set_device_state) (struct rt2x00_dev *rt2x00dev, member in struct:rt2x00lib_ops
H A Drt61pci.c1474 if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_AWAKE))
2187 rt2x00dev->ops->lib->set_device_state(rt2x00dev,
2220 rt2x00dev->ops->lib->set_device_state(rt2x00dev,
2823 .set_device_state = rt61pci_set_device_state,
H A Drt2800usb.c559 .set_device_state = rt2800usb_set_device_state,
H A Drt73usb.c1184 if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_AWAKE))
2251 .set_device_state = rt73usb_set_device_state,
H A Drt2800lib.c1439 rt2x00dev->ops->lib->set_device_state(rt2x00dev, state);
1447 rt2x00dev->ops->lib->set_device_state(rt2x00dev, state);

Completed in 83 milliseconds