Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-dbgcap.h50 #define DBC_MAX_STRING_LENGTH 64 macro
67 char string0[DBC_MAX_STRING_LENGTH];
68 char manufacturer[DBC_MAX_STRING_LENGTH];
69 char product[DBC_MAX_STRING_LENGTH];
70 char serial[DBC_MAX_STRING_LENGTH];
H A Dxhci-dbgcap.c49 DBC_MAX_STRING_LENGTH); in xhci_dbc_populate_strings()
60 DBC_MAX_STRING_LENGTH); in xhci_dbc_populate_strings()
72 DBC_MAX_STRING_LENGTH); in xhci_dbc_populate_strings()
104 info->manufacturer = cpu_to_le64(dma + DBC_MAX_STRING_LENGTH); in xhci_dbc_init_contexts()
105 info->product = cpu_to_le64(dma + DBC_MAX_STRING_LENGTH * 2); in xhci_dbc_init_contexts()
106 info->serial = cpu_to_le64(dma + DBC_MAX_STRING_LENGTH * 3); in xhci_dbc_init_contexts()