Searched refs:rslot (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/core/oss/ |
H A D | mixer_oss.c | 967 static void mixer_slot_clear(struct snd_mixer_oss_slot *rslot) in mixer_slot_clear() argument 969 int idx = rslot->number; /* remember this */ in mixer_slot_clear() 970 if (rslot->private_free) in mixer_slot_clear() 971 rslot->private_free(rslot); in mixer_slot_clear() 972 memset(rslot, 0, sizeof(*rslot)); in mixer_slot_clear() 973 rslot->number = idx; in mixer_slot_clear() 1050 struct snd_mixer_oss_slot *rslot; in snd_mixer_oss_build_input() local 1109 rslot in snd_mixer_oss_build_input() [all...] |
/kernel/linux/linux-6.6/sound/core/oss/ |
H A D | mixer_oss.c | 977 static void mixer_slot_clear(struct snd_mixer_oss_slot *rslot) in mixer_slot_clear() argument 979 int idx = rslot->number; /* remember this */ in mixer_slot_clear() 980 if (rslot->private_free) in mixer_slot_clear() 981 rslot->private_free(rslot); in mixer_slot_clear() 982 memset(rslot, 0, sizeof(*rslot)); in mixer_slot_clear() 983 rslot->number = idx; in mixer_slot_clear() 1060 struct snd_mixer_oss_slot *rslot; in snd_mixer_oss_build_input() local 1122 rslot in snd_mixer_oss_build_input() [all...] |
/kernel/linux/linux-5.10/drivers/usb/early/ |
H A D | ehci-dbgp.c | 401 static u32 __init find_dbgp(int ehci_num, u32 *rbus, u32 *rslot, u32 *rfunc) in find_dbgp() argument 417 *rslot = slot; in find_dbgp()
|
/kernel/linux/linux-6.6/drivers/usb/early/ |
H A D | ehci-dbgp.c | 401 static u32 __init find_dbgp(int ehci_num, u32 *rbus, u32 *rslot, u32 *rfunc) in find_dbgp() argument 417 *rslot = slot; in find_dbgp()
|
Completed in 7 milliseconds