Home
last modified time | relevance | path

Searched refs:devices_used (Results 1 – 4 of 4) sorted by relevance

/linux/sound/firewire/fireworks/
H A Dfireworks.c42 static DECLARE_BITMAP(devices_used, SNDRV_CARDS);
192 clear_bit(efw->card_index, devices_used); in efw_card_free()
212 if (!test_bit(card_index, devices_used) && enable[card_index]) in efw_probe()
227 set_bit(card_index, devices_used); in efw_probe()
/linux/sound/usb/bcd2000/
H A Dbcd2000.c64 static DECLARE_BITMAP(devices_used, SNDRV_CARDS);
375 if (!test_bit(card_index, devices_used)) in bcd2000_probe()
414 set_bit(card_index, devices_used); in bcd2000_probe()
441 clear_bit(bcd2k->card_index, devices_used); in bcd2000_disconnect()
/linux/sound/firewire/bebob/
H A Dbebob.c32 static DECLARE_BITMAP(devices_used, SNDRV_CARDS);
126 clear_bit(bebob->card_index, devices_used); in bebob_card_free()
212 if (!test_bit(card_index, devices_used) && enable[card_index]) in bebob_probe()
227 set_bit(card_index, devices_used); in bebob_probe()
/linux/sound/usb/misc/
H A Dua101.c125 static unsigned int devices_used; variable
1198 if (enable[card_index] && !(devices_used & (1 << card_index))) in ua101_probe()
1291 devices_used |= 1 << card_index; in ua101_probe()
1331 devices_used &= ~(1 << ua->card_index); in ua101_disconnect()