Home
last modified time | relevance | path

Searched refs:ep_list (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/usb/
H A Dgadget.h191 * @ep_list:the gadget's ep_list holds all of its endpoints
215 * gadget->ep_list. the control endpoint (gadget->ep0) is not in that list,
224 struct list_head ep_list; member
349 * @ep_list: List of other endpoints supported by the device.
421 struct list_head ep_list; /* of usb_ep */ member
494 #define gadget_for_each_ep(tmp, gadget) list_for_each_entry(tmp, &(gadget)->ep_list, ep_list)
/device/soc/rockchip/rk3588/kernel/include/linux/usb/
H A Dgadget.h204 * @ep_list:the gadget's ep_list holds all of its endpoints
228 * gadget->ep_list. the control endpoint (gadget->ep0) is not in that list,
237 struct list_head ep_list; member
358 * @ep_list: List of other endpoints supported by the device.
430 struct list_head ep_list; /* of usb_ep */ member
505 list_for_each_entry(tmp, &(gadget)->ep_list, ep_list)

Completed in 4 milliseconds