Lines Matching refs:work
1445 static void adv_timeout_expire(struct work_struct *work) in adv_timeout_expire() argument
1447 struct hci_dev *hdev = container_of(work, struct hci_dev, in adv_timeout_expire()
1448 adv_instance_expire.work); in adv_timeout_expire()
2046 static void scan_update_work(struct work_struct *work) in scan_update_work() argument
2048 struct hci_dev *hdev = container_of(work, struct hci_dev, scan_update); in scan_update_work()
2084 static void connectable_update_work(struct work_struct *work) in connectable_update_work() argument
2086 struct hci_dev *hdev = container_of(work, struct hci_dev, in connectable_update_work()
2197 static void discoverable_update_work(struct work_struct *work) in discoverable_update_work() argument
2199 struct hci_dev *hdev = container_of(work, struct hci_dev, in discoverable_update_work()
2308 static void bg_scan_update(struct work_struct *work) in bg_scan_update() argument
2310 struct hci_dev *hdev = container_of(work, struct hci_dev, in bg_scan_update()
2362 static void le_scan_disable_work(struct work_struct *work) in le_scan_disable_work() argument
2364 struct hci_dev *hdev = container_of(work, struct hci_dev, in le_scan_disable_work()
2365 le_scan_disable.work); in le_scan_disable_work()
2452 static void le_scan_restart_work(struct work_struct *work) in le_scan_restart_work() argument
2454 struct hci_dev *hdev = container_of(work, struct hci_dev, in le_scan_restart_work()
2455 le_scan_restart.work); in le_scan_restart_work()
2687 static void discov_update(struct work_struct *work) in discov_update() argument
2689 struct hci_dev *hdev = container_of(work, struct hci_dev, in discov_update()
2714 static void discov_off(struct work_struct *work) in discov_off() argument
2716 struct hci_dev *hdev = container_of(work, struct hci_dev, in discov_off()
2717 discov_off.work); in discov_off()