Lines Matching full:pruss
25 * is not the same as the total number of host interrupts supported by the PRUSS
85 * @num_system_events: number of input system events handled by the PRUSS INTC
87 * channels) supported by the PRUSS INTC
95 * struct pruss_intc - PRUSS interrupt controller structure
98 * @irqs: kernel irq numbers corresponding to PRUSS host interrupts
101 * @soc_config: cached PRUSS INTC IP configuration data
102 * @dev: PRUSS INTC device pointer
113 struct mutex lock; /* PRUSS INTC lock */
117 * struct pruss_host_irq_data - PRUSS host irq data structure
118 * @intc: PRUSS interrupt controller pointer
171 * pruss_intc_map() - configure the PRUSS INTC
172 * @intc: PRUSS interrupt controller pointer
175 * Configures the PRUSS INTC with the provided configuration from the one parsed
214 * pruss_intc_unmap() - unconfigure the PRUSS INTC
215 * @intc: PRUSS interrupt controller pointer
365 .name = "pruss-intc",
493 /* get highest priority pending PRUSS system event */ in pruss_intc_irq_handler()
633 .compatible = "ti,pruss-intc",
646 .name = "pruss-intc",