OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 21 milliseconds