Home
last modified time | relevance | path

Searched refs:hcill_state (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/bluetooth/
Dhci_ll.c85 unsigned long hcill_state; /* HCILL power state */ member
135 ll->hcill_state = HCILL_AWAKE; in ll_open()
188 ll->hcill_state = HCILL_AWAKE; in __ll_do_awake()
204 switch (ll->hcill_state) { in ll_device_want_to_wakeup()
227 BT_ERR("received HCILL_WAKE_UP_IND in state %ld", ll->hcill_state); in ll_device_want_to_wakeup()
255 if (ll->hcill_state != HCILL_AWAKE) in ll_device_want_to_sleep()
256 BT_ERR("ERR: HCILL_GO_TO_SLEEP_IND in state %ld", ll->hcill_state); in ll_device_want_to_sleep()
265 ll->hcill_state = HCILL_ASLEEP; in ll_device_want_to_sleep()
288 if (ll->hcill_state != HCILL_ASLEEP_TO_AWAKE) in ll_device_woke_up()
289 BT_ERR("received HCILL_WAKE_UP_ACK in state %ld", ll->hcill_state); in ll_device_woke_up()
[all …]