Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-dbgcap.c123 static void xhci_dbc_populate_str_descs(struct dbc_str_descs *str_descs, in xhci_dbc_populate_str_descs() argument
127 xhci_dbc_populate_str_desc(str_descs->serial, str->serial); in xhci_dbc_populate_str_descs()
130 xhci_dbc_populate_str_desc(str_descs->product, str->product); in xhci_dbc_populate_str_descs()
133 xhci_dbc_populate_str_desc(str_descs->manufacturer, str->manufacturer); in xhci_dbc_populate_str_descs()
136 str_descs->string0[0] = 4; in xhci_dbc_populate_str_descs()
137 str_descs->string0[1] = USB_DT_STRING; in xhci_dbc_populate_str_descs()
138 str_descs->string0[2] = 0x09; in xhci_dbc_populate_str_descs()
139 str_descs->string0[3] = 0x04; in xhci_dbc_populate_str_descs()
158 info->length = cpu_to_le32(dbc_prepare_info_context_str_len(dbc->str_descs)); in xhci_dbc_init_contexts()
569 dbc->str_descs_size = sizeof(*dbc->str_descs); in xhci_dbc_mem_init()
[all …]