Home
last modified time | relevance | path

Searched refs:irq_domain_create_simple (Results 1 – 25 of 31) sorted by relevance

12

/linux/Documentation/translations/zh_CN/core-api/irq/
H A Dirq-domain.rst133 irq_domain_create_simple()
152 irq_domain_create_simple(),只有在系统提供IRQ范围时才会使用传统域,否则将使用
163 irq_domain_add_simple()和irq_domain_create_simple()以及
/linux/drivers/irqchip/
H A Dirq-sa11x0.c169 sa1100_normal_irqdomain = irq_domain_create_simple(NULL, in sa11x0_init_irq_nodt()
H A Dirq-ftintc010.c183 f->domain = irq_domain_create_simple(of_fwnode_handle(node), in ft010_of_init_irq()
H A Dirq-aspeed-vic.c214 vic->dom = irq_domain_create_simple(of_fwnode_handle(node), NUM_IRQS, 0, in avic_of_init()
H A Dirq-vic.c296 v->domain = irq_domain_create_simple(of_fwnode_handle(node), in vic_register()
H A Dirq-renesas-intc-irqpin.c516 p->irq_domain = irq_domain_create_simple(dev_fwnode(dev), nirqs, 0, in intc_irqpin_probe()
H A Dirq-mips-gic.c970 gic_irq_domain = irq_domain_create_simple(of_fwnode_handle(node), in gic_of_init()
/linux/drivers/mfd/
H A Dfsl-imx25-tsadc.c73 tsadc->domain = irq_domain_create_simple(dev_fwnode(dev), 2, 0, &mx25_tsadc_domain_ops, in mx25_tsadc_setup_irq()
H A Dmax8998-irq.c233 domain = irq_domain_create_simple(NULL, MAX8998_IRQ_NR, in max8998_irq_init()
H A Dnct6694.c299 nct6694->domain = irq_domain_create_simple(NULL, NCT6694_NR_IRQS, 0, in nct6694_usb_probe()
H A Dtc3589x.c237 tc3589x->domain = irq_domain_create_simple(of_fwnode_handle(np), in tc3589x_irq_init()
H A Dstmfx.c272 stmfx->irq_domain = irq_domain_create_simple(dev_fwnode(stmfx->dev), STMFX_REG_IRQ_SRC_MAX, in stmfx_irq_init()
H A Dtps6586x.c366 tps6586x->irq_domain = irq_domain_create_simple(dev_fwnode(tps6586x->dev), irq_num, in tps6586x_irq_init()
H A Dab8500-core.c583 ab8500->domain = irq_domain_create_simple(dev_fwnode(ab8500->dev), num_irqs, 0, in ab8500_irq_init()
H A Dstmpe.c1222 stmpe->domain = irq_domain_create_simple(of_fwnode_handle(np), num_irqs, in stmpe_irq_init()
/linux/drivers/misc/
H A Dhi6421v600-irq.c256 priv->domain = irq_domain_create_simple(dev_fwnode(pmic_dev), PMIC_IRQ_LIST_MAX, 0, in hi6421v600_irq_probe()
/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_irq.c220 txgbe->misc.domain = irq_domain_create_simple(NULL, txgbe->misc.nirqs, 0, in txgbe_setup_misc_irq()
/linux/drivers/gpio/
H A Dgpio-sa1100.c329 sa1100_gpio_irqdomain = irq_domain_create_simple(NULL, in sa1100_init_gpio()
H A Dgpio-em.c328 p->irq_domain = irq_domain_create_simple(dev_fwnode(dev), ngpios, 0, in em_gio_probe()
/linux/Documentation/core-api/irq/
H A Dirq-domain.rst167 irq_domain_create_simple()
195 Most users of legacy mappings should use irq_domain_create_simple()
/linux/include/linux/
H A Dirqdomain.h364 struct irq_domain *irq_domain_create_simple(struct fwnode_handle *fwnode, unsigned int size,
/linux/kernel/irq/
H A Dirqdomain.c476 struct irq_domain *irq_domain_create_simple(struct fwnode_handle *fwnode, in irq_domain_create_simple() function
494 EXPORT_SYMBOL_GPL(irq_domain_create_simple);
/linux/drivers/iio/adc/
H A Dstm32-adc-core.c423 priv->domain = irq_domain_create_simple(dev_fwnode(&pdev->dev), in stm32_adc_irq_probe()
/linux/drivers/bus/
H A Dmoxtet.c741 moxtet->irq.domain = irq_domain_create_simple(dev_fwnode(moxtet->dev), MOXTET_NIRQS, 0, in moxtet_irq_setup()
/linux/drivers/net/dsa/mv88e6xxx/
H A Dglobal2.c1157 chip->g2_irq.domain = irq_domain_create_simple(dev_fwnode(chip->dev), 16, 0, in mv88e6xxx_g2_irq_setup()

12