Lines Matching defs:gadget
3 * u_ether.h -- interface to USB gadget "ethernet link" utilities
94 /* netdev setup/teardown as directed by the gadget driver */
96 * @g: gadget to associated with these links
102 * gadget driver using this framework. The link layer addresses are
133 * gadget driver using this framework. The link layer addresses
144 * gether_set_gadget - initialize one ethernet-over-usb link with a gadget
146 * @g: the gadget to initialize with
148 * This associates one ethernet-over-usb link with a gadget.
254 static inline bool can_support_ecm(struct usb_gadget *gadget)
256 if (!gadget_is_altset_supported(gadget))