Searched refs:gpio_tx_ops (Results 1 – 1 of 1) sorted by relevance
31 struct wlan_lmac_if_gpio_tx_ops *gpio_tx_ops; in tgt_set_gpio_config_req() local37 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() local54 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()