Lines Matching refs:hcill_state
85 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()
316 switch (ll->hcill_state) { in ll_enqueue()
330 ll->hcill_state = HCILL_ASLEEP_TO_AWAKE; in ll_enqueue()
338 BT_ERR("illegal hcill state: %ld (losing packet)", ll->hcill_state); in ll_enqueue()
462 BT_ERR("received HCILL_GO_TO_SLEEP_ACK (in state %ld)", ll->hcill_state); in ll_recv()