Searched refs:retVal (Results 1 - 4 of 4) sorted by relevance
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/ |
H A D | net_bdh_adpater.c | 258 int32_t retVal = 0; in hdf_bdh6_netdev_open() local 272 retVal = (int32_t)dhd_ops_pri.ndo_open(netdev); in hdf_bdh6_netdev_open() 273 if (retVal < 0) { in hdf_bdh6_netdev_open() 274 HDF_LOGE("%s: hdf net device open failed! ret = %d", __func__, retVal); in hdf_bdh6_netdev_open() 285 return retVal; in hdf_bdh6_netdev_open() 300 int32_t retVal = 0; in hdf_bdh6_netdev_stop() local 312 retVal = (int32_t)dhd_ops_pri.ndo_stop(netdev); in hdf_bdh6_netdev_stop() 314 if (retVal < 0) { in hdf_bdh6_netdev_stop() 315 HDF_LOGE("%s: hdf net device stop failed! ret = %d", __func__, retVal); in hdf_bdh6_netdev_stop() 318 return retVal; in hdf_bdh6_netdev_stop() 330 int32_t retVal = 0; hdf_bdh6_netdev_xmit() local 359 int32_t retVal = 0; hdf_bdh6_netdev_ioctl() local 393 int32_t retVal = 0; hdf_bdh6_netdev_setmacaddr() local 422 int32_t retVal = 0; hdf_p2p_netdev_setmacaddr() local 510 int32_t retVal = 0; hdf_bdh6_netdev_changemtu() local [all...] |
H A D | hdf_bdh_event.c | 48 int32_t retVal = 0;
in HdfInformBssFrameEventCallback() local 66 retVal = HdfWifiEventInformBssFrame(netDev, &hdfchannel, &bssInfo);
in HdfInformBssFrameEventCallback() 67 if (retVal < 0) {
in HdfInformBssFrameEventCallback() 87 int32_t retVal = 0;
in HdfConnectResultEventCallback() local 111 retVal = HdfWifiEventConnectResult(netDev, &connResult);
in HdfConnectResultEventCallback() 112 if (retVal < 0) {
in HdfConnectResultEventCallback() 115 return retVal;
in HdfConnectResultEventCallback()
|
H A D | hdf_bdh_mac80211.c | 82 int32_t retVal = 0; in BDH6WalSetMode() local 109 return retVal; in BDH6WalSetMode() 113 retVal = (int32_t)wl_cfg80211_ops.change_virtual_intf(wiphy, netdev, in BDH6WalSetMode() 116 if (retVal < 0) { in BDH6WalSetMode() 120 return retVal; in BDH6WalSetMode() 126 int32_t retVal = 0; in BDH6WalAddKey() local 160 retVal = (int32_t)wl_cfg80211_ops.add_key(wiphy, netdev, keyIndex, pairwise, macAddr, &keypm); in BDH6WalAddKey() 162 retVal = (int32_t)wl_cfg80211_ops.add_key(wiphy, netdev, keyIndex, pairwise, macAddr, (struct key_params *)params); in BDH6WalAddKey() 166 if (retVal < 0) { in BDH6WalAddKey() 170 return retVal; in BDH6WalAddKey() 175 int32_t retVal = 0; BDH6WalDelKey() local 209 int32_t retVal = 0; BDH6WalSetDefaultKey() local 262 int32_t retVal = 0; BDH6WalSetMacAddr() local 296 int retVal = 0; BDH6WalSetTxPower() local 541 int retVal = 0; Bdh6SActionEntry() local 601 int retVal = 0; Bdh6SAction() local [all...] |
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/ |
H A D | pthread.c | 94 void *retVal = NULL; in PthreadEntry() local 101 retVal = startRoutine(param); in PthreadEntry() 108 pthreadData->exitCode = retVal; in PthreadEntry() 117 return retVal; in PthreadEntry() 369 void pthread_exit(void *retVal) in pthread_exit() argument 386 pthreadData->exitCode = retVal; in pthread_exit()
|
Completed in 4 milliseconds