| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_pno.c | 80 #define NULL_CHECK(p, s, err) \ macro 139 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_pno_clean() 140 NULL_CHECK(dhd->pno_state, "pno_state is NULL", err); in dhd_pno_clean() 306 NULL_CHECK(dhd, "dhd is NULL", err); in _dhd_pno_gscan_cfg() 349 NULL_CHECK(dhd, "dhd is NULL", err); in _dhd_pno_suspend() 350 NULL_CHECK(dhd->pno_state, "pno_state is NULL", err); in _dhd_pno_suspend() 369 NULL_CHECK(dhd, "dhd is NULL", err); in _dhd_pno_enable() 370 NULL_CHECK(dhd->pno_state, "pno_state is NULL", err); in _dhd_pno_enable() 420 NULL_CHECK(dhd, "dhd is NULL", err); in _dhd_pno_set() 421 NULL_CHECK(dhd->pno_state, "pno_state is NULL", err); in _dhd_pno_set() [all …]
|
| H A D | dhd_csi.c | 43 #define NULL_CHECK(p, s, err) \ macro 65 NULL_CHECK(dhd, "dhd is NULL", ret); in dhd_csi_event_handler() 141 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_csi_init() 154 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_csi_deinit() 198 NULL_CHECK(dhd, "dhd is NULL", ret); in dhd_csi_dump_list()
|
| H A D | dhd_rtt.c | 54 #define NULL_CHECK(p, s, err) \ macro 1180 NULL_CHECK(params, "params is NULL", err); in dhd_rtt_set_cfg() 1182 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_rtt_set_cfg() 1184 NULL_CHECK(rtt_status, "rtt_status is NULL", err); in dhd_rtt_set_cfg() 1230 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_rtt_stop() 1232 NULL_CHECK(rtt_status, "rtt_status is NULL", err); in dhd_rtt_stop() 1316 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_rtt_start() 1319 NULL_CHECK(rtt_status, "rtt_status is NULL", err); in dhd_rtt_start() 1519 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_rtt_register_noti_callback() 1520 NULL_CHECK(noti_fn, "noti_fn is NULL", err); in dhd_rtt_register_noti_callback() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_pno.c | 156 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_pno_clean() 157 NULL_CHECK(dhd->pno_state, "pno_state is NULL", err); in dhd_pno_clean() 328 NULL_CHECK(dhd, "dhd is NULL", err); in _dhd_pno_gscan_cfg() 370 NULL_CHECK(dhd, "dhd is NULL", err); in _dhd_pno_suspend() 371 NULL_CHECK(dhd->pno_state, "pno_state is NULL", err); in _dhd_pno_suspend() 390 NULL_CHECK(dhd, "dhd is NULL", err); in _dhd_pno_enable() 391 NULL_CHECK(dhd->pno_state, "pno_state is NULL", err); in _dhd_pno_enable() 441 NULL_CHECK(dhd, "dhd is NULL", err); 442 NULL_CHECK(dhd->pno_state, "pno_state is NULL", err); 642 NULL_CHECK(dhd, "dhd is NULL", err); [all …]
|
| H A D | dhd_rtt.c | 62 #ifndef NULL_CHECK 63 #define NULL_CHECK(p, s, err) \ macro 1426 NULL_CHECK(params, "params is NULL", err); in dhd_rtt_set_cfg() 1427 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_rtt_set_cfg() 1431 NULL_CHECK(rtt_status, "rtt_status is NULL", err); in dhd_rtt_set_cfg() 1432 NULL_CHECK(dev, "dev is NULL", err); in dhd_rtt_set_cfg() 1686 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_rtt_add_geofence_target() 1688 NULL_CHECK(rtt_status, "rtt_status is NULL", err); in dhd_rtt_add_geofence_target() 1734 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_rtt_remove_geofence_target() 1736 NULL_CHECK(rtt_status, "rtt_status is NULL", err); in dhd_rtt_remove_geofence_target() [all …]
|
| H A D | dhd_linux.h | 237 #define NULL_CHECK(p, s, err) \ macro
|
| H A D | dhd_linux.c | 20972 NULL_CHECK(dhd, "dhd is NULL", ret);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_pno.c | 156 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_pno_clean() 157 NULL_CHECK(dhd->pno_state, "pno_state is NULL", err); in dhd_pno_clean() 328 NULL_CHECK(dhd, "dhd is NULL", err); in _dhd_pno_gscan_cfg() 370 NULL_CHECK(dhd, "dhd is NULL", err); in _dhd_pno_suspend() 371 NULL_CHECK(dhd->pno_state, "pno_state is NULL", err); in _dhd_pno_suspend() 390 NULL_CHECK(dhd, "dhd is NULL", err); in _dhd_pno_enable() 391 NULL_CHECK(dhd->pno_state, "pno_state is NULL", err); in _dhd_pno_enable() 441 NULL_CHECK(dhd, "dhd is NULL", err); 442 NULL_CHECK(dhd->pno_state, "pno_state is NULL", err); 642 NULL_CHECK(dhd, "dhd is NULL", err); [all …]
|
| H A D | dhd_rtt.c | 62 #ifndef NULL_CHECK 63 #define NULL_CHECK(p, s, err) \ macro 1426 NULL_CHECK(params, "params is NULL", err); in dhd_rtt_set_cfg() 1427 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_rtt_set_cfg() 1431 NULL_CHECK(rtt_status, "rtt_status is NULL", err); in dhd_rtt_set_cfg() 1432 NULL_CHECK(dev, "dev is NULL", err); in dhd_rtt_set_cfg() 1686 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_rtt_add_geofence_target() 1688 NULL_CHECK(rtt_status, "rtt_status is NULL", err); in dhd_rtt_add_geofence_target() 1734 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_rtt_remove_geofence_target() 1736 NULL_CHECK(rtt_status, "rtt_status is NULL", err); in dhd_rtt_remove_geofence_target() [all …]
|
| H A D | dhd_linux.h | 233 #define NULL_CHECK(p, s, err) \ macro
|
| H A D | dhd_linux.c | 20820 NULL_CHECK(dhd, "dhd is NULL", ret);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_pno.c | 156 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_pno_clean() 157 NULL_CHECK(dhd->pno_state, "pno_state is NULL", err); in dhd_pno_clean() 328 NULL_CHECK(dhd, "dhd is NULL", err); in _dhd_pno_gscan_cfg() 370 NULL_CHECK(dhd, "dhd is NULL", err); in _dhd_pno_suspend() 371 NULL_CHECK(dhd->pno_state, "pno_state is NULL", err); in _dhd_pno_suspend() 390 NULL_CHECK(dhd, "dhd is NULL", err); in _dhd_pno_enable() 391 NULL_CHECK(dhd->pno_state, "pno_state is NULL", err); in _dhd_pno_enable() 441 NULL_CHECK(dhd, "dhd is NULL", err); 442 NULL_CHECK(dhd->pno_state, "pno_state is NULL", err); 642 NULL_CHECK(dhd, "dhd is NULL", err); [all …]
|
| H A D | dhd_rtt.c | 62 #ifndef NULL_CHECK 63 #define NULL_CHECK(p, s, err) \ macro 1426 NULL_CHECK(params, "params is NULL", err); in dhd_rtt_set_cfg() 1427 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_rtt_set_cfg() 1431 NULL_CHECK(rtt_status, "rtt_status is NULL", err); in dhd_rtt_set_cfg() 1432 NULL_CHECK(dev, "dev is NULL", err); in dhd_rtt_set_cfg() 1686 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_rtt_add_geofence_target() 1688 NULL_CHECK(rtt_status, "rtt_status is NULL", err); in dhd_rtt_add_geofence_target() 1734 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_rtt_remove_geofence_target() 1736 NULL_CHECK(rtt_status, "rtt_status is NULL", err); in dhd_rtt_remove_geofence_target() [all …]
|
| H A D | dhd_linux.h | 233 #define NULL_CHECK(p, s, err) \ macro
|
| H A D | dhd_linux.c | 20885 NULL_CHECK(dhd, "dhd is NULL", ret);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_pno.c | 78 #define NULL_CHECK(p, s, err) \ macro 160 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_pno_clean() 161 NULL_CHECK(dhd->pno_state, "pno_state is NULL", err); in dhd_pno_clean() 328 NULL_CHECK(dhd, "dhd is NULL", err); in _dhd_pno_gscan_cfg() 370 NULL_CHECK(dhd, "dhd is NULL", err); in _dhd_pno_suspend() 371 NULL_CHECK(dhd->pno_state, "pno_state is NULL", err); in _dhd_pno_suspend() 390 NULL_CHECK(dhd, "dhd is NULL", err); in _dhd_pno_enable() 391 NULL_CHECK(dhd->pno_state, "pno_state is NULL", err); in _dhd_pno_enable() 441 NULL_CHECK(dhd, "dhd is NULL", err); in _dhd_pno_set() 442 NULL_CHECK(dhd->pno_state, "pno_state is NULL", err); in _dhd_pno_set() [all …]
|
| H A D | dhd_csi.c | 42 #define NULL_CHECK(p, s, err) \ macro 64 NULL_CHECK(dhd, "dhd is NULL", ret); in dhd_csi_event_handler() 140 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_csi_init() 153 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_csi_deinit() 197 NULL_CHECK(dhd, "dhd is NULL", ret); in dhd_csi_dump_list()
|
| H A D | dhd_rtt.c | 53 #define NULL_CHECK(p, s, err) \ macro 1671 NULL_CHECK(params, "params is NULL", err); in dhd_rtt_set_cfg() 1672 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_rtt_set_cfg() 1676 NULL_CHECK(rtt_status, "rtt_status is NULL", err); in dhd_rtt_set_cfg() 1677 NULL_CHECK(dev, "dev is NULL", err); in dhd_rtt_set_cfg() 2065 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_rtt_add_geofence_target() 2067 NULL_CHECK(rtt_status, "rtt_status is NULL", err); in dhd_rtt_add_geofence_target() 2120 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_rtt_remove_geofence_target() 2122 NULL_CHECK(rtt_status, "rtt_status is NULL", err); in dhd_rtt_remove_geofence_target() 2193 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_rtt_delete_geofence_target_list() [all …]
|
| H A D | dhd_linux.h | 463 #define NULL_CHECK(p, s, err) \ macro
|
| H A D | dhd_linux.c | 27013 NULL_CHECK(dhd, "dhd is NULL", ret);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_pno.c | 78 #define NULL_CHECK(p, s, err) \ macro 160 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_pno_clean() 161 NULL_CHECK(dhd->pno_state, "pno_state is NULL", err); in dhd_pno_clean() 328 NULL_CHECK(dhd, "dhd is NULL", err); in _dhd_pno_gscan_cfg() 370 NULL_CHECK(dhd, "dhd is NULL", err); in _dhd_pno_suspend() 371 NULL_CHECK(dhd->pno_state, "pno_state is NULL", err); in _dhd_pno_suspend() 390 NULL_CHECK(dhd, "dhd is NULL", err); in _dhd_pno_enable() 391 NULL_CHECK(dhd->pno_state, "pno_state is NULL", err); in _dhd_pno_enable() 441 NULL_CHECK(dhd, "dhd is NULL", err); in _dhd_pno_set() 442 NULL_CHECK(dhd->pno_state, "pno_state is NULL", err); in _dhd_pno_set() [all …]
|
| H A D | dhd_csi.c | 42 #define NULL_CHECK(p, s, err) \ macro 64 NULL_CHECK(dhd, "dhd is NULL", ret); in dhd_csi_event_handler() 140 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_csi_init() 153 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_csi_deinit() 197 NULL_CHECK(dhd, "dhd is NULL", ret); in dhd_csi_dump_list()
|
| H A D | dhd_rtt.c | 53 #define NULL_CHECK(p, s, err) \ macro 1671 NULL_CHECK(params, "params is NULL", err); in dhd_rtt_set_cfg() 1672 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_rtt_set_cfg() 1676 NULL_CHECK(rtt_status, "rtt_status is NULL", err); in dhd_rtt_set_cfg() 1677 NULL_CHECK(dev, "dev is NULL", err); in dhd_rtt_set_cfg() 2065 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_rtt_add_geofence_target() 2067 NULL_CHECK(rtt_status, "rtt_status is NULL", err); in dhd_rtt_add_geofence_target() 2120 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_rtt_remove_geofence_target() 2122 NULL_CHECK(rtt_status, "rtt_status is NULL", err); in dhd_rtt_remove_geofence_target() 2193 NULL_CHECK(dhd, "dhd is NULL", err); in dhd_rtt_delete_geofence_target_list() [all …]
|
| H A D | dhd_linux.h | 465 #define NULL_CHECK(p, s, err) \ macro
|
| H A D | dhd_linux.c | 26902 NULL_CHECK(dhd, "dhd is NULL", ret);
|