Searched refs:first_if (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dparser.c303 size_t first_if,
316 (buf[2] == first_if)) {
301 usb_parse_ia_descr(uchar_t *buf, size_t buflen, size_t first_if, usb_ia_descr_t *ret_descr, size_t ret_buf_len) argument
H A Dusbai_util.c823 int first_if, if_count; local
825 first_if = usb_get_if_number(dip);
828 if_count += first_if;
830 return ((n_if >= first_if && n_if < if_count) ? B_TRUE : B_FALSE);
H A Dusba.c2283 * this interface-association that starts from first_if.
2288 uint_t first_if,
2317 child_ud->usb_port, first_if, child_ud->usb_port_status);
2323 first_if, /* interface index */
2340 reg[0] = first_if;
2404 first_if);
2412 first_if);
2287 usba_ready_interface_association_node(dev_info_t *dip, uint_t first_if, uint_t *if_count) argument
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_private.h74 * first_if the first interace associated with current iad
107 size_t first_if,
/illumos-gate/usr/src/uts/common/io/usb/usb_ia/
H A Dusb_ia.c804 uint_t n_ifs, first_if; local
815 first_if = usb_ia->ia_first_if;
827 cdip = usba_ready_interface_node(usb_ia->ia_dip, first_if + i);

Completed in 72 milliseconds