Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/gpio/dispatcher/src/
H A Dwlan_gpio_tgt_api.c31 struct wlan_lmac_if_gpio_tx_ops *gpio_tx_ops; in tgt_set_gpio_config_req() local
37 gpio_tx_ops = wlan_psoc_get_gpio_txops(psoc); in tgt_set_gpio_config_req()
38 if (!gpio_tx_ops) in tgt_set_gpio_config_req()
41 return gpio_tx_ops->set_gpio_config(psoc, param); in tgt_set_gpio_config_req()
47 struct wlan_lmac_if_gpio_tx_ops *gpio_tx_ops; in tgt_set_gpio_output_req() local
54 gpio_tx_ops = wlan_psoc_get_gpio_txops(psoc); in tgt_set_gpio_output_req()
55 if (!gpio_tx_ops) in tgt_set_gpio_output_req()
58 return gpio_tx_ops->set_gpio_output(psoc, param); in tgt_set_gpio_output_req()