Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ac/
H A Dusb_ac.c1708 if (uacp->usb_ac_units) { in usb_ac_alloc_unit()
1714 old = uacp->usb_ac_units; in usb_ac_alloc_unit()
1721 uacp->usb_ac_units = kmem_zalloc(unit * in usb_ac_alloc_unit()
1726 bcopy(old, uacp->usb_ac_units, len); in usb_ac_alloc_unit()
1743 if (uacp->usb_ac_units == NULL) { in usb_ac_free_all_units()
1750 unitp = &uacp->usb_ac_units[unit]; in usb_ac_free_all_units()
1808 uacp->usb_ac_units[id].acu_descriptor; in usb_ac_update_port()
1820 uacp->usb_ac_units[id].acu_descriptor; in usb_ac_update_port()
1905 uacp->usb_ac_units[id].acu_descriptor; in usb_ac_match_port()
1915 uacp->usb_ac_units[id].acu_descriptor; in usb_ac_match_port()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/clients/audio/usb_ac/
H A Dusb_ac.h223 usb_ac_unit_list_t *usb_ac_units; member