Searched refs:host_iface (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/usb/ |
H A D | card.c | 219 struct usb_host_interface *host_iface; in snd_usb_create_streams() local 224 host_iface = &usb_ifnum_to_if(dev, ctrlif)->altsetting[0]; in snd_usb_create_streams() 225 altsd = get_iface_desc(host_iface); in snd_usb_create_streams() 239 h1 = snd_usb_find_csint_desc(host_iface->extra, in snd_usb_create_streams() 240 host_iface->extralen, in snd_usb_create_streams() 247 rest_bytes = (void *)(host_iface->extra + in snd_usb_create_streams() 248 host_iface->extralen) - (void *)h1; in snd_usb_create_streams()
|
/kernel/linux/linux-6.6/sound/usb/ |
H A D | card.c | 224 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()
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | fabrics.c | 143 (len) ? "," : "", ctrl->opts->host_iface); in nvmf_get_address() 637 { NVMF_OPT_HOST_IFACE, "host_iface=%s" }, 859 kfree(opts->host_iface); in nvmf_parse_options() 860 opts->host_iface = p; in nvmf_parse_options() 1114 * host_traddr/host_iface when it matters). in nvmf_ip_options_match() 1127 if (strcmp(opts->host_iface, ctrl->opts->host_iface)) in nvmf_ip_options_match() 1166 kfree(opts->host_iface); in nvmf_free_options()
|
H A D | fabrics.h | 87 * @host_iface: A transport-specific field identifying the NVME host 114 char *host_iface; member
|
H A D | tcp.c | 1584 char *iface = nctrl->opts->host_iface; in nvme_tcp_alloc_queue() 2567 if (!__dev_get_by_name(&init_net, opts->host_iface)) { in nvme_tcp_create_ctrl() 2569 opts->host_iface); in nvme_tcp_create_ctrl()
|
H A D | core.c | 4039 opts->host_iface ?: "none"); in nvme_class_uevent()
|
Completed in 14 milliseconds