Searched refs:set_device_state (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.1/drivers/platform/x86/ |
D | msi-laptop.c | 201 static ssize_t set_device_state(const char *buf, size_t count, u8 mask) in set_device_state() function 326 return set_device_state(buf, count, MSI_STANDARD_EC_WLAN_MASK); in store_wlan() 350 return set_device_state(buf, count, MSI_STANDARD_EC_BLUETOOTH_MASK); in store_bluetooth() 373 return set_device_state(buf, count, MSI_STANDARD_EC_3G_MASK); in store_threeg() 721 int result = set_device_state(blocked ? "0" : "1", 0, in rfkill_bluetooth_set() 729 int result = set_device_state(blocked ? "0" : "1", 0, in rfkill_wlan_set() 737 int result = set_device_state(blocked ? "0" : "1", 0, in rfkill_threeg_set()
|
/Linux-v6.1/drivers/net/wireless/ralink/rt2x00/ |
D | rt2x00dev.c | 63 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() 1600 if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_SLEEP)) in rt2x00lib_suspend()
|
D | rt2800soc.c | 193 .set_device_state = rt2800soc_set_device_state,
|
D | rt2800pci.c | 348 .set_device_state = rt2800pci_set_device_state,
|
D | rt2500usb.c | 650 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,
|
D | rt2400pci.c | 538 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() 1740 .set_device_state = rt2400pci_set_device_state,
|
D | rt2500pci.c | 586 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,
|
D | rt2800usb.c | 684 .set_device_state = rt2800usb_set_device_state,
|
D | rt2x00.h | 561 int (*set_device_state) (struct rt2x00_dev *rt2x00dev, member
|
D | rt73usb.c | 1219 if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_AWAKE)) in rt73usb_init_registers() 2325 .set_device_state = rt73usb_set_device_state,
|
D | rt61pci.c | 1489 if (rt2x00dev->ops->lib->set_device_state(rt2x00dev, STATE_AWAKE)) in rt61pci_init_registers() 2911 .set_device_state = rt61pci_set_device_state,
|
D | rt2800lib.c | 5651 rt2x00dev->ops->lib->set_device_state(rt2x00dev, state); in rt2800_config_ps() 5659 rt2x00dev->ops->lib->set_device_state(rt2x00dev, state); in rt2800_config_ps()
|