Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/
H A Dnwbutton.c37 static int callback_count; /* The number of callbacks registered */ variable
60 if (callback_count == 32) { in button_add_callback()
66 callback_count++; in button_add_callback()
95 callback_count--; in button_del_callback()
/kernel/linux/linux-6.6/drivers/char/
H A Dnwbutton.c37 static int callback_count; /* The number of callbacks registered */ variable
60 if (callback_count == 32) { in button_add_callback()
66 callback_count++; in button_add_callback()
95 callback_count--; in button_del_callback()
/kernel/linux/common_modules/tzdriver/core/
H A Dtz_spi_notify.c181 unsigned int callback_count; member
547 if (g_ta_callback_func_list.callback_count > MAX_CALLBACK_COUNT) { in tc_ns_register_service_call_back_func()
549 tloge("callback_count is out\n"); in tc_ns_register_service_call_back_func()
574 g_ta_callback_func_list.callback_count++; in tc_ns_register_service_call_back_func()
576 g_ta_callback_func_list.callback_count); in tc_ns_register_service_call_back_func()
663 g_ta_callback_func_list.callback_count = 0; in config_spi_context()
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-snap-persistent.c160 uint32_t callback_count; member
715 cb = ps->callbacks + ps->callback_count++; in persistent_commit_exception()
750 for (i = 0; i < ps->callback_count; i++) { in persistent_commit_exception()
755 ps->callback_count = 0; in persistent_commit_exception()
865 ps->callback_count = 0; in persistent_ctr()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-snap-persistent.c163 uint32_t callback_count; member
720 cb = ps->callbacks + ps->callback_count++; in persistent_commit_exception()
755 for (i = 0; i < ps->callback_count; i++) { in persistent_commit_exception()
760 ps->callback_count = 0; in persistent_commit_exception()
870 ps->callback_count = 0; in persistent_ctr()

Completed in 6 milliseconds