Searched refs:p2p_ops (Results 1 – 3 of 3) sorted by relevance
51 struct wlan_lmac_if_p2p_tx_ops *p2p_ops; in tgt_p2p_register_lo_ev_handler() local54 p2p_ops = wlan_psoc_get_p2p_tx_ops(psoc); in tgt_p2p_register_lo_ev_handler()55 if (p2p_ops && p2p_ops->reg_lo_ev_handler) { in tgt_p2p_register_lo_ev_handler()56 status = p2p_ops->reg_lo_ev_handler(psoc, NULL); in tgt_p2p_register_lo_ev_handler()66 struct wlan_lmac_if_p2p_tx_ops *p2p_ops; in tgt_p2p_unregister_lo_ev_handler() local69 p2p_ops = wlan_psoc_get_p2p_tx_ops(psoc); in tgt_p2p_unregister_lo_ev_handler()70 if (p2p_ops && p2p_ops->unreg_lo_ev_handler) { in tgt_p2p_unregister_lo_ev_handler()71 status = p2p_ops->unreg_lo_ev_handler(psoc, NULL); in tgt_p2p_unregister_lo_ev_handler()182 struct wlan_lmac_if_p2p_tx_ops *p2p_ops; in tgt_p2p_register_macaddr_rx_filter_evt_handler() local185 p2p_ops = wlan_psoc_get_p2p_tx_ops(psoc); in tgt_p2p_register_macaddr_rx_filter_evt_handler()[all …]
442 struct wlan_lmac_if_p2p_tx_ops *p2p_ops; in ucfg_p2p_set_ps() local481 p2p_ops = ucfg_p2p_psoc_get_tx_ops(soc); in ucfg_p2p_set_ps()482 if (p2p_ops->set_ps) { in ucfg_p2p_set_ps()483 status = p2p_ops->set_ps(soc, &go_ps_config); in ucfg_p2p_set_ps()494 struct wlan_lmac_if_p2p_tx_ops *p2p_ops; in ucfg_p2p_lo_start() local509 p2p_ops = ucfg_p2p_psoc_get_tx_ops(soc); in ucfg_p2p_lo_start()510 if (p2p_ops->lo_start) { in ucfg_p2p_lo_start()511 status = p2p_ops->lo_start(soc, p2p_lo_start); in ucfg_p2p_lo_start()521 struct wlan_lmac_if_p2p_tx_ops *p2p_ops; in ucfg_p2p_lo_stop() local531 p2p_ops = ucfg_p2p_psoc_get_tx_ops(soc); in ucfg_p2p_lo_stop()[all …]
2760 struct wlan_lmac_if_p2p_tx_ops *p2p_ops; in p2p_process_set_rand_mac() local2798 p2p_ops = p2p_psoc_get_tx_ops(soc); in p2p_process_set_rand_mac()2799 if (p2p_ops && p2p_ops->set_mac_addr_rx_filter_cmd) { in p2p_process_set_rand_mac()2806 status = p2p_ops->set_mac_addr_rx_filter_cmd(soc, ¶m); in p2p_process_set_rand_mac()