Searched defs:interrupts (Results 1 - 9 of 9) sorted by relevance

/drivers/net/phy/
H A Dphy.c79 * phy_config_interrupt - configure the PHY device for the requested interrupts
81 * @interrupts: interrupt flags to configure for this @phydev
85 static int phy_config_interrupt(struct phy_device *phydev, u32 interrupts) argument
89 phydev->interrupts = interrupts;
513 * interrupts, and schedules a work task to clear the interrupt.
535 * phy_enable_interrupts - Enable the interrupts from the PHY side
553 * phy_disable_interrupts - Disable the PHY interrupts from the PHY side
560 /* Disable PHY interrupts */
581 * phy_start_interrupts - request and enable interrupts fo
[all...]
/drivers/net/ethernet/8390/
H A Dlib8390.c132 * processor case other than interrupts (get stats/set multicast list in
184 * interrupts on the APIC bus deadlocking the transmit path.
317 /* Mask interrupts from the ethercard.
396 /* Turn 8390 interrupts back on. */
410 * ei_interrupt - handle the interrupts from an 8390
414 * Handle the ether interface interrupts. We pull packets from
425 int interrupts, nr_serviced = 0; local
439 netdev_err(dev, "Interrupted while interrupts are masked! isr=%#2x imr=%#2x\n",
453 while ((interrupts = ei_inb_p(e8390_base + EN0_ISR)) != 0 &&
457 /* rmk - acknowledge the interrupts */
[all...]
H A Daxnet_cs.c854 * processor case other than interrupts (get stats/set multicast list in
985 /* Mask interrupts from the ethercard.
1081 /* Turn 8390 interrupts back on. */
1094 * ax_interrupt - handle the interrupts from an 8390
1098 * Handle the ether interface interrupts. We pull packets from
1109 int interrupts, nr_serviced = 0, i; local
1128 msg = "Interrupted while interrupts are masked!";
1148 while ((interrupts = inb_p(e8390_base + EN0_ISR)) != 0 &&
1151 if (!netif_running(dev) || (interrupts == 0xff)) {
1155 outb_p(interrupts, e8390_bas
[all...]
/drivers/char/tpm/
H A Dtpm_tis.c263 * If interrupts are used (signaled by an irq set in the vendor structure)
323 * If interrupts are used (signaled by an irq set in the vendor structure)
467 /* Clear interrupts handled with TPM_EOI */
497 /* Clear interrupts handled with TPM_EOI */
505 static bool interrupts = 1; variable
506 module_param(interrupts, bool, 0444);
507 MODULE_PARM_DESC(interrupts, "Enable interrupts");
608 if (interrupts)
610 if (interrupts
[all...]
/drivers/acpi/acpica/
H A Damlresrc.h280 u32 interrupts[1]; member in struct:aml_resource_extended_irq
/drivers/scsi/
H A Dfd_mcs.c63 or too low seem to prevent any interrupts from occurring, and thereby lock
288 static unsigned short interrupts[] = { 3, 5, 10, 11, 12, 14, 15, 0 }; variable
397 irq = interrupts[(pos2 >> 1) & 0x07];
H A Dipr.c642 * ipr_mask_and_clear_interrupts - Mask all and clear specified interrupts
644 * @clr_ints: interrupts to clear
646 * This function masks all interrupts on the adapter, then clears the
647 * interrupts specified in the mask
657 /* Stop new interrupts */
660 /* Set interrupt mask to stop all new interrupts */
666 /* Clear any pending interrupts */
5008 * ipr_handle_other_interrupt - Handle "other" interrupts
5124 /* If interrupts are disabled, ignore the interrupt */
8122 /* Disallow new interrupts, avoi
8757 volatile u32 mask, uproc, interrupts; local
[all...]
/drivers/platform/x86/
H A Dsony-laptop.c1889 struct list_head interrupts; member in struct:sony_pic_dev
1902 .interrupts = LIST_HEAD_INIT(spic_dev.interrupts),
2892 if (!p->interrupts[i]) {
2894 p->interrupts[i]);
2902 list_add(&interrupt->list, &dev->interrupts);
2907 interrupt->irq.interrupts[0] = p->interrupts[i];
3185 free_irq(spic_dev.cur_irq->irq.interrupts[0], &spic_dev);
3204 list_for_each_entry_safe(irq, tmp_irq, &spic_dev.interrupts, lis
[all...]
/drivers/net/wireless/ipw2x00/
H A Dipw2100.h597 u32 interrupts; member in struct:ipw2100_priv

Completed in 268 milliseconds