Searched refs:hostif (Results 1 - 7 of 7) sorted by relevance

/linux-master/sound/usb/
H A Dmidi2.c95 struct usb_host_interface *hostif; member in struct:snd_usb_midi2_interface
523 struct usb_host_interface *hostif = umidi->hostif; local
532 USB_DT_CS_GR_TRM_BLOCK << 8 | hostif->desc.bAlternateSetting,
533 hostif->desc.bInterfaceNumber,
540 hostif->desc.bInterfaceNumber, hostif->desc.bAlternateSetting);
551 USB_DT_CS_GR_TRM_BLOCK << 8 | hostif->desc.bAlternateSetting,
552 hostif->desc.bInterfaceNumber, data, size);
665 struct usb_host_interface *hostif local
1000 is_midi2_altset(struct usb_host_interface *hostif) argument
1075 struct usb_host_interface *hostif; local
[all...]
H A Dmidi.c1061 struct usb_host_interface *hostif; local
1069 hostif = &intf->altsetting[umidi->roland_load_ctl->private_value];
1070 intfd = get_iface_desc(hostif);
1746 static int find_usb_ijack(struct usb_host_interface *hostif, uint8_t jack_id) argument
1748 unsigned char *extra = hostif->extra;
1749 int extralen = hostif->extralen;
1792 struct usb_host_interface *hostif; local
1809 hostif = intf->cur_altsetting;
1810 iJack = find_usb_ijack(hostif, jack_id);
1906 struct usb_host_interface *hostif; local
2044 struct usb_host_interface *hostif; local
2081 struct usb_host_interface *hostif; local
2146 struct usb_host_interface *hostif; local
2187 struct usb_host_interface *hostif; local
2228 struct usb_host_interface *hostif; local
[all...]
H A Dmixer.h18 struct usb_host_interface *hostif; member in struct:usb_mixer_interface
H A Dmixer.c304 return get_iface_desc(mixer->hostif)->bInterfaceNumber;
3224 state.buffer = mixer->hostif->extra;
3225 state.buflen = mixer->hostif->extralen;
3238 while ((p = snd_usb_find_csint_desc(mixer->hostif->extra,
3239 mixer->hostif->extralen,
3533 if (get_iface_desc(mixer->hostif)->bNumEndpoints < 1)
3535 ep = get_endpoint(mixer->hostif, 0);
3579 mixer->hostif = &usb_ifnum_to_if(chip->dev, ctrlif)->altsetting[0];
3580 switch (get_iface_desc(mixer->hostif)->bInterfaceProtocol) {
H A Dmixer_us16x08.c1301 if (mixer->hostif->desc.bInterfaceNumber == 3) {
/linux-master/drivers/i2c/busses/
H A Di2c-diolan-u2c.c439 struct usb_host_interface *hostif = interface->cur_altsetting; local
443 if (hostif->desc.bInterfaceNumber != 0
444 || hostif->desc.bNumEndpoints < 2)
453 dev->ep_out = hostif->endpoint[0].desc.bEndpointAddress;
454 dev->ep_in = hostif->endpoint[1].desc.bEndpointAddress;
/linux-master/drivers/mfd/
H A Ddln2.c608 struct usb_host_interface *hostif)
766 struct usb_host_interface *hostif = interface->cur_altsetting; local
774 if (hostif->desc.bInterfaceNumber != 0)
777 ret = usb_find_common_endpoints(hostif, &epin, &epout, NULL, NULL);
803 ret = dln2_setup_rx_urbs(dln2, hostif);
607 dln2_setup_rx_urbs(struct dln2_dev *dln2, struct usb_host_interface *hostif) argument

Completed in 117 milliseconds