Home
last modified time | relevance | path

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

12

/linux/Documentation/translations/zh_CN/core-api/irq/
H A Dirq-domain.rst137 irq_domain_create_simple()
156 irq_domain_create_simple(),只有在系统提供IRQ范围时才会使用传统域,否则将使用
167 irq_domain_add_simple()和irq_domain_create_simple()以及
/linux/drivers/irqchip/
H A Dirq-sa11x0.c165 sa1100_normal_irqdomain = irq_domain_create_simple(NULL, in sa11x0_init_irq_nodt()
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-ftintc010.c183 f->domain = irq_domain_create_simple(of_fwnode_handle(node), in ft010_of_init_irq()
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.c74 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 Dtc3589x.c237 tc3589x->domain = irq_domain_create_simple(of_fwnode_handle(np), in tc3589x_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()
H A Ddb8500-prcmu.c2610 db8500_irq_domain = irq_domain_create_simple(of_fwnode_handle(np), in db8500_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/gpio/
H A Dgpio-sa1100.c325 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()
H A Dgpiolib.c1894 domain = irq_domain_create_simple(fwnode, gc->ngpio, gc->irq.first, in gpiochip_simple_create_domain()
/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_irq.c226 txgbe->misc.domain = irq_domain_create_simple(NULL, txgbe->misc.nirqs, 0, in txgbe_setup_misc_irq()
/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.h321 struct irq_domain *irq_domain_create_simple(struct fwnode_handle *fwnode, unsigned int size,
/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.c740 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()
/linux/drivers/pinctrl/
H A Dpinctrl-single.c1620 pcs->domain = irq_domain_create_simple(of_fwnode_handle(np), in pcs_irq_init_chained_handler()
/linux/drivers/net/dsa/microchip/
H A Dksz_common.c2898 kirq->domain = irq_domain_create_simple(dev_fwnode(dev->dev), kirq->nirqs, 0, in ksz_irq_common_setup()
/linux/drivers/net/usb/
H A Dlan78xx.c2207 irqdomain = irq_domain_create_simple(dev_fwnode(dev->udev->dev.parent), MAX_INT_EP, 0, in lan78xx_setup_irq_domain()

12