• Home
  • Raw
  • Download

Lines Matching refs:work

36 static void hci_rx_work(struct work_struct *work);
37 static void hci_cmd_work(struct work_struct *work);
38 static void hci_tx_work(struct work_struct *work);
1560 static void hci_power_on(struct work_struct *work) in hci_power_on() argument
1562 struct hci_dev *hdev = container_of(work, struct hci_dev, power_on); in hci_power_on()
1581 static void hci_power_off(struct work_struct *work) in hci_power_off() argument
1583 struct hci_dev *hdev = container_of(work, struct hci_dev, in hci_power_off()
1584 power_off.work); in hci_power_off()
1591 static void hci_discov_off(struct work_struct *work) in hci_discov_off() argument
1596 hdev = container_of(work, struct hci_dev, discov_off.work); in hci_discov_off()
2070 static void le_scan_disable_work(struct work_struct *work) in le_scan_disable_work() argument
2072 struct hci_dev *hdev = container_of(work, struct hci_dev, in le_scan_disable_work()
2073 le_scan_disable.work); in le_scan_disable_work()
2083 static void le_scan_work(struct work_struct *work) in le_scan_work() argument
2085 struct hci_dev *hdev = container_of(work, struct hci_dev, le_scan); in le_scan_work()
3284 static void hci_tx_work(struct work_struct *work) in hci_tx_work() argument
3286 struct hci_dev *hdev = container_of(work, struct hci_dev, tx_work); in hci_tx_work()
3467 static void hci_rx_work(struct work_struct *work) in hci_rx_work() argument
3469 struct hci_dev *hdev = container_of(work, struct hci_dev, rx_work); in hci_rx_work()
3522 static void hci_cmd_work(struct work_struct *work) in hci_cmd_work() argument
3524 struct hci_dev *hdev = container_of(work, struct hci_dev, cmd_work); in hci_cmd_work()