Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/
H A Dconfigfs.c1618 unsigned int nlangs = 0; in configfs_attach_gadget_strings() local
1626 nlangs++; in configfs_attach_gadget_strings()
1629 if (!nlangs) in configfs_attach_gadget_strings()
1632 …gadget_strings = kzalloc_objs(struct usb_gadget_strings *, nlangs + 1)/* including NULL terminator… in configfs_attach_gadget_strings()