Searched refs:hw_name (Results 1 - 21 of 21) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dahb.c93 char hw_name[64]; ath_ahb_probe() local
149 ath9k_hw_name(ah, hw_name, sizeof(hw_name)); ath_ahb_probe()
151 hw_name, (unsigned long)mem, irq); ath_ahb_probe()
H A Dpci.c893 char hw_name[64]; ath_pci_probe() local
979 ath9k_hw_name(sc->sc_ah, hw_name, sizeof(hw_name)); ath_pci_probe()
981 hw_name, (unsigned long)sc->mem, pdev->irq); ath_pci_probe()
H A Dhtc_drv_init.c836 char hw_name[64]; ath9k_init_device() local
907 ath9k_hw_name(priv->ah, hw_name, sizeof(hw_name)); ath9k_init_device()
908 wiphy_info(hw->wiphy, "%s\n", hw_name); ath9k_init_device()
H A Dhw.c3238 void ath9k_hw_name(struct ath_hw *ah, char *hw_name, size_t len) ath9k_hw_name() argument
3244 used = scnprintf(hw_name, len, ath9k_hw_name()
3250 used = scnprintf(hw_name, len, ath9k_hw_name()
3259 hw_name[used] = '\0'; ath9k_hw_name()
H A Dhw.h1085 void ath9k_hw_name(struct ath_hw *ah, char *hw_name, size_t len);
/linux-4.4.14/drivers/bluetooth/
H A Dbtbcm.c280 const char *hw_name = NULL; btbcm_initialize() local
314 hw_name = bcm_uart_subver_table[i].name; btbcm_initialize()
319 snprintf(fw_name, len, "brcm/%s.hcd", hw_name ? : "BCM"); btbcm_initialize()
326 hw_name ? : "BCM", (subver & 0xe000) >> 13, btbcm_initialize()
389 const char *hw_name = NULL; btbcm_setup_patchram() local
430 hw_name = bcm_uart_subver_table[i].name; btbcm_setup_patchram()
436 hw_name ? : "BCM"); btbcm_setup_patchram()
451 hw_name = bcm_usb_subver_table[i].name; btbcm_setup_patchram()
457 hw_name ? : "BCM", vid, pid); btbcm_setup_patchram()
464 hw_name ? : "BCM", (subver & 0xe000) >> 13, btbcm_setup_patchram()
493 hw_name ? : "BCM", (subver & 0xe000) >> 13, btbcm_setup_patchram()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
H A Dpcie_bus.c37 wil->hw_name = "Sparrow B0"; wil_set_capabilities()
42 wil->hw_name = "Unknown"; wil_set_capabilities()
46 wil_info(wil, "Board hardware is %s\n", wil->hw_name); wil_set_capabilities()
H A Dmain.c550 wil_dbg_misc(wil, "Resetting \"%s\"...\n", wil->hw_name); wil_target_reset()
H A Dwil6210.h551 const char *hw_name; member in struct:wil6210_priv
/linux-4.4.14/net/irda/
H A Dirlap.c108 const char *hw_name) irlap_open()
123 if(hw_name != NULL) { irlap_open()
124 strlcpy(self->hw_name, hw_name, sizeof(self->hw_name)); irlap_open()
126 self->hw_name[0] = '\0'; irlap_open()
1119 seq_printf(seq, "hardware name: %s\n", self->hw_name); irlap_seq_show()
107 irlap_open(struct net_device *dev, struct qos_info *qos, const char *hw_name) irlap_open() argument
/linux-4.4.14/drivers/mmc/host/
H A Dsdhci-spear.c82 host->hw_name = "sdhci"; sdhci_probe()
H A Dsdhci_f_sdh30.c136 host->hw_name = "f_sdh30"; sdhci_f_sdh30_probe()
H A Dsdhci-pltfm.c140 host->hw_name = dev_name(&pdev->dev); sdhci_pltfm_init()
H A Dsdhci-acpi.c366 host->hw_name = "ACPI"; sdhci_acpi_probe()
H A Dsdhci-s3c.c539 host->hw_name = "samsung-hsmmc"; sdhci_s3c_probe()
H A Dsdhci.h320 const char *hw_name; /* Hardware bus name */ member in struct:sdhci_host
H A Dsdhci-pci-core.c1663 host->hw_name = "PCI"; sdhci_pci_probe_slot()
H A Dsdhci.c3419 mmc_hostname(mmc), host->hw_name, dev_name(mmc_dev(mmc)), sdhci_add_host()
/linux-4.4.14/include/net/irda/
H A Dirlap.h124 char hw_name[2*IFNAMSIZ + 1]; member in struct:irlap_cb
222 const char *hw_name);
H A Dirda_device.h215 const char *hw_name);
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dfalcon.c137 #define FALCON_DMA_STAT(ext_name, hw_name) \
141 hw_name ## _ ## WIDTH == 48 ? 64 : hw_name ## _ ## WIDTH, \
142 hw_name ## _ ## offset }

Completed in 445 milliseconds