Home
last modified time | relevance | path

Searched refs:port_flags (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/tty/serial/
Dioc3_serial.c1719 unsigned long port_flags; in ic3_shutdown() local
1730 spin_lock_irqsave(&the_port->lock, port_flags); in ic3_shutdown()
1732 spin_unlock_irqrestore(&the_port->lock, port_flags); in ic3_shutdown()
1818 unsigned long port_flags; in ic3_startup() local
1838 spin_lock_irqsave(&the_port->lock, port_flags); in ic3_startup()
1840 spin_unlock_irqrestore(&the_port->lock, port_flags); in ic3_startup()
1855 unsigned long port_flags; in ic3_set_termios() local
1857 spin_lock_irqsave(&the_port->lock, port_flags); in ic3_set_termios()
1859 spin_unlock_irqrestore(&the_port->lock, port_flags); in ic3_set_termios()
Dioc4_serial.c2433 unsigned long port_flags; in ic4_shutdown() local
2449 spin_lock_irqsave(&the_port->lock, port_flags); in ic4_shutdown()
2452 spin_unlock_irqrestore(&the_port->lock, port_flags); in ic4_shutdown()
2544 unsigned long port_flags; in ic4_startup() local
2560 spin_lock_irqsave(&the_port->lock, port_flags); in ic4_startup()
2562 spin_unlock_irqrestore(&the_port->lock, port_flags); in ic4_startup()
2577 unsigned long port_flags; in ic4_set_termios() local
2579 spin_lock_irqsave(&the_port->lock, port_flags); in ic4_set_termios()
2581 spin_unlock_irqrestore(&the_port->lock, port_flags); in ic4_set_termios()
/Linux-v4.19/drivers/net/ethernet/sfc/
Def10_sriov.h71 u32 *port_flags, u32 *vadaptor_flags,
Def10_sriov.c239 u32 port_flags; in efx_ef10_vadaptor_alloc_set_features() local
247 &port_flags, NULL, NULL); in efx_ef10_vadaptor_alloc_set_features()
251 if (port_flags & in efx_ef10_vadaptor_alloc_set_features()
Def10.c1122 u32 *port_flags, u32 *vadaptor_flags, in efx_ef10_vadaptor_query() argument
1147 if (port_flags) in efx_ef10_vadaptor_query()
1148 *port_flags = MCDI_DWORD(outbuf, VADAPTOR_QUERY_OUT_PORT_FLAGS); in efx_ef10_vadaptor_query()
/Linux-v4.19/drivers/ata/
Data_piix.c1664 unsigned long port_flags; in piix_init_one() local
1686 port_flags = port_info[0].flags; in piix_init_one()
1715 if (port_flags & ATA_FLAG_SATA) in piix_init_one()
1725 if (port_flags & ATA_FLAG_SATA) { in piix_init_one()
1743 if (port_flags & PIIX_FLAG_CHECKINTR) in piix_init_one()
Dsata_mv.c940 static inline int mv_get_hc_count(unsigned long port_flags) in mv_get_hc_count() argument
942 return ((port_flags & MV_FLAG_DUAL_HC) ? 2 : 1); in mv_get_hc_count()
/Linux-v4.19/drivers/ide/
Dide-xfer-mode.c116 if (pio == 0 && (drive->hwif->port_flags & IDE_PFLAG_PROBING)) in ide_pio_need_iordy()
Dide-probe.c1417 hwif->port_flags |= IDE_PFLAG_PROBING; in ide_host_register()
1429 hwif->port_flags &= ~IDE_PFLAG_PROBING; in ide_host_register()
1615 hwif->port_flags |= IDE_PFLAG_PROBING; in ide_port_scan()
1621 hwif->port_flags &= ~IDE_PFLAG_PROBING; in ide_port_scan()
/Linux-v4.19/drivers/mmc/host/
Dvub300.c108 u16 port_flags; member
510 (0x0001 & vub300->system_port_status.port_flags) ? 1 : 0; in new_system_port_status()
512 (0x0010 & vub300->system_port_status.port_flags) ? 1 : 0; in new_system_port_status()
2315 (0x0001 & vub300->system_port_status.port_flags) ? 1 : 0; in vub300_probe()
2317 (0x0010 & vub300->system_port_status.port_flags) ? 1 : 0; in vub300_probe()
/Linux-v4.19/include/linux/
Dide.h721 unsigned long port_flags; member