/linux/Documentation/translations/zh_CN/core-api/irq/ |
H A D | irq-domain.rst | 141 irq_domain_add_simple() 161 大多数使用传统映射的用户应该使用irq_domain_add_simple()或 173 irq_domain_add_simple()和irq_domain_create_simple()以及
|
/linux/drivers/irqchip/ |
H A D | irq-sa11x0.c | 165 sa1100_normal_irqdomain = irq_domain_add_simple(NULL, in sa11x0_init_irq_nodt()
|
H A D | irq-aspeed-vic.c | 214 vic->dom = irq_domain_add_simple(node, NUM_IRQS, 0, in avic_of_init()
|
H A D | irq-ftintc010.c | 183 f->domain = irq_domain_add_simple(node, FT010_NUM_IRQS, 0, in ft010_of_init_irq()
|
H A D | irq-vic.c | 292 v->domain = irq_domain_add_simple(node, fls(valid_sources), irq, in vic_register()
|
H A D | irq-renesas-intc-irqpin.c | 516 p->irq_domain = irq_domain_add_simple(dev->of_node, nirqs, 0, in intc_irqpin_probe()
|
/linux/drivers/mfd/ |
H A D | fsl-imx25-tsadc.c | 75 tsadc->domain = irq_domain_add_simple(np, 2, 0, &mx25_tsadc_domain_ops, in mx25_tsadc_setup_irq()
|
H A D | max8998-irq.c | 233 domain = irq_domain_add_simple(NULL, MAX8998_IRQ_NR, in max8998_irq_init()
|
H A D | tc3589x.c | 237 tc3589x->domain = irq_domain_add_simple( in tc3589x_irq_init()
|
H A D | stmfx.c | 272 stmfx->irq_domain = irq_domain_add_simple(stmfx->dev->of_node, in stmfx_irq_init()
|
H A D | tps6586x.c | 366 tps6586x->irq_domain = irq_domain_add_simple(tps6586x->dev->of_node, in tps6586x_irq_init()
|
H A D | ab8500-core.c | 583 ab8500->domain = irq_domain_add_simple(ab8500->dev->of_node, in ab8500_irq_init()
|
H A D | stmpe.c | 1222 stmpe->domain = irq_domain_add_simple(np, num_irqs, base, in stmpe_irq_init()
|
H A D | db8500-prcmu.c | 2610 db8500_irq_domain = irq_domain_add_simple( in db8500_irq_init()
|
/linux/drivers/misc/ |
H A D | hi6421v600-irq.c | 257 priv->domain = irq_domain_add_simple(np, PMIC_IRQ_LIST_MAX, 0, in hi6421v600_irq_probe()
|
/linux/Documentation/core-api/irq/ |
H A D | irq-domain.rst | 162 irq_domain_add_simple() 192 Most users of legacy mappings should use irq_domain_add_simple() or 209 irq_domain_add_simple() and irq_domain_create_simple() as well as
|
/linux/drivers/gpio/ |
H A D | gpio-sa1100.c | 322 sa1100_gpio_irqdomain = irq_domain_add_simple(NULL, in sa1100_init_gpio()
|
H A D | gpio-em.c | 326 p->irq_domain = irq_domain_add_simple(dev->of_node, ngpios, 0, in em_gio_probe()
|
/linux/include/linux/ |
H A D | irqdomain.h | 404 static inline struct irq_domain *irq_domain_add_simple(struct device_node *of_node, in irq_domain_add_simple() function
|
/linux/drivers/bus/ |
H A D | moxtet.c | 740 moxtet->irq.domain = irq_domain_add_simple(moxtet->dev->of_node, in moxtet_irq_setup()
|
/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | global2.c | 1157 chip->g2_irq.domain = irq_domain_add_simple( in mv88e6xxx_g2_irq_setup()
|
H A D | chip.c | 300 chip->g1_irq.domain = irq_domain_add_simple( in mv88e6xxx_g1_irq_setup_common()
|
/linux/drivers/pinctrl/ |
H A D | pinctrl-single.c | 1620 pcs->domain = irq_domain_add_simple(np, num_irqs, 0, in pcs_irq_init_chained_handler()
|
/linux/drivers/net/dsa/microchip/ |
H A D | ksz_common.c | 2700 kirq->domain = irq_domain_add_simple(dev->dev->of_node, kirq->nirqs, 0, in ksz_irq_common_setup()
|
/linux/drivers/net/usb/ |
H A D | lan78xx.c | 2478 irqdomain = irq_domain_add_simple(of_node, MAX_INT_EP, 0, in lan78xx_setup_irq_domain()
|