pin1             2132 arch/x86/kernel/apic/io_apic.c 	int apic1, pin1, apic2, pin2;
pin1             2158 arch/x86/kernel/apic/io_apic.c 	pin1  = find_isa_irq_pin(0, mp_INT);
pin1             2165 arch/x86/kernel/apic/io_apic.c 		    cfg->vector, apic1, pin1, apic2, pin2);
pin1             2174 arch/x86/kernel/apic/io_apic.c 	if (pin1 == -1) {
pin1             2176 arch/x86/kernel/apic/io_apic.c 		pin1 = pin2;
pin1             2180 arch/x86/kernel/apic/io_apic.c 		pin2 = pin1;
pin1             2184 arch/x86/kernel/apic/io_apic.c 	if (pin1 != -1) {
pin1             2187 arch/x86/kernel/apic/io_apic.c 			mp_alloc_timer_irq(apic1, pin1);
pin1             2195 arch/x86/kernel/apic/io_apic.c 			idx = find_irq_entry(apic1, pin1, mp_INT);
pin1             2203 arch/x86/kernel/apic/io_apic.c 				clear_IO_APIC_pin(0, pin1);
pin1             2208 arch/x86/kernel/apic/io_apic.c 		clear_IO_APIC_pin(apic1, pin1);
pin1             2220 arch/x86/kernel/apic/io_apic.c 		replace_pin_at_irq_node(data, node, apic1, pin1, apic2, pin2);
pin1             1292 drivers/ide/hpt366.c 	u8 mcr1 = 0, pin1 = 0, pin2 = 0;
pin1             1302 drivers/ide/hpt366.c 	pci_read_config_byte(dev,  PCI_INTERRUPT_PIN, &pin1);
pin1             1305 drivers/ide/hpt366.c 	if (pin1 != pin2 && dev->irq == dev2->irq) {
pin1             1307 drivers/ide/hpt366.c 			"pin1=%d pin2=%d\n", pci_name(dev), pin1, pin2);
pin1               52 drivers/ptp/ptp_chardev.c 	struct ptp_pin_desc *pin1 = NULL, *pin2 = &info->pin_config[pin];
pin1               59 drivers/ptp/ptp_chardev.c 			pin1 = &info->pin_config[i];
pin1               63 drivers/ptp/ptp_chardev.c 	if (pin1 && i == pin)
pin1               92 drivers/ptp/ptp_chardev.c 	if (pin1) {
pin1               94 drivers/ptp/ptp_chardev.c 		pin1->func = PTP_PF_NONE;
pin1               95 drivers/ptp/ptp_chardev.c 		pin1->chan = 0;
pin1              116 drivers/regulator/lp8788-buck.c 	enum lp8788_dvs_state pin1, pin2;
pin1              123 drivers/regulator/lp8788-buck.c 		pin1 = DVS_LOW;
pin1              127 drivers/regulator/lp8788-buck.c 		pin1 = DVS_HIGH;
pin1              131 drivers/regulator/lp8788-buck.c 		pin1 = DVS_LOW;
pin1              135 drivers/regulator/lp8788-buck.c 		pin1 = DVS_HIGH;
pin1              143 drivers/regulator/lp8788-buck.c 		gpio_set_value(dvs->gpio[0], pin1);
pin1              208 drivers/regulator/lp8788-buck.c 	int pin1, pin2;
pin1              230 drivers/regulator/lp8788-buck.c 			pin1 = gpio_get_value(b2_dvs->gpio[0]);
pin1              233 drivers/regulator/lp8788-buck.c 			if (pin1 == PIN_LOW && pin2 == PIN_LOW)
pin1              235 drivers/regulator/lp8788-buck.c 			else if (pin1 == PIN_LOW && pin2 == PIN_HIGH)
pin1              237 drivers/regulator/lp8788-buck.c 			else if (pin1 == PIN_HIGH && pin2 == PIN_LOW)