fm_res            120 sound/isa/sb/sb16.c 	struct resource *fm_res;	/* used to block FM i/o region for legacy cards */
fm_res            302 sound/isa/sb/sb16.c 	release_and_free_resource(acard->fm_res);
fm_res            398 sound/isa/sb/sb16.c 				    acard->fm_res != NULL || fm_port[dev] == port[dev],
fm_res            489 sound/isa/sb/sb16.c 	acard->fm_res = request_region(0x388, 4, "SoundBlaster FM");
fm_res             43 sound/isa/sb/sb8.c 	struct resource *fm_res;	/* used to block FM i/o region for legacy cards */
fm_res             64 sound/isa/sb/sb8.c 	release_and_free_resource(acard->fm_res);
fm_res             98 sound/isa/sb/sb8.c 	acard->fm_res = request_region(0x388, 4, "SoundBlaster FM");
fm_res             99 sound/isa/sb/sb8.c 	if (!acard->fm_res) {
fm_res            164 sound/pci/ymfpci/ymfpci.c 	struct resource *fm_res = NULL;
fm_res            203 sound/pci/ymfpci/ymfpci.c 		    (fm_res = request_region(fm_port[dev], 4, "YMFPCI OPL3")) != NULL) {
fm_res            225 sound/pci/ymfpci/ymfpci.c 		    (fm_res = request_region(fm_port[dev], 4, "YMFPCI OPL3")) != NULL) {
fm_res            257 sound/pci/ymfpci/ymfpci.c 		release_and_free_resource(fm_res);
fm_res            260 sound/pci/ymfpci/ymfpci.c 	chip->fm_res = fm_res;
fm_res            308 sound/pci/ymfpci/ymfpci.c 	if (chip->fm_res) {
fm_res            279 sound/pci/ymfpci/ymfpci.h 	struct resource *fm_res;
fm_res           2229 sound/pci/ymfpci/ymfpci_main.c 	release_and_free_resource(chip->fm_res);