Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dahb.c61 char hw_name[64]; in ath_ahb_probe() local
106 ath9k_hw_name(ah, hw_name, sizeof(hw_name)); in ath_ahb_probe()
108 hw_name, mem, irq); in ath_ahb_probe()
H A Dpci.c891 char hw_name[64]; in ath_pci_probe() local
988 ath9k_hw_name(sc->sc_ah, hw_name, sizeof(hw_name)); in ath_pci_probe()
990 hw_name, sc->mem, pdev->irq); in ath_pci_probe()
/linux/drivers/net/wireless/ath/wil6210/
H A Dpcie_bus.c50 wil->hw_name = "Sparrow D0"; in wil_set_capabilities()
65 wil->hw_name = "Sparrow B0"; in wil_set_capabilities()
69 wil->hw_name = "Unknown"; in wil_set_capabilities()
77 wil->hw_name = "Talyn-MA"; in wil_set_capabilities()
91 wil->hw_name = "Talyn-MB"; in wil_set_capabilities()
109 wil->hw_name = "Unknown"; in wil_set_capabilities()
123 wil_info(wil, "Board hardware is %s, flash %sexist\n", wil->hw_name, in wil_set_capabilities()
H A Dwil6210.h931 const char *hw_name; member
/linux/drivers/hwmon/
H A Dintel-m10-bmc-hwmon.c32 char *hw_name; member
747 hw->hw_name = devm_hwmon_sanitize_name(dev, id->name); in m10bmc_hwmon_probe()
748 if (IS_ERR(hw->hw_name)) in m10bmc_hwmon_probe()
749 return PTR_ERR(hw->hw_name); in m10bmc_hwmon_probe()
751 hwmon_dev = devm_hwmon_device_register_with_info(dev, hw->hw_name, in m10bmc_hwmon_probe()
/linux/drivers/mmc/host/
H A Dsdhci-milbeaut.c265 host->hw_name = "f_sdh30"; in sdhci_milbeaut_probe()
/linux/drivers/net/ethernet/sfc/falcon/
H A Dfalcon.c136 #define FALCON_DMA_STAT(ext_name, hw_name) \ argument
140 hw_name ## _ ## WIDTH == 48 ? 64 : hw_name ## _ ## WIDTH, \
141 hw_name ## _ ## offset }