Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/
H A Doe-setup-build70 n_s = input("Please choose a configuration by its number: ")
71 try: return templates[int(n_s) - 1]
/openbmc/linux/drivers/usb/gadget/
H A Dcomposite.c1439 unsigned n_s; in copy_gadget_strings() local
1462 for (n_s = 0; n_s < n_strings; n_s++) { in copy_gadget_strings()