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

/linux-4.1.27/sound/core/oss/
H A Dmixer_oss.c952 static void mixer_slot_clear(struct snd_mixer_oss_slot *rslot) mixer_slot_clear() argument
954 int idx = rslot->number; /* remember this */ mixer_slot_clear()
955 if (rslot->private_free) mixer_slot_clear()
956 rslot->private_free(rslot); mixer_slot_clear()
957 memset(rslot, 0, sizeof(*rslot)); mixer_slot_clear()
958 rslot->number = idx; mixer_slot_clear()
1033 struct snd_mixer_oss_slot *rslot; snd_mixer_oss_build_input() local
1092 rslot = &mixer->slots[ptr->oss_id]; snd_mixer_oss_build_input()
1093 mixer_slot_clear(rslot); snd_mixer_oss_build_input()
1094 rslot->stereo = slot.channels > 1 ? 1 : 0; snd_mixer_oss_build_input()
1095 rslot->get_volume = snd_mixer_oss_get_volume1; snd_mixer_oss_build_input()
1096 rslot->put_volume = snd_mixer_oss_put_volume1; snd_mixer_oss_build_input()
1099 rslot->get_recsrc = snd_mixer_oss_get_recsrc1_sw; snd_mixer_oss_build_input()
1100 rslot->put_recsrc = snd_mixer_oss_put_recsrc1_sw; snd_mixer_oss_build_input()
1102 rslot->get_recsrc = snd_mixer_oss_get_recsrc1_route; snd_mixer_oss_build_input()
1103 rslot->put_recsrc = snd_mixer_oss_put_recsrc1_route; snd_mixer_oss_build_input()
1107 rslot->private_data = pslot; snd_mixer_oss_build_input()
1108 rslot->private_free = snd_mixer_oss_slot_free; snd_mixer_oss_build_input()
/linux-4.1.27/drivers/usb/early/
H A Dehci-dbgp.c406 static u32 __init find_dbgp(int ehci_num, u32 *rbus, u32 *rslot, u32 *rfunc) find_dbgp() argument
422 *rslot = slot; find_dbgp()

Completed in 82 milliseconds