Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/bluetooth/
Dhci_ll.c90 unsigned long hcill_state; /* HCILL power state */ member
138 ll->hcill_state = HCILL_AWAKE; in ll_open()
204 ll->hcill_state = HCILL_AWAKE; in __ll_do_awake()
220 switch (ll->hcill_state) { in ll_device_want_to_wakeup()
243 BT_ERR("received HCILL_WAKE_UP_IND in state %ld", ll->hcill_state); in ll_device_want_to_wakeup()
271 if (ll->hcill_state != HCILL_AWAKE) in ll_device_want_to_sleep()
272 BT_ERR("ERR: HCILL_GO_TO_SLEEP_IND in state %ld", ll->hcill_state); in ll_device_want_to_sleep()
281 ll->hcill_state = HCILL_ASLEEP; in ll_device_want_to_sleep()
304 if (ll->hcill_state != HCILL_ASLEEP_TO_AWAKE) in ll_device_woke_up()
305 BT_ERR("received HCILL_WAKE_UP_ACK in state %ld", ll->hcill_state); in ll_device_woke_up()
[all …]