Home
last modified time | relevance | path

Searched refs:host_iface (Results 1 – 6 of 6) sorted by relevance

/linux/sound/usb/
H A Dhelper.c138 struct usb_host_interface *host_iface; in snd_usb_add_ctrl_interface_link() local
146 host_iface = &usb_ifnum_to_if(dev, ctrlif)->altsetting[0]; in snd_usb_add_ctrl_interface_link()
149 chip->intf_to_ctrl[chip->num_intf_to_ctrl].ctrl_intf = host_iface; in snd_usb_add_ctrl_interface_link()
H A Dcard.c226 struct usb_host_interface *host_iface; in snd_usb_create_streams() local
231 host_iface = &usb_ifnum_to_if(dev, ctrlif)->altsetting[0]; in snd_usb_create_streams()
232 altsd = get_iface_desc(host_iface); in snd_usb_create_streams()
246 h1 = snd_usb_find_csint_desc(host_iface->extra, in snd_usb_create_streams()
247 host_iface->extralen, in snd_usb_create_streams()
254 rest_bytes = (void *)(host_iface->extra + in snd_usb_create_streams()
255 host_iface->extralen) - (void *)h1; in snd_usb_create_streams()
/linux/drivers/nvme/host/
H A Dfabrics.c144 (len) ? "," : "", ctrl->opts->host_iface); in nvmf_get_address()
921 kfree(opts->host_iface); in nvmf_parse_options()
922 opts->host_iface = p; in nvmf_parse_options()
1223 if (strcmp(opts->host_iface, ctrl->opts->host_iface)) in nvmf_ip_options_match()
1264 kfree(opts->host_iface); in nvmf_free_options()
H A Dfabrics.h120 char *host_iface; member
H A Dtcp.c1745 char *iface = nctrl->opts->host_iface; in nvme_tcp_alloc_queue()
2769 if (!__dev_get_by_name(&init_net, opts->host_iface)) { in nvme_tcp_alloc_ctrl()
2771 opts->host_iface); in nvme_tcp_alloc_ctrl()
H A Dcore.c4321 opts->host_iface ?: "none"); in nvme_class_uevent()