Home
last modified time | relevance | path

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

/linux/sound/hda/common/
H A Dhwdep.c94 char hwname[16]; in snd_hda_create_hwdep() local
98 sprintf(hwname, "HDA Codec %d", codec->addr); in snd_hda_create_hwdep()
99 err = snd_hwdep_new(codec->card, hwname, codec->addr, &hwdep); in snd_hda_create_hwdep()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c4249 const char *hwname; member
4331 if (param->hwname) { in append_radio_msg()
4333 strlen(param->hwname), param->hwname); in append_radio_msg()
5408 hw = ieee80211_alloc_hw_nm(sizeof(*data), ops, param->hwname); in mac80211_hwsim_new_radio()
5416 param->hwname = wiphy_name(hw->wiphy); in mac80211_hwsim_new_radio()
5875 static void hwsim_mcast_del_radio(int id, const char *hwname, in hwsim_mcast_del_radio() argument
5895 ret = nla_put(skb, HWSIM_ATTR_RADIO_NAME, strlen(hwname), in hwsim_mcast_del_radio()
5896 hwname); in hwsim_mcast_del_radio()
5911 const char *hwname, in mac80211_hwsim_del_radio() argument
5914 hwsim_mcast_del_radio(data->idx, hwname, info); in mac80211_hwsim_del_radio()
[all …]