Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/target_if/pmo/src/
H A Dtarget_if_pmo_lphb.c32 struct pmo_lphb_enable_req *ts_lphb_enable) in target_if_pmo_send_lphb_enable() argument
37 if (!ts_lphb_enable) { in target_if_pmo_send_lphb_enable()
43 ts_lphb_enable->enable, in target_if_pmo_send_lphb_enable()
44 ts_lphb_enable->item, ts_lphb_enable->session); in target_if_pmo_send_lphb_enable()
46 if ((ts_lphb_enable->item != 1) && (ts_lphb_enable->item != 2)) { in target_if_pmo_send_lphb_enable()
48 ts_lphb_enable->item); in target_if_pmo_send_lphb_enable()
53 hb_enable_fp.vdev_id = ts_lphb_enable->session; in target_if_pmo_send_lphb_enable()
54 hb_enable_fp.enable = ts_lphb_enable->enable; in target_if_pmo_send_lphb_enable()
55 hb_enable_fp.item = ts_lphb_enable->item; in target_if_pmo_send_lphb_enable()
56 hb_enable_fp.session = ts_lphb_enable->session; in target_if_pmo_send_lphb_enable()
/wlan-driver/qcacld-3.0/components/pmo/core/src/
H A Dwlan_pmo_lphb.c42 struct pmo_lphb_enable_req *ts_lphb_enable; in pmo_core_send_lphb_enable() local
50 ts_lphb_enable = &(lphb_conf_req->params.lphb_enable_req); in pmo_core_send_lphb_enable()
51 qdf_status = pmo_tgt_send_lphb_enable(psoc, ts_lphb_enable); in pmo_core_send_lphb_enable()
62 if (ts_lphb_enable->enable && ts_lphb_enable->item > 0) { in pmo_core_send_lphb_enable()
63 i = ts_lphb_enable->item - 1; in pmo_core_send_lphb_enable()
68 ts_lphb_enable->enable; in pmo_core_send_lphb_enable()
70 ts_lphb_enable->item; in pmo_core_send_lphb_enable()
72 ts_lphb_enable->session; in pmo_core_send_lphb_enable()
/wlan-driver/qcacld-3.0/components/pmo/dispatcher/src/
H A Dwlan_pmo_tgt_lphb.c30 struct pmo_lphb_enable_req *ts_lphb_enable) in pmo_tgt_send_lphb_enable() argument
42 status = pmo_tx_ops.send_lphb_enable(psoc, ts_lphb_enable); in pmo_tgt_send_lphb_enable()
/wlan-driver/qcacld-3.0/components/target_if/pmo/inc/
H A Dtarget_if_pmo.h276 struct pmo_lphb_enable_req *ts_lphb_enable);
/wlan-driver/qcacld-3.0/components/pmo/dispatcher/inc/
H A Dwlan_pmo_tgt_api.h275 struct pmo_lphb_enable_req *ts_lphb_enable);
H A Dwlan_pmo_obj_mgmt_public_struct.h225 struct pmo_lphb_enable_req *ts_lphb_enable);