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

/drivers/platform/x86/
H A Dmsi-laptop.c186 static ssize_t set_device_state(const char *buf, size_t count, u8 mask) function
308 return set_device_state(buf, count, MSI_STANDARD_EC_WLAN_MASK);
332 return set_device_state(buf, count, MSI_STANDARD_EC_BLUETOOTH_MASK);
355 return set_device_state(buf, count, MSI_STANDARD_EC_3G_MASK);
561 set_device_state("0", 0, MSI_STANDARD_EC_BLUETOOTH_MASK);
563 set_device_state("1", 0, MSI_STANDARD_EC_BLUETOOTH_MASK);
571 set_device_state("0", 0, MSI_STANDARD_EC_WLAN_MASK);
573 set_device_state("1", 0, MSI_STANDARD_EC_WLAN_MASK);
581 set_device_state("0", 0, MSI_STANDARD_EC_3G_MASK);
583 set_device_state("
[all...]
/drivers/net/wireless/rt2x00/
H A Drt2x00dev.c74 rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_RADIO_ON);
78 rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_RADIO_IRQ_ON);
121 rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_RADIO_OFF);
122 rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_RADIO_IRQ_OFF);
168 if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_AWAKE))
1303 if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_SLEEP))
H A Drt2400pci.c547 rt2x00dev->ops->lib->set_device_state(rt2x00dev, state);
870 if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_AWAKE))
1734 .set_device_state = rt2400pci_set_device_state,
H A Drt2500usb.c675 rt2x00dev->ops->lib->set_device_state(rt2x00dev, state);
857 if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_AWAKE))
1838 .set_device_state = rt2500usb_set_device_state,
H A Drt2x00.h572 int (*set_device_state) (struct rt2x00_dev *rt2x00dev, member in struct:rt2x00lib_ops
H A Drt2500pci.c596 rt2x00dev->ops->lib->set_device_state(rt2x00dev, state);
1003 if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_AWAKE))
2026 .set_device_state = rt2500pci_set_device_state,
H A Drt2800pci.c1047 .set_device_state = rt2800pci_set_device_state,
H A Drt2800usb.c780 .set_device_state = rt2800usb_set_device_state,
H A Drt73usb.c1230 if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_AWAKE))
2329 .set_device_state = rt73usb_set_device_state,
H A Drt61pci.c1581 if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_AWAKE))
2995 .set_device_state = rt61pci_set_device_state,
H A Drt2800lib.c2448 rt2x00dev->ops->lib->set_device_state(rt2x00dev, state);
2456 rt2x00dev->ops->lib->set_device_state(rt2x00dev, state);

Completed in 172 milliseconds