Home
last modified time | relevance | path

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

/linux-6.1.9/sound/usb/
Dcard.c224 struct usb_host_interface *host_iface; in snd_usb_create_streams() local
229 host_iface = &usb_ifnum_to_if(dev, ctrlif)->altsetting[0]; in snd_usb_create_streams()
230 altsd = get_iface_desc(host_iface); in snd_usb_create_streams()
244 h1 = snd_usb_find_csint_desc(host_iface->extra, in snd_usb_create_streams()
245 host_iface->extralen, in snd_usb_create_streams()
252 rest_bytes = (void *)(host_iface->extra + in snd_usb_create_streams()
253 host_iface->extralen) - (void *)h1; in snd_usb_create_streams()
/linux-6.1.9/drivers/nvme/host/
Dfabrics.c117 (len) ? "," : "", ctrl->opts->host_iface); in nvmf_get_address()
805 kfree(opts->host_iface); in nvmf_parse_options()
806 opts->host_iface = p; in nvmf_parse_options()
997 if (strcmp(opts->host_iface, ctrl->opts->host_iface)) in nvmf_ip_options_match()
1036 kfree(opts->host_iface); in nvmf_free_options()
Dfabrics.h120 char *host_iface; member
Dtcp.c1560 char *iface = nctrl->opts->host_iface; in nvme_tcp_alloc_queue()
2605 if (!__dev_get_by_name(&init_net, opts->host_iface)) { in nvme_tcp_create_ctrl()
2607 opts->host_iface); in nvme_tcp_create_ctrl()
Dcore.c4639 opts->host_iface ?: "none"); in nvme_class_uevent()