Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/p2p/dispatcher/src/
H A Dwlan_p2p_tgt_api.c81 struct p2p_lo_stop_event *lo_stop_event; in tgt_p2p_lo_event_cb() local
109 lo_stop_event = qdf_mem_malloc(sizeof(*lo_stop_event)); in tgt_p2p_lo_event_cb()
110 if (!lo_stop_event) { in tgt_p2p_lo_event_cb()
115 lo_stop_event->p2p_soc_obj = p2p_soc_obj; in tgt_p2p_lo_event_cb()
116 lo_stop_event->lo_event = event_info; in tgt_p2p_lo_event_cb()
118 msg.bodyptr = lo_stop_event; in tgt_p2p_lo_event_cb()
126 qdf_mem_free(lo_stop_event->lo_event); in tgt_p2p_lo_event_cb()
127 qdf_mem_free(lo_stop_event); in tgt_p2p_lo_event_cb()
/wlan-driver/qcacld-3.0/components/p2p/core/src/
H A Dwlan_p2p_main.c1062 struct p2p_lo_stop_event *lo_stop_event; in p2p_event_flush_callback() local
1087 lo_stop_event = (struct p2p_lo_stop_event *)msg->bodyptr; in p2p_event_flush_callback()
1088 qdf_mem_free(lo_stop_event->lo_event); in p2p_event_flush_callback()
1089 qdf_mem_free(lo_stop_event); in p2p_event_flush_callback()
1184 struct p2p_lo_stop_event *lo_stop_event) in p2p_process_lo_stop() argument
1190 if (!lo_stop_event) { in p2p_process_lo_stop()
1195 lo_evt = lo_stop_event->lo_event; in p2p_process_lo_stop()
1201 p2p_soc_obj = lo_stop_event->p2p_soc_obj; in p2p_process_lo_stop()
H A Dwlan_p2p_main.h518 struct p2p_lo_stop_event *lo_stop_event);
521 struct p2p_lo_stop_event *lo_stop_event) in p2p_process_lo_stop() argument