Searched refs:mate (Results 1 - 15 of 15) sorted by relevance

/linux-4.4.14/drivers/ide/
H A Dumc8672.c109 ide_hwif_t *mate = hwif->mate; umc_set_pio_mode() local
115 if (mate) umc_set_pio_mode()
116 spin_lock_irqsave(&mate->lock, flags); umc_set_pio_mode()
117 if (mate && mate->handler) { umc_set_pio_mode()
123 if (mate) umc_set_pio_mode()
124 spin_unlock_irqrestore(&mate->lock, flags); umc_set_pio_mode()
H A Dcs5530.c67 * taking into the consideration capabilities of the mate device.
74 * by looking at our mate drive to see what it is capable of, before
84 ide_drive_t *mate = ide_get_pair_dev(drive); cs5530_udma_filter() local
88 if (mate == NULL) cs5530_udma_filter()
90 mateid = mate->id; cs5530_udma_filter()
92 if (ata_id_has_dma(mateid) && __ide_dma_bad_drive(mate) == 0) { cs5530_udma_filter()
H A Dsc1200.c101 * by looking at our mate drive to see what it is capable of, before
107 ide_drive_t *mate = ide_get_pair_dev(drive); sc1200_udma_filter() local
111 if (mate == NULL) sc1200_udma_filter()
113 mateid = mate->id; sc1200_udma_filter()
115 if (ata_id_has_dma(mateid) && __ide_dma_bad_drive(mate) == 0) { sc1200_udma_filter()
H A Dpalm_bk3710.c143 static void palm_bk3710_setpiomode(void __iomem *base, ide_drive_t *mate, palm_bk3710_setpiomode() argument
168 if (mate) { palm_bk3710_setpiomode()
169 u8 mode2 = mate->pio_mode - XFER_PIO_0; palm_bk3710_setpiomode()
211 ide_drive_t *mate; palm_bk3710_set_pio_mode() local
219 mate = ide_get_pair_dev(drive); palm_bk3710_set_pio_mode()
220 palm_bk3710_setpiomode(base, mate, is_slave, cycle_time, pio); palm_bk3710_set_pio_mode()
H A Dcmd640.c473 unsigned int mate = index ^ 1; program_drive_counts() local
476 if (setup_count < setup_counts[mate]) program_drive_counts()
477 setup_count = setup_counts[mate]; program_drive_counts()
478 if (active_count < active_counts[mate]) program_drive_counts()
479 active_count = active_counts[mate]; program_drive_counts()
480 if (recovery_count < recovery_counts[mate]) program_drive_counts()
481 recovery_count = recovery_counts[mate]; program_drive_counts()
H A Dns87415.c227 if (hwif->mate) { init_hwif_ns87415()
228 hwif->select_data = hwif->mate->select_data; init_hwif_ns87415()
H A Dsetup-pci.c88 if (hwif->mate && hwif->mate->dma_base) { ide_pci_dma_base()
89 dma_base = hwif->mate->dma_base - (hwif->channel ? 0 : 8); ide_pci_dma_base()
135 if ((dma_stat & 0x80) && hwif->mate && hwif->mate->dma_base) { ide_pci_check_simplex()
H A Dide-probe.c1372 ide_hwif_t *hwif, *mate = NULL; ide_host_register() local
1377 mate = NULL; ide_host_for_each_port()
1384 if ((i & 1) && mate) { ide_host_for_each_port()
1385 hwif->mate = mate; ide_host_for_each_port()
1386 mate->mate = hwif; ide_host_for_each_port()
1389 mate = (i & 1) ? NULL : hwif; ide_host_for_each_port()
1409 hwif->mate == NULL || hwif->mate->present == 0) { ide_host_for_each_port()
H A Dcy82c693.c156 hwif->mate = primary; init_iops_cy82c693()
H A Dide-proc.c76 if (hwif && hwif->mate) ide_mate_proc_show()
77 seq_printf(m, "%s\n", hwif->mate->name); ide_mate_proc_show()
716 { "mate", S_IFREG|S_IRUGO, &ide_mate_proc_fops },
/linux-4.4.14/drivers/tty/serial/
H A Dpmac_zilog.h16 struct uart_pmac_port *mate; member in struct:uart_pmac_port
75 return uap->mate; pmz_get_port_A()
H A Dpmac_zilog.c462 uap_b = uap_a->mate; pmz_interrupt()
1683 pmz_ports[count].mate = &pmz_ports[count+1]; pmz_probe()
1684 pmz_ports[count+1].mate = &pmz_ports[count]; pmz_probe()
1759 pmz_ports[0].mate = &pmz_ports[1]; pmz_probe()
1760 pmz_ports[1].mate = &pmz_ports[0]; pmz_probe()
/linux-4.4.14/arch/arm/mach-pxa/
H A Dmagician.c3 * i-mate JAM, O2 Xda mini, Orange SPV M500, Qtek s100, Qtek s110
/linux-4.4.14/include/linux/
H A Dide.h677 struct hwif_s *mate; /* other hwif from same PCI chip */ member in struct:hwif_s
/linux-4.4.14/drivers/usb/storage/
H A Dunusual_devs.h1543 /* Reported by Jan Mate <mate@fiit.stuba.sk>

Completed in 360 milliseconds