Home
last modified time | relevance | path

Searched refs:pull_type (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/os_if/linux/gpio/src/
Dwlan_cfg80211_gpio.c92 convert_vendor_gpio_pull_type(enum qca_gpio_pull_type pull_type) in convert_vendor_gpio_pull_type() argument
94 switch (pull_type) { in convert_vendor_gpio_pull_type()
224 enum qca_gpio_pull_type pull_type; in wlan_set_gpio_config() local
254 pull_type = nla_get_u32(gpio_attr); in wlan_set_gpio_config()
255 if (pull_type >= QCA_WLAN_GPIO_PULL_MAX) { in wlan_set_gpio_config()
259 cfg_param.pin_pull_type = convert_vendor_gpio_pull_type(pull_type); in wlan_set_gpio_config()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_gpio_tlv.c55 convert_gpio_pull_type(enum gpio_pull_type pull_type) in convert_gpio_pull_type() argument
57 switch (pull_type) { in convert_gpio_pull_type()
159 cmd->pull_type = convert_gpio_pull_type(param->pin_pull_type); in send_gpio_config_cmd_tlv()
167 cmd->gpio_num, cmd->input, cmd->pull_type, cmd->intr_mode, in send_gpio_config_cmd_tlv()
/wlan-driver/qca-wifi-host-cmn/gpio/dispatcher/inc/
Dwlan_gpio_tgt_api.h68 uint32_t input, uint32_t pull_type,
84 uint32_t pull_type, uint32_t intr_mode, in tgt_gpio_config() argument
/wlan-driver/qca-wifi-host-cmn/gpio/dispatcher/src/
Dwlan_gpio_tgt_api.c62 uint32_t input, uint32_t pull_type, in tgt_gpio_config() argument
74 param.pin_pull_type = pull_type; in tgt_gpio_config()
/wlan-driver/fw-api/fw/
Dwmi_unified.h26087 A_UINT32 pull_type; /* Pull type defined above */ member