Home
last modified time | relevance | path

Searched refs:rslot (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/core/oss/
H A Dmixer_oss.c979 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 = &mixer->slots[ptr->oss_id]; in snd_mixer_oss_build_input()
1123 mixer_slot_clear(rslot); in snd_mixer_oss_build_input()
1124 rslot->stereo = slot.channels > 1 ? 1 : 0; in snd_mixer_oss_build_input()
1125 rslot->get_volume = snd_mixer_oss_get_volume1; in snd_mixer_oss_build_input()
[all …]
/openbmc/linux/drivers/usb/early/
H A Dehci-dbgp.c401 static u32 __init find_dbgp(int ehci_num, u32 *rbus, u32 *rslot, u32 *rfunc) in find_dbgp() argument
417 *rslot = slot; in find_dbgp()