Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/core/
H A Dinit.c97 static int get_slot_from_bitmask(int mask, int (*check)(struct module *, int), in get_slot_from_bitmask() function
184 idx = get_slot_from_bitmask(idx, module_slot_match, module); in snd_card_new()
186 idx = get_slot_from_bitmask(idx, check_empty_slot, module); in snd_card_new()
/kernel/linux/linux-6.6/sound/core/
H A Dinit.c98 static int get_slot_from_bitmask(int mask, int (*check)(struct module *, int), in get_slot_from_bitmask() function
289 idx = get_slot_from_bitmask(idx, module_slot_match, module); in snd_card_init()
291 idx = get_slot_from_bitmask(idx, check_empty_slot, module); in snd_card_init()

Completed in 3 milliseconds