Lines Matching defs:gadget
3 * u_ether.h -- interface to USB gadget "ethernet link" utilities
95 /* netdev setup/teardown as directed by the gadget driver */
97 * @g: gadget to associated with these links
103 * gadget driver using this framework. The link layer addresses are
134 * gadget driver using this framework. The link layer addresses
145 * gether_set_gadget - initialize one ethernet-over-usb link with a gadget
147 * @g: the gadget to initialize with
149 * This associates one ethernet-over-usb link with a gadget.
270 static inline bool can_support_ecm(struct usb_gadget *gadget)
272 if (!gadget_is_altset_supported(gadget))