HomeSort by relevance Sort by last modified time
    Searched defs:interrupts (Results 1 - 4 of 4) sorted by null

  /tools/loganalysis/src/com/android/loganalysis/item/
InterruptItem.java 30 * An {@link IItem} used to store information related to interrupts
34 public static final String INTERRUPTS = "INTERRUPT_INFO";
102 * @param interruptCount Number of interrupts
114 LinkedList<InterruptInfoItem> interrupts = new LinkedList<InterruptInfoItem>(); local
116 return interrupts;
121 interrupts.add(interrupt);
124 return interrupts;
158 JSONArray interrupts = new JSONArray(); local
160 interrupts.put(interrupt.toJson());
162 object.put(INTERRUPTS, interrupts)
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
z8k-dis.c 51 unsigned long interrupts; member in struct:__anon5124
437 instr_data->interrupts = instr_nibl & 0x3;
440 instr_data->interrupts = instr_nibl & 0x3;
475 print_intr(char *tmp_str, unsigned long interrupts)
480 if (! (interrupts & 2))
485 if (! (interrupts & 1))
574 print_intr (tmp_str, instr_data->interrupts);
  /external/autotest/client/profilers/powertop/src/
powertop.c 68 struct irqdata interrupts[IRQCOUNT]; variable in typeref:struct:irqdata
155 if (interrupts[i].active && interrupts[i].number == irq) {
157 oldcount = interrupts[i].count;
158 interrupts[i].count = count;
161 if (!interrupts[i].active && firstfree > i)
165 interrupts[firstfree].active = 1;
166 interrupts[firstfree].count = count;
167 interrupts[firstfree].number = irq;
168 strcpy(interrupts[firstfree].description, name)
    [all...]
  /device/google/contexthub/firmware/os/inc/
nanohubPacket.h 220 uint32_t interrupts[HOSTINTF_MAX_INTERRUPTS/(32*sizeof(uint8_t))]; member in struct:NanohubGetInterruptResponse

Completed in 116 milliseconds