Home
last modified time | relevance | path

Searched refs:set_device_state (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/platform/x86/
A Dmsi-laptop.c203 static ssize_t set_device_state(const char *buf, size_t count, u8 mask) in set_device_state() function
328 return set_device_state(buf, count, MSI_STANDARD_EC_WLAN_MASK); in store_wlan()
352 return set_device_state(buf, count, MSI_STANDARD_EC_BLUETOOTH_MASK); in store_bluetooth()
375 return set_device_state(buf, count, MSI_STANDARD_EC_3G_MASK); in store_threeg()
716 int result = set_device_state(blocked ? "0" : "1", 0, in rfkill_bluetooth_set()
724 int result = set_device_state(blocked ? "0" : "1", 0, in rfkill_wlan_set()
732 int result = set_device_state(blocked ? "0" : "1", 0, in rfkill_threeg_set()
/linux/drivers/net/wireless/ralink/rt2x00/
A Drt2x00dev.c63 rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_RADIO_ON); in rt2x00lib_enable_radio()
67 rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_RADIO_IRQ_ON); in rt2x00lib_enable_radio()
108 rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_RADIO_OFF); in rt2x00lib_disable_radio()
109 rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_RADIO_IRQ_OFF); in rt2x00lib_disable_radio()
159 if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_AWAKE)) in rt2x00lib_autowakeup()
1582 if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_SLEEP)) in rt2x00lib_suspend()
A Drt2800soc.c193 .set_device_state = rt2800soc_set_device_state,
A Drt2800pci.c348 .set_device_state = rt2800pci_set_device_state,
A Drt2400pci.c538 rt2x00dev->ops->lib->set_device_state(rt2x00dev, state); in rt2400pci_config_ps()
861 if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_AWAKE)) in rt2400pci_init_registers()
1739 .set_device_state = rt2400pci_set_device_state,
A Drt2500usb.c650 rt2x00dev->ops->lib->set_device_state(rt2x00dev, state); in rt2500usb_config_ps()
832 if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_AWAKE)) in rt2500usb_init_registers()
1824 .set_device_state = rt2500usb_set_device_state,
A Drt2500pci.c586 rt2x00dev->ops->lib->set_device_state(rt2x00dev, state); in rt2500pci_config_ps()
993 if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_AWAKE)) in rt2500pci_init_registers()
2038 .set_device_state = rt2500pci_set_device_state,
A Drt2800usb.c684 .set_device_state = rt2800usb_set_device_state,
A Drt2x00.h561 int (*set_device_state) (struct rt2x00_dev *rt2x00dev, member
A Drt73usb.c1219 if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_AWAKE)) in rt73usb_init_registers()
2324 .set_device_state = rt73usb_set_device_state,
A Drt61pci.c1489 if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_AWAKE)) in rt61pci_init_registers()
2910 .set_device_state = rt61pci_set_device_state,
A Drt2800lib.c5549 rt2x00dev->ops->lib->set_device_state(rt2x00dev, state); in rt2800_config_ps()
5557 rt2x00dev->ops->lib->set_device_state(rt2x00dev, state); in rt2800_config_ps()

Completed in 47 milliseconds