Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_request.c2833 cancel_delayed_work(&hdev->le_scan_restart); in le_scan_disable_work()
2881 static int le_scan_restart(struct hci_request *req, unsigned long opt) in le_scan_restart() function
2920 le_scan_restart.work); in le_scan_restart_work()
2926 hci_req_sync(hdev, le_scan_restart, 0, HCI_CMD_TIMEOUT, &status); in le_scan_restart_work()
3309 INIT_DELAYED_WORK(&hdev->le_scan_restart, le_scan_restart_work); in hci_request_setup()
3324 cancel_delayed_work_sync(&hdev->le_scan_restart); in hci_request_cancel_all()
H A Dmgmt.c8726 queue_delayed_work(hdev->req_workqueue, &hdev->le_scan_restart, in restart_le_scan()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Dhci_ldisc.c752 static void le_scan_restart(struct hci_uart *hu) in le_scan_restart() function
862 le_scan_restart(hu); in hci_uart_pm_notifier()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h461 struct delayed_work le_scan_restart; member