pin2 2132 arch/x86/kernel/apic/io_apic.c int apic1, pin1, apic2, pin2; pin2 2160 arch/x86/kernel/apic/io_apic.c pin2 = ioapic_i8259.pin; pin2 2165 arch/x86/kernel/apic/io_apic.c cfg->vector, apic1, pin1, apic2, pin2); pin2 2176 arch/x86/kernel/apic/io_apic.c pin1 = pin2; pin2 2179 arch/x86/kernel/apic/io_apic.c } else if (pin2 == -1) { pin2 2180 arch/x86/kernel/apic/io_apic.c pin2 = pin1; pin2 2216 arch/x86/kernel/apic/io_apic.c "..... (found apic %d pin %d) ...\n", apic2, pin2); pin2 2220 arch/x86/kernel/apic/io_apic.c replace_pin_at_irq_node(data, node, apic1, pin1, apic2, pin2); pin2 2233 arch/x86/kernel/apic/io_apic.c clear_IO_APIC_pin(apic2, pin2); pin2 1292 drivers/ide/hpt366.c u8 mcr1 = 0, pin1 = 0, pin2 = 0; pin2 1303 drivers/ide/hpt366.c pci_read_config_byte(dev2, PCI_INTERRUPT_PIN, &pin2); pin2 1305 drivers/ide/hpt366.c if (pin1 != pin2 && dev->irq == dev2->irq) { pin2 1307 drivers/ide/hpt366.c "pin1=%d pin2=%d\n", pci_name(dev), pin1, pin2); pin2 52 drivers/ptp/ptp_chardev.c struct ptp_pin_desc *pin1 = NULL, *pin2 = &info->pin_config[pin]; pin2 97 drivers/ptp/ptp_chardev.c ptp_disable_pinfunc(info, pin2->func, pin2->chan); pin2 98 drivers/ptp/ptp_chardev.c pin2->func = func; pin2 99 drivers/ptp/ptp_chardev.c pin2->chan = chan; pin2 116 drivers/regulator/lp8788-buck.c enum lp8788_dvs_state pin1, pin2; pin2 124 drivers/regulator/lp8788-buck.c pin2 = DVS_LOW; pin2 128 drivers/regulator/lp8788-buck.c pin2 = DVS_LOW; pin2 132 drivers/regulator/lp8788-buck.c pin2 = DVS_HIGH; pin2 136 drivers/regulator/lp8788-buck.c pin2 = DVS_HIGH; pin2 146 drivers/regulator/lp8788-buck.c gpio_set_value(dvs->gpio[1], pin2); pin2 208 drivers/regulator/lp8788-buck.c int pin1, pin2; pin2 231 drivers/regulator/lp8788-buck.c pin2 = gpio_get_value(b2_dvs->gpio[1]); pin2 233 drivers/regulator/lp8788-buck.c if (pin1 == PIN_LOW && pin2 == PIN_LOW) pin2 235 drivers/regulator/lp8788-buck.c else if (pin1 == PIN_LOW && pin2 == PIN_HIGH) pin2 237 drivers/regulator/lp8788-buck.c else if (pin1 == PIN_HIGH && pin2 == PIN_LOW)