/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
H A D | ahb.c | 93 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 D | pci.c | 893 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 D | htc_drv_init.c | 836 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 D | hw.c | 3238 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 D | hw.h | 1085 void ath9k_hw_name(struct ath_hw *ah, char *hw_name, size_t len);
|
/linux-4.4.14/drivers/bluetooth/ |
H A D | btbcm.c | 280 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 D | pcie_bus.c | 37 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 D | main.c | 550 wil_dbg_misc(wil, "Resetting \"%s\"...\n", wil->hw_name); wil_target_reset()
|
H A D | wil6210.h | 551 const char *hw_name; member in struct:wil6210_priv
|
/linux-4.4.14/net/irda/ |
H A D | irlap.c | 108 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 D | sdhci-spear.c | 82 host->hw_name = "sdhci"; sdhci_probe()
|
H A D | sdhci_f_sdh30.c | 136 host->hw_name = "f_sdh30"; sdhci_f_sdh30_probe()
|
H A D | sdhci-pltfm.c | 140 host->hw_name = dev_name(&pdev->dev); sdhci_pltfm_init()
|
H A D | sdhci-acpi.c | 366 host->hw_name = "ACPI"; sdhci_acpi_probe()
|
H A D | sdhci-s3c.c | 539 host->hw_name = "samsung-hsmmc"; sdhci_s3c_probe()
|
H A D | sdhci.h | 320 const char *hw_name; /* Hardware bus name */ member in struct:sdhci_host
|
H A D | sdhci-pci-core.c | 1663 host->hw_name = "PCI"; sdhci_pci_probe_slot()
|
H A D | sdhci.c | 3419 mmc_hostname(mmc), host->hw_name, dev_name(mmc_dev(mmc)), sdhci_add_host()
|
/linux-4.4.14/include/net/irda/ |
H A D | irlap.h | 124 char hw_name[2*IFNAMSIZ + 1]; member in struct:irlap_cb 222 const char *hw_name);
|
H A D | irda_device.h | 215 const char *hw_name);
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
H A D | falcon.c | 137 #define FALCON_DMA_STAT(ext_name, hw_name) \ 141 hw_name ## _ ## WIDTH == 48 ? 64 : hw_name ## _ ## WIDTH, \ 142 hw_name ## _ ## offset }
|