Home
last modified time | relevance | path

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

/drivers/usb/gadget/function/
A Dtcm.h14 #define USBG_NAMELEN 32 macro
56 char tport_name[USBG_NAMELEN];
A Df_tcm.c1626 if (len == 0 || len > USBG_NAMELEN - 1) in usbg_check_wwn()
1930 unsigned char i_port[USBG_NAMELEN], *ptr; in tcm_usbg_tpg_nexus_store()
1937 if (strlen(page) >= USBG_NAMELEN) { in tcm_usbg_tpg_nexus_store()
1940 pr_err(NEXUS_STORE_MSG, page, USBG_NAMELEN); in tcm_usbg_tpg_nexus_store()
1944 snprintf(i_port, USBG_NAMELEN, "%s", page); in tcm_usbg_tpg_nexus_store()

Completed in 8 milliseconds