Searched refs:irq_get_chip (Results 1 – 14 of 14) sorted by relevance
44 struct irq_chip *chip = irq_get_chip(irq); in hpsim_irq_set_chip()
50 irq_chip = irq_get_chip(gpio_to_irq(AMS_DELTA_GPIO_PIN_KEYBRD_CLK)); in deferred_fiq()
208 struct irq_chip *parent_chip = irq_get_chip(parent_irq); in s3c2410_eint0_3_ack()219 struct irq_chip *parent_chip = irq_get_chip(parent_irq); in s3c2410_eint0_3_mask()230 struct irq_chip *parent_chip = irq_get_chip(parent_irq); in s3c2410_eint0_3_unmask()
92 struct irq_chip *chip = irq_get_chip(irq); in get_intc_desc()
240 irq_set_chip_and_handler_name(irq, irq_get_chip(entry->pirq), in intc_subgroup_map()
102 struct irq_chip *chip = irq_get_chip(chip_data->parent_irq); in combiner_set_affinity()
244 irq_get_chip(irq)->irq_unmask(irq_get_irq_data(irq)); in intc_irqpin_irq_enable_force()256 irq_get_chip(irq)->irq_mask(irq_get_irq_data(irq)); in intc_irqpin_irq_disable_force()
438 gpio_unbanked = *container_of(irq_get_chip(irq), in davinci_gpio_get_irq_chip()448 gpio_unbanked = *irq_get_chip(irq); in keystone_gpio_get_irq_chip()
233 if (irq_get_chip(irq) == &no_irq_chip) in init_IRQ()
285 if (irq_get_chip(irq) != &cpu_interrupt_type) in cpu_claim_irq()
278 if (irq_get_chip(i) == &no_irq_chip) in sn_irq_init()
608 static inline struct irq_chip *irq_get_chip(unsigned int irq) in irq_get_chip() function
604 chip = irq_get_chip(irq); in register_intr()
1361 chip = irq_get_chip(irq); in print_IO_APICs()