Searched refs:suspend_timer (Results 1 – 1 of 1) sorted by relevance
105 struct cras_timer *suspend_timer; member282 if (device->suspend_timer) in cras_bt_device_destroy()283 cras_tm_cancel_timer(tm, device->suspend_timer); in cras_bt_device_destroy()1154 device->suspend_timer = NULL; in bt_device_suspend_cb()1166 if (device->suspend_timer) in bt_device_schedule_suspend()1168 device->suspend_timer = in bt_device_schedule_suspend()1175 if (device->suspend_timer == NULL) in bt_device_cancel_suspend()1177 cras_tm_cancel_timer(tm, device->suspend_timer); in bt_device_cancel_suspend()1178 device->suspend_timer = NULL; in bt_device_cancel_suspend()