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

/external/libusb/examples/
H A Ddpfp.c281 unsigned char irqtype = transfer->buffer[0]; local
291 printf("IRQ callback %02x\n", irqtype);
294 if (irqtype == 0x01) {
304 if (irqtype == 0x02) {
H A Ddpfp_threaded.c310 unsigned char irqtype = transfer->buffer[0]; local
319 printf("IRQ callback %02x\n", irqtype);
322 if (irqtype == 0x01) {
332 if (irqtype == 0x02) {

Completed in 5630 milliseconds