Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
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];
Dxhci-dbgcap.c64 DBC_MAX_STRING_LENGTH); in xhci_dbc_populate_strings()
75 DBC_MAX_STRING_LENGTH); in xhci_dbc_populate_strings()
87 DBC_MAX_STRING_LENGTH); in xhci_dbc_populate_strings()
119 info->manufacturer = cpu_to_le64(dma + DBC_MAX_STRING_LENGTH); in xhci_dbc_init_contexts()
120 info->product = cpu_to_le64(dma + DBC_MAX_STRING_LENGTH * 2); in xhci_dbc_init_contexts()
121 info->serial = cpu_to_le64(dma + DBC_MAX_STRING_LENGTH * 3); in xhci_dbc_init_contexts()