Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/p2p/dispatcher/src/
H A Dwlan_p2p_tgt_api.c51 struct wlan_lmac_if_p2p_tx_ops *p2p_ops; in tgt_p2p_register_lo_ev_handler() local
54 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() local
69 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() local
185 p2p_ops = wlan_psoc_get_p2p_tx_ops(psoc); in tgt_p2p_register_macaddr_rx_filter_evt_handler()
[all …]
H A Dwlan_p2p_ucfg_api.c442 struct wlan_lmac_if_p2p_tx_ops *p2p_ops; in ucfg_p2p_set_ps() local
481 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() local
509 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() local
531 p2p_ops = ucfg_p2p_psoc_get_tx_ops(soc); in ucfg_p2p_lo_stop()
[all …]
/wlan-driver/qcacld-3.0/components/p2p/core/src/
H A Dwlan_p2p_off_chan_tx.c2760 struct wlan_lmac_if_p2p_tx_ops *p2p_ops; in p2p_process_set_rand_mac() local
2798 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, &param); in p2p_process_set_rand_mac()