Home
last modified time | relevance | path

Searched refs:errno_size (Results 1 – 25 of 36) sorted by relevance

12

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_sysfs_dp_trace.c94 ssize_t errno_size; in hdd_sysfs_dp_trace_store() local
101 errno_size = osif_psoc_sync_op_start(wiphy_dev(hdd_ctx->wiphy), in hdd_sysfs_dp_trace_store()
103 if (errno_size) in hdd_sysfs_dp_trace_store()
104 return errno_size; in hdd_sysfs_dp_trace_store()
106 errno_size = __hdd_sysfs_dp_trace_store(hdd_ctx, attr, in hdd_sysfs_dp_trace_store()
111 return errno_size; in hdd_sysfs_dp_trace_store()
176 ssize_t errno_size; in hdd_sysfs_dump_dp_trace_store() local
183 errno_size = osif_psoc_sync_op_start(wiphy_dev(hdd_ctx->wiphy), in hdd_sysfs_dump_dp_trace_store()
185 if (errno_size) in hdd_sysfs_dump_dp_trace_store()
186 return errno_size; in hdd_sysfs_dump_dp_trace_store()
[all …]
Dwlan_hdd_sysfs_dl_modes.c109 ssize_t errno_size; in hdd_sysfs_dl_loglevel_store() local
111 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_dl_loglevel_store()
112 if (errno_size) in hdd_sysfs_dl_loglevel_store()
113 return errno_size; in hdd_sysfs_dl_loglevel_store()
115 errno_size = __hdd_sysfs_dl_loglevel_store(net_dev, buf, count); in hdd_sysfs_dl_loglevel_store()
119 return errno_size; in hdd_sysfs_dl_loglevel_store()
180 ssize_t errno_size; in hdd_sysfs_dl_mod_loglevel_store() local
182 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_dl_mod_loglevel_store()
183 if (errno_size) in hdd_sysfs_dl_mod_loglevel_store()
184 return errno_size; in hdd_sysfs_dl_mod_loglevel_store()
[all …]
Dwlan_hdd_sysfs_suspend_resume.c93 ssize_t errno_size; in hdd_sysfs_suspend_store() local
95 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_suspend_store()
96 if (errno_size) in hdd_sysfs_suspend_store()
97 return errno_size; in hdd_sysfs_suspend_store()
99 errno_size = __hdd_sysfs_suspend_store( in hdd_sysfs_suspend_store()
101 if (errno_size < 0) in hdd_sysfs_suspend_store()
102 hdd_err_rl("errno_size %zd", errno_size); in hdd_sysfs_suspend_store()
106 return errno_size; in hdd_sysfs_suspend_store()
162 ssize_t errno_size; in hdd_sysfs_resume_store() local
164 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_resume_store()
[all …]
Dwlan_hdd_debugfs_unit_test.c103 ssize_t errno_size; in wlan_hdd_write_unit_test_host_debugfs() local
105 errno_size = wlan_hdd_validate_context(hdd_ctx); in wlan_hdd_write_unit_test_host_debugfs()
106 if (errno_size) in wlan_hdd_write_unit_test_host_debugfs()
107 return errno_size; in wlan_hdd_write_unit_test_host_debugfs()
109 errno_size = osif_psoc_sync_op_start(wiphy_dev(hdd_ctx->wiphy), in wlan_hdd_write_unit_test_host_debugfs()
111 if (errno_size) in wlan_hdd_write_unit_test_host_debugfs()
112 return errno_size; in wlan_hdd_write_unit_test_host_debugfs()
114 errno_size = __wlan_hdd_write_unit_test_host_debugfs( in wlan_hdd_write_unit_test_host_debugfs()
116 if (errno_size < 0) in wlan_hdd_write_unit_test_host_debugfs()
117 hdd_err_rl("err_size %zd", errno_size); in wlan_hdd_write_unit_test_host_debugfs()
[all …]
Dwlan_hdd_sysfs_rf_test_mode.c49 ssize_t errno_size; in hdd_sysfs_rf_test_mode_show() local
56 errno_size = osif_psoc_sync_op_start(wiphy_dev(hdd_ctx->wiphy), in hdd_sysfs_rf_test_mode_show()
58 if (errno_size) in hdd_sysfs_rf_test_mode_show()
59 return errno_size; in hdd_sysfs_rf_test_mode_show()
61 errno_size = __hdd_sysfs_rf_test_mode_show(hdd_ctx, attr, buf); in hdd_sysfs_rf_test_mode_show()
65 return errno_size; in hdd_sysfs_rf_test_mode_show()
119 ssize_t errno_size; in hdd_sysfs_rf_test_mode_store() local
126 errno_size = osif_psoc_sync_op_start(wiphy_dev(hdd_ctx->wiphy), in hdd_sysfs_rf_test_mode_store()
128 if (errno_size) in hdd_sysfs_rf_test_mode_store()
129 return errno_size; in hdd_sysfs_rf_test_mode_store()
[all …]
Dwlan_hdd_sysfs_dp_aggregation.c51 ssize_t errno_size; in hdd_sysfs_dp_aggregation_show() local
58 errno_size = osif_psoc_sync_op_start(wiphy_dev(hdd_ctx->wiphy), in hdd_sysfs_dp_aggregation_show()
60 if (errno_size) in hdd_sysfs_dp_aggregation_show()
61 return errno_size; in hdd_sysfs_dp_aggregation_show()
63 errno_size = __hdd_sysfs_dp_aggregation_show(hdd_ctx, attr, buf); in hdd_sysfs_dp_aggregation_show()
67 return errno_size; in hdd_sysfs_dp_aggregation_show()
113 ssize_t errno_size; in hdd_sysfs_dp_aggregation_store() local
120 errno_size = osif_psoc_sync_op_start(wiphy_dev(hdd_ctx->wiphy), in hdd_sysfs_dp_aggregation_store()
122 if (errno_size) in hdd_sysfs_dp_aggregation_store()
123 return errno_size; in hdd_sysfs_dp_aggregation_store()
[all …]
Dwlan_hdd_sysfs_roam_trigger_bitmap.c45 ssize_t errno_size; in hdd_sysfs_roam_trigger_bitmap_show() local
52 errno_size = osif_psoc_sync_op_start(wiphy_dev(hdd_ctx->wiphy), in hdd_sysfs_roam_trigger_bitmap_show()
54 if (errno_size) in hdd_sysfs_roam_trigger_bitmap_show()
55 return errno_size; in hdd_sysfs_roam_trigger_bitmap_show()
57 errno_size = __hdd_sysfs_roam_trigger_bitmap_show(hdd_ctx, attr, buf); in hdd_sysfs_roam_trigger_bitmap_show()
61 return errno_size; in hdd_sysfs_roam_trigger_bitmap_show()
109 ssize_t errno_size; in hdd_sysfs_roam_trigger_bitmap_store() local
116 errno_size = osif_psoc_sync_op_start(wiphy_dev(hdd_ctx->wiphy), in hdd_sysfs_roam_trigger_bitmap_store()
118 if (errno_size) in hdd_sysfs_roam_trigger_bitmap_store()
119 return errno_size; in hdd_sysfs_roam_trigger_bitmap_store()
[all …]
Dwlan_hdd_sysfs_swlm.c43 ssize_t errno_size; in hdd_sysfs_dp_swlm_show() local
50 errno_size = osif_psoc_sync_op_start(wiphy_dev(hdd_ctx->wiphy), in hdd_sysfs_dp_swlm_show()
52 if (errno_size) in hdd_sysfs_dp_swlm_show()
53 return errno_size; in hdd_sysfs_dp_swlm_show()
55 errno_size = __hdd_sysfs_dp_swlm_show(hdd_ctx, attr, buf); in hdd_sysfs_dp_swlm_show()
59 return errno_size; in hdd_sysfs_dp_swlm_show()
105 ssize_t errno_size; in hdd_sysfs_dp_swlm_store() local
112 errno_size = osif_psoc_sync_op_start(wiphy_dev(hdd_ctx->wiphy), in hdd_sysfs_dp_swlm_store()
114 if (errno_size) in hdd_sysfs_dp_swlm_store()
115 return errno_size; in hdd_sysfs_dp_swlm_store()
[all …]
Dwlan_hdd_sysfs_dump_in_progress.c75 ssize_t errno_size; in hdd_sysfs_dump_in_progress_store() local
82 errno_size = osif_psoc_sync_op_start(wiphy_dev(hdd_ctx->wiphy), in hdd_sysfs_dump_in_progress_store()
84 if (errno_size) in hdd_sysfs_dump_in_progress_store()
85 return errno_size; in hdd_sysfs_dump_in_progress_store()
87 errno_size = __hdd_sysfs_dump_in_progress_store(hdd_ctx, attr, in hdd_sysfs_dump_in_progress_store()
92 return errno_size; in hdd_sysfs_dump_in_progress_store()
113 ssize_t errno_size; in hdd_sysfs_dump_in_progress_show() local
120 errno_size = osif_psoc_sync_op_start(wiphy_dev(hdd_ctx->wiphy), in hdd_sysfs_dump_in_progress_show()
122 if (errno_size) in hdd_sysfs_dump_in_progress_show()
123 return errno_size; in hdd_sysfs_dump_in_progress_show()
[all …]
Dwlan_hdd_sysfs_wds_mode.c45 ssize_t errno_size; in hdd_sysfs_wds_mode_show() local
52 errno_size = osif_psoc_sync_op_start(wiphy_dev(hdd_ctx->wiphy), in hdd_sysfs_wds_mode_show()
54 if (errno_size) in hdd_sysfs_wds_mode_show()
55 return errno_size; in hdd_sysfs_wds_mode_show()
57 errno_size = __hdd_sysfs_wds_mode_show(hdd_ctx, attr, buf); in hdd_sysfs_wds_mode_show()
61 return errno_size; in hdd_sysfs_wds_mode_show()
108 ssize_t errno_size; in hdd_sysfs_wds_mode_store() local
115 errno_size = osif_psoc_sync_op_start(wiphy_dev(hdd_ctx->wiphy), in hdd_sysfs_wds_mode_store()
117 if (errno_size) in hdd_sysfs_wds_mode_store()
118 return errno_size; in hdd_sysfs_wds_mode_store()
[all …]
Dwlan_hdd_sysfs_motion_detection.c118 ssize_t errno_size; in hdd_sysfs_mt_bl_config_store() local
120 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_mt_bl_config_store()
121 if (errno_size) in hdd_sysfs_mt_bl_config_store()
122 return errno_size; in hdd_sysfs_mt_bl_config_store()
124 errno_size = __hdd_sysfs_mt_bl_config_store(net_dev, buf, count); in hdd_sysfs_mt_bl_config_store()
128 return errno_size; in hdd_sysfs_mt_bl_config_store()
203 ssize_t errno_size; in hdd_sysfs_mt_bl_start_store() local
205 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_mt_bl_start_store()
206 if (errno_size) in hdd_sysfs_mt_bl_start_store()
207 return errno_size; in hdd_sysfs_mt_bl_start_store()
[all …]
Dwlan_hdd_sysfs_dfsnol.c64 ssize_t errno_size; in hdd_sysfs_dfsnol_show() local
66 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_dfsnol_show()
67 if (errno_size) in hdd_sysfs_dfsnol_show()
68 return errno_size; in hdd_sysfs_dfsnol_show()
70 errno_size = __hdd_sysfs_dfsnol_show(net_dev, buf); in hdd_sysfs_dfsnol_show()
74 return errno_size; in hdd_sysfs_dfsnol_show()
140 ssize_t errno_size; in hdd_sysfs_dfsnol_store() local
142 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_dfsnol_store()
143 if (errno_size) in hdd_sysfs_dfsnol_store()
144 return errno_size; in hdd_sysfs_dfsnol_store()
[all …]
Dwlan_hdd_sysfs_add_timestamp.c136 ssize_t errno_size; in hdd_sysfs_dp_pkt_add_ts_store() local
143 errno_size = osif_psoc_sync_op_start(wiphy_dev(hdd_ctx->wiphy), in hdd_sysfs_dp_pkt_add_ts_store()
145 if (errno_size) in hdd_sysfs_dp_pkt_add_ts_store()
146 return errno_size; in hdd_sysfs_dp_pkt_add_ts_store()
148 errno_size = __hdd_sysfs_dp_pkt_add_ts_store(hdd_ctx, attr, in hdd_sysfs_dp_pkt_add_ts_store()
153 return errno_size; in hdd_sysfs_dp_pkt_add_ts_store()
172 ssize_t errno_size; in hdd_sysfs_dp_pkt_add_ts_show() local
179 errno_size = osif_psoc_sync_op_start(wiphy_dev(hdd_ctx->wiphy), in hdd_sysfs_dp_pkt_add_ts_show()
181 if (errno_size) in hdd_sysfs_dp_pkt_add_ts_show()
182 return errno_size; in hdd_sysfs_dp_pkt_add_ts_show()
[all …]
Dwlan_hdd_sysfs_gtx_bw_mask.c126 ssize_t errno_size; in hdd_sysfs_gtx_bw_mask_store() local
128 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_gtx_bw_mask_store()
129 if (errno_size) in hdd_sysfs_gtx_bw_mask_store()
130 return errno_size; in hdd_sysfs_gtx_bw_mask_store()
132 errno_size = __hdd_sysfs_gtx_bw_mask_store(net_dev, buf, count); in hdd_sysfs_gtx_bw_mask_store()
136 return errno_size; in hdd_sysfs_gtx_bw_mask_store()
174 ssize_t errno_size; in hdd_sysfs_gtx_bw_mask_show() local
176 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_gtx_bw_mask_show()
177 if (errno_size) in hdd_sysfs_gtx_bw_mask_show()
178 return errno_size; in hdd_sysfs_gtx_bw_mask_show()
[all …]
Dwlan_hdd_sysfs_crash_inject.c90 ssize_t errno_size; in hdd_sysfs_crash_inject_store() local
92 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_crash_inject_store()
93 if (errno_size) in hdd_sysfs_crash_inject_store()
94 return errno_size; in hdd_sysfs_crash_inject_store()
96 errno_size = __hdd_sysfs_crash_inject_store( in hdd_sysfs_crash_inject_store()
98 if (errno_size < 0) in hdd_sysfs_crash_inject_store()
99 hdd_err_rl("errno_size %zd", errno_size); in hdd_sysfs_crash_inject_store()
103 return errno_size; in hdd_sysfs_crash_inject_store()
Dwlan_hdd_sysfs_modify_acl.c114 ssize_t errno_size; in hdd_sysfs_modify_acl_store() local
116 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_modify_acl_store()
117 if (errno_size) in hdd_sysfs_modify_acl_store()
118 return errno_size; in hdd_sysfs_modify_acl_store()
120 errno_size = __hdd_sysfs_modify_acl_store( in hdd_sysfs_modify_acl_store()
122 if (errno_size < 0) in hdd_sysfs_modify_acl_store()
123 hdd_err_rl("errno_size %zd", errno_size); in hdd_sysfs_modify_acl_store()
127 return errno_size; in hdd_sysfs_modify_acl_store()
Dwlan_hdd_sysfs_unit_test.c138 ssize_t errno_size; in hdd_sysfs_unit_test_target_store() local
140 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_unit_test_target_store()
141 if (errno_size) in hdd_sysfs_unit_test_target_store()
142 return errno_size; in hdd_sysfs_unit_test_target_store()
144 errno_size = __hdd_sysfs_unit_test_target_store( in hdd_sysfs_unit_test_target_store()
146 if (errno_size < 0) in hdd_sysfs_unit_test_target_store()
147 hdd_err_rl("errno_size %zd", errno_size); in hdd_sysfs_unit_test_target_store()
151 return errno_size; in hdd_sysfs_unit_test_target_store()
Dwlan_hdd_sysfs_wifi_features.c66 ssize_t errno_size; in hdd_sysfs_feature_set_show() local
73 errno_size = osif_psoc_sync_op_start(wiphy_dev(hdd_ctx->wiphy), in hdd_sysfs_feature_set_show()
75 if (errno_size) in hdd_sysfs_feature_set_show()
76 return errno_size; in hdd_sysfs_feature_set_show()
78 errno_size = __hdd_sysfs_feature_set_show(hdd_ctx, attr, buf); in hdd_sysfs_feature_set_show()
82 return errno_size; in hdd_sysfs_feature_set_show()
Dwlan_hdd_sysfs_scan_disable.c81 ssize_t errno_size; in hdd_sysfs_scan_disable_store() local
88 errno_size = osif_psoc_sync_op_start(wiphy_dev(hdd_ctx->wiphy), in hdd_sysfs_scan_disable_store()
90 if (errno_size) in hdd_sysfs_scan_disable_store()
91 return errno_size; in hdd_sysfs_scan_disable_store()
93 errno_size = __hdd_sysfs_scan_disable_store(hdd_ctx, attr, in hdd_sysfs_scan_disable_store()
98 return errno_size; in hdd_sysfs_scan_disable_store()
Dwlan_hdd_sysfs_wow_ito.c83 ssize_t errno_size; in hdd_sysfs_wow_ito_store() local
90 errno_size = osif_psoc_sync_op_start(wiphy_dev(hdd_ctx->wiphy), in hdd_sysfs_wow_ito_store()
92 if (errno_size) in hdd_sysfs_wow_ito_store()
93 return errno_size; in hdd_sysfs_wow_ito_store()
95 errno_size = __hdd_sysfs_wow_ito_store(hdd_ctx, attr, buf, count); in hdd_sysfs_wow_ito_store()
99 return errno_size; in hdd_sysfs_wow_ito_store()
Dwlan_hdd_sysfs_he_bss_color.c85 ssize_t errno_size; in hdd_sysfs_he_bss_color_store() local
87 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_he_bss_color_store()
88 if (errno_size) in hdd_sysfs_he_bss_color_store()
89 return errno_size; in hdd_sysfs_he_bss_color_store()
91 errno_size = __hdd_sysfs_he_bss_color_store(net_dev, buf, count); in hdd_sysfs_he_bss_color_store()
95 return errno_size; in hdd_sysfs_he_bss_color_store()
Dwlan_hdd_sysfs_monitor_mode_channel.c96 ssize_t errno_size; in hdd_sysfs_monitor_mode_channel_store() local
98 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_monitor_mode_channel_store()
99 if (errno_size) in hdd_sysfs_monitor_mode_channel_store()
100 return errno_size; in hdd_sysfs_monitor_mode_channel_store()
102 errno_size = __hdd_sysfs_monitor_mode_channel_store(net_dev, in hdd_sysfs_monitor_mode_channel_store()
107 return errno_size; in hdd_sysfs_monitor_mode_channel_store()
Dwlan_hdd_sysfs_wlan_dbg.c85 ssize_t errno_size; in hdd_sysfs_wlan_dbg_store() local
92 errno_size = osif_psoc_sync_op_start(wiphy_dev(hdd_ctx->wiphy), in hdd_sysfs_wlan_dbg_store()
94 if (errno_size) in hdd_sysfs_wlan_dbg_store()
95 return errno_size; in hdd_sysfs_wlan_dbg_store()
97 errno_size = __hdd_sysfs_wlan_dbg_store(hdd_ctx, attr, in hdd_sysfs_wlan_dbg_store()
102 return errno_size; in hdd_sysfs_wlan_dbg_store()
Dwlan_hdd_sysfs_radar.c100 ssize_t errno_size; in hdd_sysfs_radar_store() local
102 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_radar_store()
103 if (errno_size) in hdd_sysfs_radar_store()
104 return errno_size; in hdd_sysfs_radar_store()
106 errno_size = __hdd_sysfs_radar_store(net_dev, buf, count); in hdd_sysfs_radar_store()
110 return errno_size; in hdd_sysfs_radar_store()
Dwlan_hdd_sysfs_txrx_fw_st_rst.c108 ssize_t errno_size; in hdd_sysfs_txrx_fw_st_rst_store() local
110 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_txrx_fw_st_rst_store()
111 if (errno_size) in hdd_sysfs_txrx_fw_st_rst_store()
112 return errno_size; in hdd_sysfs_txrx_fw_st_rst_store()
114 errno_size = __hdd_sysfs_txrx_fw_st_rst_store(net_dev, buf, count); in hdd_sysfs_txrx_fw_st_rst_store()
118 return errno_size; in hdd_sysfs_txrx_fw_st_rst_store()

12