Searched refs:get_slot_from_bitmask (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/core/ |
H A D | init.c | 97 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 D | init.c | 98 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