Home
last modified time | relevance | path

Searched refs:__hci_reset_dev (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/bluetooth/
H A Dhci_core.h1790 int __hci_reset_dev(struct hci_dev *hdev, u8 hw_err_code);
1794 return __hci_reset_dev(hdev, 0); in hci_reset_dev()
/linux/net/bluetooth/
H A Dhci_core.c2855 int __hci_reset_dev(struct hci_dev *hdev, u8 hw_err_code) in __hci_reset_dev() function
2872 EXPORT_SYMBOL(__hci_reset_dev);
/linux/drivers/bluetooth/
H A Dbtnxpuart.c1337 return __hci_reset_dev(hdev, BTNXPUART_IR_HW_ERR); in nxp_set_ind_reset()