Home
last modified time | relevance | path

Searched defs:gadget (Results 1 – 3 of 3) sorted by relevance

/include/linux/usb/
Dgadget.h473 static inline void set_gadget_data(struct usb_gadget *gadget, void *data) in set_gadget_data()
475 static inline void *get_gadget_data(struct usb_gadget *gadget) in get_gadget_data()
481 static inline struct usb_gadget *usb_get_gadget(struct usb_gadget *gadget) in usb_get_gadget()
486 static inline void usb_put_gadget(struct usb_gadget *gadget) in usb_put_gadget()
503 #define gadget_for_each_ep(tmp, gadget) \ argument
635 static inline int usb_gadget_frame_number(struct usb_gadget *gadget) in usb_gadget_frame_number()
637 static inline int usb_gadget_wakeup(struct usb_gadget *gadget) in usb_gadget_wakeup()
639 static inline int usb_gadget_set_remote_wakeup(struct usb_gadget *gadget, int set) in usb_gadget_set_remote_wakeup()
641 static inline int usb_gadget_set_selfpowered(struct usb_gadget *gadget) in usb_gadget_set_selfpowered()
643 static inline int usb_gadget_clear_selfpowered(struct usb_gadget *gadget) in usb_gadget_clear_selfpowered()
[all …]
Dotg.h24 struct usb_gadget *gadget; member
Dcomposite.h464 struct usb_gadget *gadget; member