Searched refs:func0 (Results 1 - 3 of 3) sorted by relevance
/kernel/liteos_m/testsuites/sample/kernel/dynlink/ |
H A D | It_los_dynlink_015.c | 37 VOID (*func0)(INT32, INT32 *) = NULL;
in TestCase() 54 func0 = (VOID (*)(INT32, INT32 *))LOS_FindSym(handle, symbolName1);
in TestCase() 55 ICUNIT_GOTO_NOT_EQUAL(func0, NULL, func0, EXIT);
in TestCase() 56 func0(1, &out);
in TestCase() 59 func0 = (VOID (*)(INT32, INT32 *))LOS_FindSym(handle, symbolName2);
in TestCase() 60 ICUNIT_GOTO_NOT_EQUAL(func0, NULL, func0, EXIT);
in TestCase() 61 func0(2, &out);
in TestCase() 64 func0 in TestCase() [all...] |
/kernel/linux/linux-5.10/drivers/pcmcia/ |
H A D | ti113x.h | 223 * FIXME: manual says its in func0 and func1 but disagrees with 224 * itself about this - do we need to force func0, if so we need 366 /* irqrouting for func0, probes PCI interrupt and ISA interrupts */ 481 /* changes the irq of func1 to match that of func0 */ 484 struct pci_dev *func0; in ti12xx_align_irqs() local 486 /* find func0 device */ in ti12xx_align_irqs() 487 func0 = pci_get_slot(socket->dev->bus, socket->dev->devfn & ~0x07); in ti12xx_align_irqs() 488 if (!func0) in ti12xx_align_irqs() 493 socket->cb_irq = socket->dev->irq = func0->irq; in ti12xx_align_irqs() 495 pci_dev_put(func0); in ti12xx_align_irqs() [all...] |
/kernel/linux/linux-6.6/drivers/pcmcia/ |
H A D | ti113x.h | 223 * FIXME: manual says its in func0 and func1 but disagrees with 224 * itself about this - do we need to force func0, if so we need 366 /* irqrouting for func0, probes PCI interrupt and ISA interrupts */ 481 /* changes the irq of func1 to match that of func0 */ 484 struct pci_dev *func0; in ti12xx_align_irqs() local 486 /* find func0 device */ in ti12xx_align_irqs() 487 func0 = pci_get_slot(socket->dev->bus, socket->dev->devfn & ~0x07); in ti12xx_align_irqs() 488 if (!func0) in ti12xx_align_irqs() 493 socket->cb_irq = socket->dev->irq = func0->irq; in ti12xx_align_irqs() 495 pci_dev_put(func0); in ti12xx_align_irqs() [all...] |
Completed in 3 milliseconds