Searched refs:ps (Results 1 – 17 of 17) sorted by relevance
166 struct pdev_spectral *ps = NULL; in os_if_spectral_init_nl() local174 ps = wlan_objmgr_pdev_get_comp_private_obj(pdev, in os_if_spectral_init_nl()177 if (!ps) { in os_if_spectral_init_nl()191 ps->spectral_sock = os_if_spectral_nl_sock; in os_if_spectral_init_nl()193 if (!ps->spectral_sock) { in os_if_spectral_init_nl()212 struct pdev_spectral *ps = NULL; in os_if_spectral_destroy_netlink() local218 ps = wlan_objmgr_pdev_get_comp_private_obj(pdev, in os_if_spectral_destroy_netlink()221 if (!ps) { in os_if_spectral_destroy_netlink()225 ps->spectral_sock = NULL; in os_if_spectral_destroy_netlink()252 struct pdev_spectral *ps = NULL; in os_if_spectral_prep_skb() local[all …]
593 struct pdev_spectral *ps = NULL; in wlan_spectral_pdev_obj_create_handler() local614 ps = (struct pdev_spectral *) in wlan_spectral_pdev_obj_create_handler()616 if (!ps) in wlan_spectral_pdev_obj_create_handler()625 qdf_mem_zero(ps, sizeof(struct pdev_spectral)); in wlan_spectral_pdev_obj_create_handler()626 ps->psptrl_pdev = pdev; in wlan_spectral_pdev_obj_create_handler()635 ps->psptrl_target_handle = target_handle; in wlan_spectral_pdev_obj_create_handler()638 (void *)ps, QDF_STATUS_SUCCESS); in wlan_spectral_pdev_obj_create_handler()642 qdf_mem_free(ps); in wlan_spectral_pdev_obj_create_handler()650 struct pdev_spectral *ps = NULL; in wlan_spectral_pdev_obj_destroy_handler() local668 ps = wlan_objmgr_pdev_get_comp_private_obj(pdev, in wlan_spectral_pdev_obj_destroy_handler()[all …]
95 struct pdev_spectral *ps = NULL; in ucfg_spectral_scan_set_ppid() local101 ps = wlan_objmgr_pdev_get_comp_private_obj(pdev, in ucfg_spectral_scan_set_ppid()103 if (!ps) { in ucfg_spectral_scan_set_ppid()107 ps->spectral_pid = ppid; in ucfg_spectral_scan_set_ppid()
34 struct pdev_spectral *ps; in tgt_get_pdev_target_handle() local40 ps = wlan_objmgr_pdev_get_comp_private_obj(pdev, in tgt_get_pdev_target_handle()42 if (!ps) { in tgt_get_pdev_target_handle()46 return ps->psptrl_target_handle; in tgt_get_pdev_target_handle()
2959 target_if_spectral_init_dummy_function_table(struct target_if_spectral *ps) in target_if_spectral_init_dummy_function_table() argument2961 struct target_if_spectral_ops *p_sops = GET_TARGET_IF_SPECTRAL_OPS(ps); in target_if_spectral_init_dummy_function_table()