Searched refs:inttype (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/s390/kvm/ |
D | trace-s390.h | 118 __field(__u32, inttype) 125 __entry->inttype = type & 0x00000000ffffffff; 134 __entry->inttype, 135 __print_symbolic(__entry->inttype, kvm_s390_int_type), 146 __field(__u32, inttype) 154 __entry->inttype = type & 0x00000000ffffffff; 163 __entry->id, __entry->inttype, 164 __print_symbolic(__entry->inttype, kvm_s390_int_type), 177 __field(__u32, inttype) 184 __entry->inttype = type & 0x00000000ffffffff; [all …]
|
/linux-4.1.27/drivers/bus/ |
D | omap_l3_noc.c | 170 int inttype, i, ret; in l3_interrupt_handler() local 177 inttype = irq == l3->app_irq ? L3_APPLICATION_ERROR : L3_DEBUG_ERROR; in l3_interrupt_handler() 187 L3_FLAGMUX_REGERR0 + (inttype << 3)); in l3_interrupt_handler() 189 err_reg &= ~(inttype ? flag_mux->mask_app_bits : in l3_interrupt_handler() 208 inttype ? "debug" : "application", in l3_interrupt_handler() 212 L3_FLAGMUX_MASK0 + (inttype << 3); in l3_interrupt_handler() 218 if (inttype) in l3_interrupt_handler() 230 inttype ? "debug" : "application"); in l3_interrupt_handler()
|
/linux-4.1.27/samples/kfifo/ |
D | Makefile | 1 obj-$(CONFIG_SAMPLE_KFIFO) += bytestream-example.o dma-example.o inttype-example.o record-example.o
|
/linux-4.1.27/drivers/staging/ft1000/ft1000-pcmcia/ |
D | ft1000_hw.c | 1817 u16 inttype; in ft1000_interrupt() local 1833 inttype = ft1000_read_reg(dev, FT1000_REG_SUP_ISR); in ft1000_interrupt() 1837 while (inttype) { in ft1000_interrupt() 1838 if (inttype & ISR_DOORBELL_PEND) in ft1000_interrupt() 1841 if (inttype & ISR_RCV) { in ft1000_interrupt() 1868 inttype = ft1000_read_reg(dev, FT1000_REG_SUP_ISR); in ft1000_interrupt() 1870 inttype); in ft1000_interrupt()
|