/linux-4.1.27/drivers/irqchip/ |
H A D | irq-orion.c | 39 for (n = 0; n < dgc->num_chips; n++, base += ORION_IRQS_PER_CHIP) { orion_handle_irq() 57 int n, ret, base, num_chips = 0; orion_irq_init() local 61 while (of_address_to_resource(np, num_chips, &r) == 0) orion_irq_init() 62 num_chips++; orion_irq_init() 65 num_chips * ORION_IRQS_PER_CHIP, orion_irq_init() 77 for (n = 0, base = 0; n < num_chips; n++, base += ORION_IRQS_PER_CHIP) { orion_irq_init()
|
H A D | irq-atmel-aic.c | 192 if (idx >= dgc->num_chips) aic_irq_domain_xlate()
|
/linux-4.1.27/include/linux/mfd/ |
H A D | htc-egpio.h | 39 * @num_chips: number of egpio chip descriptors 51 int num_chips; member in struct:htc_egpio_platform_data
|
/linux-4.1.27/sound/i2c/other/ |
H A D | ak4xxx-adda.c | 284 ak->num_chips = ak->num_dacs / 2; snd_akm4xxx_init() 290 ak->num_chips = ak->num_dacs / 2; snd_akm4xxx_init() 296 ak->num_chips = 1; snd_akm4xxx_init() 302 ak->num_chips = 1; snd_akm4xxx_init() 308 ak->num_chips = 1; snd_akm4xxx_init() 314 ak->num_chips = ak->num_dacs / 2; snd_akm4xxx_init() 320 ak->num_chips = 1; snd_akm4xxx_init() 326 ak->num_chips = ak->num_dacs / 2; snd_akm4xxx_init() 335 for (chip = 0; chip < ak->num_chips; chip++) { snd_akm4xxx_init() 868 for (chip = 0; chip < ak->num_chips; chip++) { proc_regs_read()
|
/linux-4.1.27/include/sound/ |
H A D | ak4xxx-adda.h | 79 unsigned int num_chips; member in struct:snd_akm4xxx
|
/linux-4.1.27/kernel/irq/ |
H A D | generic-chip.c | 300 dgc->num_chips = numchips; irq_alloc_domain_generic_chips() 345 if (idx >= dgc->num_chips) irq_get_domain_generic_chip() 375 if (idx >= dgc->num_chips) irq_map_generic_chip()
|
/linux-4.1.27/arch/arm/mach-sa1100/ |
H A D | h3xxx.c | 200 .num_chips = ARRAY_SIZE(egpio_chips),
|
/linux-4.1.27/drivers/mfd/ |
H A D | htc-egpio.c | 309 ei->nchips = pdata->num_chips; egpio_probe()
|
/linux-4.1.27/arch/arm/mach-pxa/ |
H A D | magician.c | 218 .num_chips = ARRAY_SIZE(egpio_chips),
|
H A D | hx4700.c | 347 .num_chips = ARRAY_SIZE(egpio_chips),
|
/linux-4.1.27/include/linux/ |
H A D | cyclades.h | 81 unsigned int num_chips; /* 0 if card absent, -1 if Z/PCI, else Y */ member in struct:cyclades_card
|
H A D | irq.h | 785 * @num_chips: Number of chips 793 unsigned int num_chips; member in struct:irq_domain_chip_generic
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | tdfxfb.c | 426 int num_chips = (draminit0 & DRAMINIT0_SGRAM_NUM) ? 8 : 4; do_lfb_size() local 449 return num_chips * chip_size * 1024l * 1024; do_lfb_size()
|
/linux-4.1.27/drivers/tty/ |
H A D | cyclades.c | 311 return card->num_chips == (unsigned int)-1; cy_is_Z() 788 for (chip = 0; chip < cinfo->num_chips; chip++) { cyy_interrupt() 3362 card->num_chips = cy_isa_nchan / CyPORTS_PER_CHIP; cy_detect_isa() 3836 card->num_chips = nchan / CyPORTS_PER_CHIP; cy_pci_probe() 3844 card->num_chips = (unsigned int)-1; cy_pci_probe()
|
/linux-4.1.27/sound/pci/ice1712/ |
H A D | quartet.c | 340 for (chip = 0; chip < ak->num_chips; chip++) { qtet_akm_set_regs()
|