Home
last modified time | relevance | path

Searched refs:bluetooth_power (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/
Dsonypi.c473 int bluetooth_power; member
753 if (sonypi_device.bluetooth_power == state) in sonypi_setbluetoothpower()
758 sonypi_device.bluetooth_power = state; in sonypi_setbluetoothpower()
1005 val8 = sonypi_device.bluetooth_power; in sonypi_misc_ioctl()
1308 sonypi_device.bluetooth_power = -1; in sonypi_probe()
/kernel/linux/linux-5.10/drivers/platform/x86/
Dsony-laptop.c3371 u8 bluetooth_power; member
3937 if (spic_dev.bluetooth_power == state) in __sony_pic_set_bluetoothpower()
3941 spic_dev.bluetooth_power = state; in __sony_pic_set_bluetoothpower()
3967 count = snprintf(buffer, PAGE_SIZE, "%d\n", spic_dev.bluetooth_power); in sony_pic_bluetoothpower_show()
4223 val8 = spic_dev.bluetooth_power; in sonypi_misc_ioctl()
4793 spic_dev.bluetooth_power = -1; in sony_pic_add()