Home
last modified time | relevance | path

Searched refs:gpio_ops (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/gpio/
H A Dtarget_if_gpio.c76 struct wlan_lmac_if_gpio_tx_ops *gpio_ops; in target_if_gpio_register_tx_ops() local
82 gpio_ops = &tx_ops->gpio_ops; in target_if_gpio_register_tx_ops()
84 gpio_ops->set_gpio_config = target_if_set_gpio_config; in target_if_gpio_register_tx_ops()
85 gpio_ops->set_gpio_output = target_if_set_gpio_output; in target_if_gpio_register_tx_ops()
/wlan-driver/qca-wifi-host-cmn/gpio/core/inc/
H A Dwlan_gpio_priv_api.h84 return &tx_ops->gpio_ops; in wlan_psoc_get_gpio_txops()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h1894 struct wlan_lmac_if_gpio_tx_ops gpio_ops; member