Lines Matching refs:pin
99 TP_PROTO(__u64 e, int pin, bool coalesced),
100 TP_ARGS(e, pin, coalesced),
104 __field( int, pin )
110 __entry->pin = pin;
115 __entry->pin, (u8)(__entry->e >> 56), (u8)__entry->e,
177 #define kvm_ack_irq_parm __print_symbolic(__entry->irqchip, kvm_irqchips), __entry->pin
180 #define kvm_ack_irq_parm __entry->irqchip, __entry->pin
184 TP_PROTO(unsigned int irqchip, unsigned int pin),
185 TP_ARGS(irqchip, pin),
189 __field( unsigned int, pin )
194 __entry->pin = pin;