Lines Matching refs:attr
219 struct nlattr **attr) in wlan_set_gpio_config() argument
230 gpio_attr = attr[QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_PINNUM]; in wlan_set_gpio_config()
237 gpio_attr = attr[QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_DIR]; in wlan_set_gpio_config()
249 gpio_attr = attr[QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_PULL_TYPE]; in wlan_set_gpio_config()
261 gpio_attr = attr[QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_INTR_MODE]; in wlan_set_gpio_config()
278 gpio_attr = attr[QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_MUX_CONFIG]; in wlan_set_gpio_config()
283 gpio_attr = attr[QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_DRIVE]; in wlan_set_gpio_config()
293 gpio_attr = attr[QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_INTERNAL_CONFIG]; in wlan_set_gpio_config()
313 struct nlattr **attr) in wlan_set_gpio_output() argument
320 gpio_attr = attr[QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_PINNUM]; in wlan_set_gpio_output()
327 gpio_attr = attr[QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_VALUE]; in wlan_set_gpio_output()
362 struct nlattr *attr[QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_MAX + 1]; in wlan_cfg80211_start_gpio_config() local
365 if (wlan_cfg80211_nla_parse(attr, QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_MAX, in wlan_cfg80211_start_gpio_config()
371 if (attr[QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_COMMAND]) { in wlan_cfg80211_start_gpio_config()
373 attr[QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_COMMAND]); in wlan_cfg80211_start_gpio_config()
376 ret = wlan_set_gpio_config(psoc, attr); in wlan_cfg80211_start_gpio_config()
378 ret = wlan_set_gpio_output(psoc, attr); in wlan_cfg80211_start_gpio_config()