Home
last modified time | relevance | path

Searched refs:pin_set (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/os_if/linux/gpio/src/
H A Dwlan_cfg80211_gpio.c317 enum qca_gpio_value pin_set; in wlan_set_gpio_output() local
332 pin_set = nla_get_u32(gpio_attr); in wlan_set_gpio_output()
333 if (pin_set >= QCA_WLAN_GPIO_LEVEL_MAX) { in wlan_set_gpio_output()
337 out_param.pin_set = convert_vendor_gpio_output_value(pin_set); in wlan_set_gpio_output()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_gpio_tlv.c203 if (param->pin_set >= WMI_HOST_GPIO_LEVEL_MAX) in send_gpio_output_cmd_tlv()
216 cmd->set = convert_gpio_output_value(param->pin_set); in send_gpio_output_cmd_tlv()
/wlan-driver/qca-wifi-host-cmn/gpio/dispatcher/src/
H A Dwlan_gpio_tgt_api.c133 param.pin_set = set; in tgt_gpio_output()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_param.h4106 enum gpio_value pin_set; member