HomeSort by relevance Sort by last modified time
    Searched refs:irqtype (Results 1 - 2 of 2) sorted by null

  /external/libusb/examples/
dpfp.c 281 unsigned char irqtype = transfer->buffer[0]; local
291 printf("IRQ callback %02x\n", irqtype);
294 if (irqtype == 0x01) {
304 if (irqtype == 0x02) {
dpfp_threaded.c 310 unsigned char irqtype = transfer->buffer[0]; local
319 printf("IRQ callback %02x\n", irqtype);
322 if (irqtype == 0x01) {
332 if (irqtype == 0x02) {

Completed in 84 milliseconds