Lines Matching refs:iface
3025 static int hso_suspend(struct usb_interface *iface, pm_message_t message) in hso_suspend() argument
3031 if (serial_table[i] && (serial_table[i]->interface == iface)) { in hso_suspend()
3041 (network_table[i]->interface == iface)) { in hso_suspend()
3053 static int hso_resume(struct usb_interface *iface) in hso_resume() argument
3060 if (serial_table[i] && (serial_table[i]->interface == iface)) { in hso_resume()
3074 (network_table[i]->interface == iface)) { in hso_resume()
3080 dev_dbg(&iface->dev, in hso_resume()
3152 struct usb_host_interface *iface = intf->cur_altsetting; in hso_get_ep() local
3155 for (i = 0; i < iface->desc.bNumEndpoints; i++) { in hso_get_ep()
3156 endp = &iface->endpoint[i].desc; in hso_get_ep()
3169 struct usb_host_interface *iface = intf->cur_altsetting; in hso_get_mux_ports() local
3171 if (iface->extralen == 3) { in hso_get_mux_ports()
3172 *ports = iface->extra[2]; in hso_get_mux_ports()
3176 for (i = 0; i < iface->desc.bNumEndpoints; i++) { in hso_get_mux_ports()
3177 if (iface->endpoint[i].extralen == 3) { in hso_get_mux_ports()
3178 *ports = iface->endpoint[i].extra[2]; in hso_get_mux_ports()