Searched refs:inttype (Results 1 - 4 of 4) sorted by relevance

/linux-master/samples/kfifo/
H A DMakefile2 obj-$(CONFIG_SAMPLE_KFIFO) += bytestream-example.o dma-example.o inttype-example.o record-example.o
/linux-master/arch/s390/kvm/
H A Dtrace-s390.h130 __field(__u32, inttype)
137 __entry->inttype = type & 0x00000000ffffffff;
146 __entry->inttype, get_irq_name(__entry->inttype),
156 __field(__u32, inttype)
163 __entry->inttype = type & 0x00000000ffffffff;
169 __entry->id, __entry->inttype,
170 get_irq_name(__entry->inttype), __entry->parm,
183 __field(__u32, inttype)
190 __entry->inttype
[all...]
/linux-master/drivers/bus/
H A Domap_l3_noc.c162 int inttype, i, ret; local
169 inttype = irq == l3->app_irq ? L3_APPLICATION_ERROR : L3_DEBUG_ERROR;
179 L3_FLAGMUX_REGERR0 + (inttype << 3));
181 err_reg &= ~(inttype ? flag_mux->mask_app_bits :
200 inttype ? "debug" : "application",
204 L3_FLAGMUX_MASK0 + (inttype << 3);
210 if (inttype)
222 inttype ? "debug" : "application");
/linux-master/drivers/dma/qcom/
H A Dgpi.c111 #define GPII_n_EV_k_CNTXT_0(el_size, inttype, chtype) \
113 FIELD_PREP(GPII_n_EV_k_CNTXT_0_INTYPE, inttype) | \

Completed in 211 milliseconds