Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
A Df_eem.c201 if (!eem->port.in_ep->desc || !eem->port.out_ep->desc) { in eem_set_alt()
283 eem->ctrl_id = status; in eem_bind()
292 eem->port.in_ep = ep; in eem_bind()
297 eem->port.out_ep = ep; in eem_bind()
317 eem->port.in_ep->name, eem->port.out_ep->name); in eem_bind()
627 struct f_eem *eem; in eem_free() local
630 eem = func_to_eem(f); in eem_free()
632 kfree(eem); in eem_free()
647 struct f_eem *eem; in eem_alloc() local
651 eem = kzalloc(sizeof(*eem), GFP_KERNEL); in eem_alloc()
[all …]
/linux/Documentation/ABI/testing/
A Dconfigfs-usb-gadget-eem1 What: /config/usb-gadget/gadget/functions/eem.name
/linux/Documentation/usb/
A Dgadget-testing.rst159 The function name to use when creating the function directory is "eem".
172 and after creating the functions/eem.<instance name> they contain default

Completed in 7 milliseconds