/external/libusb/examples/ |
dpfp.c | 279 static void cb_irq(struct libusb_transfer *transfer) function 407 sizeof(irqbuf), cb_irq, NULL, 0);
|
dpfp_threaded.c | 308 static void cb_irq(struct libusb_transfer *transfer) function 434 sizeof(irqbuf), cb_irq, NULL, 0);
|
/external/libusb_aah/examples/ |
dpfp.c | 279 static void LIBUSB_CALL cb_irq(struct libusb_transfer *transfer) function 407 sizeof(irqbuf), cb_irq, NULL, 0);
|
dpfp_threaded.c | 308 static void LIBUSB_CALL cb_irq(struct libusb_transfer *transfer) function 434 sizeof(irqbuf), cb_irq, NULL, 0);
|