Searched defs:alt_if (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd_usb.c247 * Return a specific alt_if from the device descriptor tree.
282 * Print all endpoints of an alt_if.
299 * For the given alt_if, find an endpoint with the given
305 usb_find_endpoint(usb_alt_if_data_t *alt_if, argument
313 for (i = 0; i < alt_if->altif_n_ep; i++) {
314 ep_data = &alt_if->altif_ep[i];
337 * alt_if. Furthemore, if use_attr == ZYD_USB_USE_ATTR,
342 usb_alt_if_data_t *alt_if,
351 *endpoint = *usb_find_endpoint(alt_if, ep_address, ep_direction);
387 usb_alt_if_data_t *alt_if; local
341 zyd_usb_open_pipe(struct zyd_usb *uc, usb_alt_if_data_t *alt_if, uint_t ep_address, uint_t ep_direction, uint_t attr, enum zyd_usb_use_attr use_attr, usb_pipe_handle_t *pipe, usb_ep_data_t *endpoint) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/clients/audio/usb_as/
H A Dusb_as.h51 usb_if_descr_t *alt_if; member in struct:usb_as_alt_descr

Completed in 282 milliseconds