Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/legacy/
Dtcm_usb_gadget.h12 #define USBG_NAMELEN 32 macro
49 char tport_name[USBG_NAMELEN];
Dtcm_usb_gadget.c1363 if (len == 0 || len > USBG_NAMELEN - 1) in usbg_check_wwn()
1637 unsigned char i_port[USBG_NAMELEN], *ptr; in tcm_usbg_tpg_nexus_store()
1644 if (strlen(page) >= USBG_NAMELEN) { in tcm_usbg_tpg_nexus_store()
1646 " max: %d\n", page, USBG_NAMELEN); in tcm_usbg_tpg_nexus_store()
1649 snprintf(i_port, USBG_NAMELEN, "%s", page); in tcm_usbg_tpg_nexus_store()