Lines Matching refs:pin
93 TP_PROTO(__u64 e, int pin, bool coalesced),
94 TP_ARGS(e, pin, coalesced),
98 __field( int, pin )
104 __entry->pin = pin;
109 __entry->pin, (u8)(__entry->e >> 56), (u8)__entry->e,
170 #define kvm_ack_irq_parm __print_symbolic(__entry->irqchip, kvm_irqchips), __entry->pin
173 #define kvm_ack_irq_parm __entry->irqchip, __entry->pin
177 TP_PROTO(unsigned int irqchip, unsigned int pin),
178 TP_ARGS(irqchip, pin),
182 __field( unsigned int, pin )
187 __entry->pin = pin;