Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dhci_sync.h57 int hci_cmd_sync_run_once(struct hci_dev *hdev, hci_cmd_sync_work_func_t func,
/openbmc/linux/net/bluetooth/
H A Dhci_sync.c831 int hci_cmd_sync_run_once(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_run_once() function
839 EXPORT_SYMBOL(hci_cmd_sync_run_once);
H A Dhci_conn.c2884 return hci_cmd_sync_run_once(hdev, abort_conn_sync, conn, NULL); in hci_abort_conn()