| /drivers/gpio/ |
| A D | gpio-max3191x.c | 75 u32 nchips; member 123 for (i = 0; i < max3191x->nchips; i++) { in max3191x_readout_locked() 355 max3191x->nchips = 1; in max3191x_probe() 357 &max3191x->nchips); in max3191x_probe() 359 n = BITS_TO_LONGS(max3191x->nchips); in max3191x_probe() 365 max3191x->xfer.rx_buf = devm_kcalloc(dev, max3191x->nchips, in max3191x_probe() 373 "maxim,modesel", GPIOD_ASIS, max3191x->nchips); in max3191x_probe() 375 "maxim,fault", GPIOD_IN, max3191x->nchips); in max3191x_probe() 377 "maxim,db0", GPIOD_OUT_LOW, max3191x->nchips); in max3191x_probe() 379 "maxim,db1", GPIOD_OUT_LOW, max3191x->nchips); in max3191x_probe() [all …]
|
| A D | gpio-htc-egpio.c | 50 int nchips; member 235 for (i = 0; i < ei->nchips; i++) { in egpio_write_cache() 305 ei->nchips = pdata->num_chips; in egpio_probe() 307 ei->nchips, sizeof(struct egpio_chip), in egpio_probe() 312 for (i = 0; i < ei->nchips; i++) { in egpio_probe()
|
| /drivers/irqchip/ |
| A D | irq-atmel-aic-common.c | 215 int nchips; in aic_common_of_init() local 219 nchips = DIV_ROUND_UP(nirqs, 32); in aic_common_of_init() 225 aic = kcalloc(nchips, sizeof(*aic), GFP_KERNEL); in aic_common_of_init() 231 domain = irq_domain_create_linear(of_fwnode_handle(node), nchips * 32, ops, aic); in aic_common_of_init() 244 for (i = 0; i < nchips; i++) { in aic_common_of_init()
|
| A D | irq-pic32-evic.c | 215 int nchips, ret; in pic32_of_init() local 218 nchips = DIV_ROUND_UP(NR_IRQS, 32); in pic32_of_init() 224 priv = kcalloc(nchips, sizeof(*priv), GFP_KERNEL); in pic32_of_init() 230 evic_irq_domain = irq_domain_create_linear(of_fwnode_handle(node), nchips * 32, in pic32_of_init() 254 for (i = 0; i < nchips; i++) { in pic32_of_init()
|
| A D | irq-atmel-aic5.c | 320 int nchips; in aic5_of_init() local 335 nchips = aic5_domain->revmap_size / 32; in aic5_of_init() 336 for (i = 0; i < nchips; i++) { in aic5_of_init()
|
| /drivers/mtd/nand/spi/ |
| A D | ato.c | 84 .nchips = ARRAY_SIZE(ato_spinand_table),
|
| A D | foresee.c | 103 .nchips = ARRAY_SIZE(foresee_spinand_table),
|
| A D | paragon.c | 129 .nchips = ARRAY_SIZE(paragon_spinand_table),
|
| A D | alliancememory.c | 151 .nchips = ARRAY_SIZE(alliancememory_spinand_table),
|
| A D | skyhigh.c | 145 .nchips = ARRAY_SIZE(skyhigh_spinand_table),
|
| A D | esmt.c | 231 .nchips = ARRAY_SIZE(esmt_c8_spinand_table),
|
| A D | xtx.c | 261 .nchips = ARRAY_SIZE(xtx_spinand_table),
|
| A D | toshiba.c | 311 .nchips = ARRAY_SIZE(toshiba_spinand_table),
|
| A D | micron.c | 440 .nchips = ARRAY_SIZE(micron_spinand_table),
|
| A D | gigadevice.c | 565 .nchips = ARRAY_SIZE(gigadevice_spinand_table),
|
| A D | macronix.c | 490 .nchips = ARRAY_SIZE(macronix_spinand_table),
|
| A D | winbond.c | 524 .nchips = ARRAY_SIZE(winbond_spinand_table),
|
| /drivers/mtd/nand/raw/ |
| A D | pl35x-nand-controller.c | 1115 int nchips = of_get_child_count(np); in pl35x_nand_chips_init() local 1118 if (!nchips || nchips > PL35X_NAND_MAX_CS) { in pl35x_nand_chips_init() 1120 nchips); in pl35x_nand_chips_init()
|
| A D | rockchip-nand-controller.c | 1230 int nchips = of_get_child_count(np); in rk_nfc_nand_chips_init() local 1233 if (!nchips || nchips > NFC_MAX_NSELS) { in rk_nfc_nand_chips_init() 1235 nchips); in rk_nfc_nand_chips_init()
|
| A D | loongson1-nand-controller.c | 693 int nchips = of_get_child_count(dev->of_node); in ls1x_nand_chip_init() local 699 if (nchips != 1) in ls1x_nand_chip_init()
|
| A D | arasan-nand-controller.c | 1364 int nchips = of_get_child_count(np); in anfc_chips_init() local 1367 if (!nchips) { in anfc_chips_init() 1369 nchips); in anfc_chips_init()
|
| A D | marvell_nand.c | 2775 int nchips; in marvell_nand_chips_init() local 2779 nchips = 1; in marvell_nand_chips_init() 2781 nchips = of_get_child_count(np); in marvell_nand_chips_init() 2783 if (nchips > max_cs) { in marvell_nand_chips_init() 2784 dev_err(dev, "too many NAND chips: %d (max = %d CS)\n", nchips, in marvell_nand_chips_init()
|
| A D | tegra_nand.c | 1072 int nsels, nchips = of_get_child_count(np); in tegra_nand_chips_init() local 1079 if (nchips != 1) { in tegra_nand_chips_init()
|
| A D | cadence-nand-controller.c | 2842 int nchips, ret; in cadence_nand_chips_init() local 2844 nchips = of_get_child_count(np); in cadence_nand_chips_init() 2846 if (nchips > max_cs) { in cadence_nand_chips_init() 2849 nchips, max_cs); in cadence_nand_chips_init()
|
| A D | stm32_fmc2_nand.c | 1854 int nchips = of_get_child_count(dn); in stm32_fmc2_nfc_parse_dt() local 1857 if (!nchips) { in stm32_fmc2_nfc_parse_dt() 1862 if (nchips > 1) { in stm32_fmc2_nfc_parse_dt()
|