Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/atmel/
Datmel.c451 enum { BUS_TYPE_PCCARD, BUS_TYPE_PCI } bus_type; enumerator
1377 if (priv->bus_type == BUS_TYPE_PCCARD) in atmel_close()
1522 priv->bus_type = card_present ? BUS_TYPE_PCCARD : BUS_TYPE_PCI; in init_atmel_card()
1527 if (priv->bus_type == BUS_TYPE_PCCARD) { in init_atmel_card()
1590 priv->bus_type == BUS_TYPE_PCCARD ? "atmel_cs" : "atmel_pci")) { in init_atmel_card()
1629 if (priv->bus_type == BUS_TYPE_PCCARD) in stop_atmel_card()
3592 priv->bus_type == BUS_TYPE_PCCARD) in atmel_wakeup_firmware()
3620 priv->bus_type == BUS_TYPE_PCCARD) in atmel_wakeup_firmware()
3671 if (priv->bus_type == BUS_TYPE_PCCARD) in probe_atmel_card()
3698 if (priv->bus_type == BUS_TYPE_PCCARD) in probe_atmel_card()
[all …]