Searched refs:le_scan_disable (Results 1 – 3 of 3) sorted by relevance
364 static void le_scan_disable(struct work_struct *work) in le_scan_disable() function 367 le_scan_disable.work); in le_scan_disable() 635 INIT_DELAYED_WORK(&hdev->le_scan_disable, le_scan_disable); in hci_cmd_sync_init() 5304 disable_delayed_work(&hdev->le_scan_disable); in hci_dev_close_sync() 5308 cancel_delayed_work(&hdev->le_scan_disable); in hci_dev_close_sync() 5529 cancel_delayed_work(&hdev->le_scan_disable); in hci_stop_discovery_sync() 6125 queue_delayed_work(hdev->req_workqueue, &hdev->le_scan_disable, in hci_suspend_monitor_sync()
1768 cancel_delayed_work(&hdev->le_scan_disable); in le_set_scan_enable_complete()
522 struct delayed_work le_scan_disable; member