Lines Matching refs:device
37 static int toshiba_bt_rfkill_add(struct acpi_device *device);
38 static int toshiba_bt_rfkill_remove(struct acpi_device *device);
39 static void toshiba_bt_rfkill_notify(struct acpi_device *device, u32 event);
48 static int toshiba_bt_resume(struct device *dev);
168 static void toshiba_bt_rfkill_notify(struct acpi_device *device, u32 event) in toshiba_bt_rfkill_notify() argument
170 toshiba_bluetooth_enable(device->handle); in toshiba_bt_rfkill_notify()
174 static int toshiba_bt_resume(struct device *dev) in toshiba_bt_resume()
180 static int toshiba_bt_rfkill_add(struct acpi_device *device) in toshiba_bt_rfkill_add() argument
184 result = toshiba_bluetooth_present(device->handle); in toshiba_bt_rfkill_add()
191 result = toshiba_bluetooth_enable(device->handle); in toshiba_bt_rfkill_add()
198 static int toshiba_bt_rfkill_remove(struct acpi_device *device) in toshiba_bt_rfkill_remove() argument
201 return toshiba_bluetooth_disable(device->handle); in toshiba_bt_rfkill_remove()