Searched defs:usbdev_ctrl (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/coreboot/payloads/libpayload/include/udc/ |
H A D | udc.h | 74 struct usbdev_ctrl { struct 93 int (*poll)(struct usbdev_ctrl *); argument 101 void (*add_gadget)(struct usbdev_ctrl *, argument 125 void (*enqueue_packet)(struct usbdev_ctrl *this, int endpoint, argument 131 void (*set_address)(struct usbdev_ctrl *, int address); argument 133 void (*halt_ep)(struct usbdev_ctrl *this, int ep, int in_dir); argument 134 void (*start_ep)(struct usbdev_ctrl *this, argument 140 void (*stall)(struct usbdev_ctrl *, uint8_t ep, int in_dir, int set); argument 145 void (*force_shutdown)(struct usbdev_ctrl *this); argument 151 void (*shutdown)(struct usbdev_ctrl *this); argument [all …]
|