Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/
A Dcomposite.c1329 unsigned n_gs; in copy_gadget_strings() local
1343 for (n_gs = 0; n_gs < n_gstrings; n_gs++) { in copy_gadget_strings()
1346 gs_array[n_gs] = stash; in copy_gadget_strings()
1347 gs = gs_array[n_gs]; in copy_gadget_strings()
1351 org_s = sp[n_gs]->strings; in copy_gadget_strings()
1367 gs_array[n_gs] = NULL; in copy_gadget_strings()
1392 struct usb_gadget_strings **n_gs; in usb_gstrings_attach() local
1407 n_gs = get_containers_gs(uc); in usb_gstrings_attach()
1417 m_s = n_gs[0]->strings; in usb_gstrings_attach()
1418 s = n_gs[i]->strings; in usb_gstrings_attach()
[all …]

Completed in 7 milliseconds