Lines Matching defs:chip_data
1309 * irq_domain_reset_irq_data - Clear hwirq, chip and chip_data in @irq_data
1316 irq_data->chip_data = NULL;
1521 * @chip_data: The associated chip data
1526 void *chip_data)
1535 irq_data->chip_data = chip_data;
1548 * @chip_data: The associated interrupt chip data
1555 void *chip_data, irq_flow_handler_t handler,
1558 irq_domain_set_hwirq_and_chip(domain, virq, hwirq, chip, chip_data);
1804 irq_data->chip_data = NULL;
2059 * @chip_data: The associated interrupt chip data
2066 void *chip_data, irq_flow_handler_t handler,
2070 irq_set_chip_data(virq, chip_data);