Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/legacy/
Dtcm_usb_gadget.c1501 const char *wnn_name; in usbg_make_nodeacl() local
1503 wnn_name = usbg_check_wwn(name); in usbg_make_nodeacl()
1504 if (!wnn_name) in usbg_make_nodeacl()
1603 const char *wnn_name; in usbg_make_tport() local
1606 wnn_name = usbg_check_wwn(name); in usbg_make_tport()
1607 if (!wnn_name) in usbg_make_tport()
1614 snprintf(tport->tport_name, sizeof(tport->tport_name), "%s", wnn_name); in usbg_make_tport()