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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/bluetooth/
H A Dhci_ll.c85 unsigned long hcill_state; /* HCILL power state */ member in struct:ll_struct
136 ll->hcill_state = HCILL_AWAKE;
189 ll->hcill_state = HCILL_AWAKE;
205 switch (ll->hcill_state) {
228 BT_ERR("received HCILL_WAKE_UP_IND in state %ld", ll->hcill_state);
256 if (ll->hcill_state != HCILL_AWAKE)
257 BT_ERR("ERR: HCILL_GO_TO_SLEEP_IND in state %ld", ll->hcill_state);
266 ll->hcill_state = HCILL_ASLEEP;
289 if (ll->hcill_state != HCILL_ASLEEP_TO_AWAKE)
290 BT_ERR("received HCILL_WAKE_UP_ACK in state %ld", ll->hcill_state);
[all...]

Completed in 15 milliseconds