Home
last modified time | relevance | path

Searched refs:hci_set_powered_sync (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/bluetooth/
H A Dhci_sync.h151 int hci_set_powered_sync(struct hci_dev *hdev, u8 val);
/linux/net/bluetooth/
H A Dhci_core.c895 err = hci_set_powered_sync(hdev, false); in hci_dev_do_poweroff()
H A Dhci_sync.c5765 int hci_set_powered_sync(struct hci_dev *hdev, u8 val) in hci_set_powered_sync() function
H A Dmgmt.c1370 return hci_set_powered_sync(hdev, cp->val); in set_powered_sync()