Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/legacy/
Dtcm_usb_gadget.h13 #define USBG_NAMELEN 32 macro
32 char iport_name[USBG_NAMELEN];
61 char tport_name[USBG_NAMELEN];
Dtcm_usb_gadget.c1487 if (len == 0 || len > USBG_NAMELEN - 1) in usbg_check_wwn()
1803 unsigned char i_port[USBG_NAMELEN], *ptr; in tcm_usbg_tpg_store_nexus()
1810 if (strlen(page) >= USBG_NAMELEN) { in tcm_usbg_tpg_store_nexus()
1812 " max: %d\n", page, USBG_NAMELEN); in tcm_usbg_tpg_store_nexus()
1815 snprintf(i_port, USBG_NAMELEN, "%s", page); in tcm_usbg_tpg_store_nexus()