Lines Matching full:lpm

140 		bt_dev_err(hu->hdev, "LPM transaction interrupted");  in intel_wait_lpm_transaction()
145 bt_dev_err(hu->hdev, "LPM transaction timeout"); in intel_wait_lpm_transaction()
169 bt_dev_err(hu->hdev, "Failed to alloc memory for LPM packet"); in intel_lpm_suspend()
178 /* LPM flow is a priority, enqueue packet at list head */ in intel_lpm_suspend()
214 bt_dev_err(hu->hdev, "Failed to alloc memory for LPM packet"); in intel_lpm_resume()
222 /* LPM flow is a priority, enqueue packet at list head */ in intel_lpm_resume()
254 bt_dev_err(hu->hdev, "Failed to alloc memory for LPM packet"); in intel_lpm_host_wake()
261 /* LPM flow is a priority, enqueue packet at list head */ in intel_lpm_host_wake()
281 /* Host/Controller are now LPM resumed, trigger a new delayed suspend */ in intel_irq()
316 /* Provide to idev a hu reference which is used to run LPM in intel_set_power()
317 * transactions (lpm suspend/resume) from PM callbacks. in intel_set_power()
829 /* Enable LPM if matching pdev with wakeup enabled, set TX active in intel_setup()
830 * until further LPM TX notification. in intel_setup()
922 struct hci_lpm_pkt *lpm = (void *)skb->data; in intel_recv_lpm() local
926 switch (lpm->opcode) { in intel_recv_lpm()
928 if (lpm->dlen < 1) { in intel_recv_lpm()
929 bt_dev_err(hu->hdev, "Invalid LPM notification packet"); in intel_recv_lpm()
932 intel_recv_lpm_notify(hdev, lpm->data[0]); in intel_recv_lpm()
945 bt_dev_err(hdev, "Unknown LPM opcode (%02x)", lpm->opcode); in intel_recv_lpm()
999 /* Be sure our controller is resumed and potential LPM transaction in intel_enqueue()