Lines Matching refs:s32

211 	s32 mpc_onoff;
435 s32 ret = 0; in brcmf_p2p_set_firmware()
525 static s32 brcmf_p2p_set_discover_state(struct brcmf_if *ifp, u8 state, in brcmf_p2p_set_discover_state()
529 s32 ret = 0; in brcmf_p2p_set_discover_state()
547 static s32 brcmf_p2p_deinit_discovery(struct brcmf_p2p_info *p2p) in brcmf_p2p_deinit_discovery()
574 s32 ret = 0; in brcmf_p2p_enable_discovery()
630 static s32 brcmf_p2p_escan(struct brcmf_p2p_info *p2p, u32 num_chans, in brcmf_p2p_escan()
631 u16 chanspecs[], s32 search_state, u16 action, in brcmf_p2p_escan()
634 s32 ret = 0; in brcmf_p2p_escan()
635 s32 memsize = offsetof(struct brcmf_p2p_scan_le, in brcmf_p2p_escan()
637 s32 nprobes; in brcmf_p2p_escan()
638 s32 active; in brcmf_p2p_escan()
766 static s32 brcmf_p2p_run_escan(struct brcmf_cfg80211_info *cfg, in brcmf_p2p_run_escan()
772 s32 err = 0; in brcmf_p2p_run_escan()
773 s32 search_state = WL_P2P_DISC_ST_SCAN; in brcmf_p2p_run_escan()
848 static s32 brcmf_p2p_find_listen_channel(const u8 *ie, u32 ie_len) in brcmf_p2p_find_listen_channel()
851 s32 listen_channel; in brcmf_p2p_find_listen_channel()
852 s32 err; in brcmf_p2p_find_listen_channel()
862 listen_channel = (s32)channel_ie[3 + 1]; in brcmf_p2p_find_listen_channel()
928 static s32
933 s32 err = 0; in brcmf_p2p_discover_listen()
976 s32 err; in brcmf_p2p_remain_on_channel()
1058 static s32 brcmf_p2p_act_frm_search(struct brcmf_p2p_info *p2p, u16 channel) in brcmf_p2p_act_frm_search()
1060 s32 err; in brcmf_p2p_act_frm_search()
1118 s32 err; in brcmf_p2p_afx_handler()
1145 static s32 brcmf_p2p_af_searching_channel(struct brcmf_p2p_info *p2p) in brcmf_p2p_af_searching_channel()
1150 s32 retry; in brcmf_p2p_af_searching_channel()
1227 s32 err; in brcmf_p2p_scan_finding_common_channel()
1365 s32 freq; in brcmf_p2p_notify_action_frame_rx()
1498 static s32 brcmf_p2p_tx_action_frame(struct brcmf_p2p_info *p2p, in brcmf_p2p_tx_action_frame()
1502 s32 err = 0; in brcmf_p2p_tx_action_frame()
1503 s32 timeout = 0; in brcmf_p2p_tx_action_frame()
1549 static s32 brcmf_p2p_pub_af_tx(struct brcmf_cfg80211_info *cfg, in brcmf_p2p_pub_af_tx()
1556 s32 err = 0; in brcmf_p2p_pub_af_tx()
1659 s32 tx_retry; in brcmf_p2p_send_action_frame()
1660 s32 extra_listen_time; in brcmf_p2p_send_action_frame()
1847 s32 brcmf_p2p_notify_rx_mgmt_p2p_probereq(struct brcmf_if *ifp, in brcmf_p2p_notify_rx_mgmt_p2p_probereq()
1860 s32 freq; in brcmf_p2p_notify_rx_mgmt_p2p_probereq()
1915 s32 brcmf_p2p_attach(struct brcmf_cfg80211_info *cfg) in brcmf_p2p_attach()
1922 s32 bssidx; in brcmf_p2p_attach()
1923 s32 err = 0; in brcmf_p2p_attach()
2060 s32 err; in brcmf_p2p_ifchange()