Lines Matching defs:work
1005 static void service_cache_off(struct work_struct *work)
1007 struct hci_dev *hdev = container_of(work, struct hci_dev,
1008 service_cache.work);
1028 static void rpa_expired(struct work_struct *work)
1030 struct hci_dev *hdev = container_of(work, struct hci_dev,
1031 rpa_expired.work);
1045 static void discov_off(struct work_struct *work)
1047 struct hci_dev *hdev = container_of(work, struct hci_dev,
1048 discov_off.work);
1116 static void mesh_send_done(struct work_struct *work)
1118 struct hci_dev *hdev = container_of(work, struct hci_dev,
1119 mesh_send_done.work);
1351 * to hdev->power_off work which does call hci_dev_do_close.
5296 * parameters for MSFT API to work, so it behaves as if there
9376 /* Cancel any remaining timed work */