Lines Matching refs:data
63 * 28: PCI Bus wrote data to LCS_MBOX0
64 * 29: PCI Bus wrote data to LCS_MBOX1
65 * 30: PCI Bus wrote data to LCS_MBOX2
66 * 31: PCI Bus wrote data to LCS_MBOX3
127 * struct idio_24_gpio - GPIO device private data structure
368 static void idio_24_irq_ack(struct irq_data *data)
372 static void idio_24_irq_mask(struct irq_data *data)
374 struct gpio_chip *const chip = irq_data_get_irq_chip_data(data);
377 const unsigned long bit_offset = irqd_to_hwirq(data) - 24;
401 static void idio_24_irq_unmask(struct irq_data *data)
403 struct gpio_chip *const chip = irq_data_get_irq_chip_data(data);
407 const unsigned long bit_offset = irqd_to_hwirq(data) - 24;
430 static int idio_24_irq_set_type(struct irq_data *data, unsigned int flow_type)