Searched refs:int_count (Results 1 – 6 of 6) sorted by relevance
43 priv->adapter->int_count++; in btmrvl_interrupt()623 ((!adapter->int_count) && in btmrvl_service_main_thread()642 if (adapter->int_count) { in btmrvl_service_main_thread()643 adapter->int_count = 0; in btmrvl_service_main_thread()
90 u32 int_count; member
44 atomic_t int_count; member341 atomic_dec(&uac1->int_count); in audio_notify_complete()356 if (atomic_inc_return(&uac1->int_count) > UAC1_DEF_INT_REQ_NUM) { in audio_notify()357 atomic_dec(&uac1->int_count); in audio_notify()394 atomic_dec(&uac1->int_count); in audio_notify()
71 atomic_t int_count; member1260 atomic_dec(&uac2->int_count); in afunc_notify_complete()1277 if (atomic_inc_return(&uac2->int_count) > UAC2_DEF_INT_REQ_NUM) { in afunc_notify()1278 atomic_dec(&uac2->int_count); in afunc_notify()1319 atomic_dec(&uac2->int_count); in afunc_notify()
1101 u64 last_int_count, int_count; in run_osnoise() local1153 int_count = set_int_safe_time(osn_var, &sample); in run_osnoise()1181 int interference = int_count - last_int_count; in run_osnoise()1205 last_int_count = int_count; in run_osnoise()
463 unsigned long int_count; member