Lines Matching defs:interface

63  *	Function to get the cooked interface descriptor
68 * if_index - interface index
69 * alt_setting - alt interface setting
70 * descr - pointer to user allocated interface descr
97 if_index, /* interface index */
98 alt_setting, /* alt interface index */
104 "parsing interface: size (%lu) != USB_IF_DESCR_SIZE (%d)",
121 * if_index - interface index
122 * alt_setting - alternate interface setting
124 * descr - pointer to user allocated interface descr
152 if_index, /* interface index */
153 alt_setting, /* alt interface index */
178 * interface - requested interface
190 uint_t interface,
202 interface, alternate, skip, type, dir);
210 cfg_if[interface].if_alt[alternate];
247 uint_t interface,
252 return (usb_lookup_ep_data(dip, dev_datap, interface,
484 * invoked from a driver bound to an interface on a composite device.
759 * get usb interface number of current OS device node.
769 * interface number: otherwise.
795 DDI_PROP_DONTPASS, "interface", USB_COMBINED_NODE);
819 /* check whether the interface is in this interface association */
827 DDI_PROP_DONTPASS, "interface-count", -1);
845 * set the alternate interface number. Issues USB_REQ_SET_IF
850 * if_number - interface number
851 * alt_number - alternate interface number
869 * we can't easily check if all pipes to endpoints for this interface
871 * to which interface. If we had this map, we would need to update
876 uint_t interface,
891 interface, alt_number, usb_flags);
911 (usb_opaque_t)((uintptr_t)((interface << 8) | alt_number)),
926 int interface = ((uintptr_t)arg >> 8) & 0xff;
932 "usb_set_alt_if: %s, interface#=0x%x, alt#=0x%x, "
933 "uf=0x%x", ddi_node_name(dip), interface,
936 /* if we don't own the device, we must own the interface or ia */
937 if (!usb_owns_device(dip) && !usba_check_if_in_ia(dip, interface) &&
938 (interface != usb_get_if_number(dip))) {
949 interface,
966 * get the alternate interface number. Issues USB_REQ_GET_IF
971 * if_number - interface number
972 * alt_number - alternate interface number
993 "usb_get_alt_if: %s, interface# = 0x%x, altp = 0x%p, "
1383 * Issues USB_REQ_GET_STATUS to device/endpoint/interface
1390 * status reported for an "interface" is NONE.
1398 * what - 0 for device, otherwise interface or ep number
1409 uint_t what, /* 0, interface, ept number */
1464 * Issue USB_REQ_CLEAR_FEATURE to endpoint/device/interface
1471 * what - 0 for device, otherwise interface or ep number
1484 uint_t what, /* 0, interface, ept number */
1524 * Issue USB_REQ_CLEAR_FEATURE to endpoint/device/interface
1530 * what - 0 for device, otherwise interface or ep number
1551 uint_t what, /* 0, interface, ept number */