| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | flash.c | 26 u32 ret = 0, pkt_len, local_timeout = 10000, no_timeout = 0; in mac_flash_erase() local 34 no_timeout = 1; in mac_flash_erase() 117 if (no_timeout == 0) { in mac_flash_erase() 149 u32 ret = 0, pkt_len, local_timeout = 10000, no_timeout = 0; in mac_flash_read() local 161 no_timeout = 1; in mac_flash_read() 248 if (no_timeout == 0) { in mac_flash_read() 285 u32 ret = 0, residue_len, pkt_len, local_timeout = 5000, no_timeout = 0, i; in mac_flash_write() local 296 no_timeout = 1; in mac_flash_write() 404 if (no_timeout == 0) { in mac_flash_write() 441 u32 ret = 0, pkt_len, local_timeout = 10000, no_timeout = 0; in mac_flash_erase() local [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | flash.c | 26 u32 ret = 0, pkt_len, local_timeout = 10000, no_timeout = 0; in mac_flash_erase() local 34 no_timeout = 1; in mac_flash_erase() 117 if (no_timeout == 0) { in mac_flash_erase() 149 u32 ret = 0, pkt_len, local_timeout = 10000, no_timeout = 0; in mac_flash_read() local 161 no_timeout = 1; in mac_flash_read() 248 if (no_timeout == 0) { in mac_flash_read() 285 u32 ret = 0, residue_len, pkt_len, local_timeout = 5000, no_timeout = 0, i; in mac_flash_write() local 296 no_timeout = 1; in mac_flash_write() 404 if (no_timeout == 0) { in mac_flash_write() 441 u32 ret = 0, pkt_len, local_timeout = 10000, no_timeout = 0; in mac_flash_erase() local [all …]
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | zreadline.c | 64 if (!no_timeout) in readline_internal() 83 if (!no_timeout) in readline_internal()
|
| H A D | zglobal.h | 359 extern int no_timeout;
|
| H A D | lrz.c | 97 int no_timeout=FALSE; variable 620 case 'O': no_timeout=TRUE; break; in zmodem_rx()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | mutex | 267 bool no_timeout = _Clock::now() < __t; 268 while (no_timeout && __locked_) 269 no_timeout = __cv_.wait_until(__lk, __t) == cv_status::no_timeout; 319 bool no_timeout = _Clock::now() < __t; 320 while (no_timeout && __count_ != 0) 321 no_timeout = __cv_.wait_until(lk, __t) == cv_status::no_timeout;
|
| H A D | __mutex_base | 283 no_timeout, 385 return _Clock::now() < __t ? cv_status::no_timeout : cv_status::timeout; 419 return steady_clock::now() - __c_now < __d ? cv_status::no_timeout :
|
| H A D | condition_variable | 20 enum class cv_status { no_timeout, timeout };
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | mutex | 267 bool no_timeout = _Clock::now() < __t; 268 while (no_timeout && __locked_) 269 no_timeout = __cv_.wait_until(__lk, __t) == cv_status::no_timeout; 319 bool no_timeout = _Clock::now() < __t; 320 while (no_timeout && __count_ != 0) 321 no_timeout = __cv_.wait_until(lk, __t) == cv_status::no_timeout;
|
| H A D | __mutex_base | 283 no_timeout, 385 return _Clock::now() < __t ? cv_status::no_timeout : cv_status::timeout; 419 return steady_clock::now() - __c_now < __d ? cv_status::no_timeout :
|
| H A D | condition_variable | 20 enum class cv_status { no_timeout, timeout };
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | condition_variable | 68 enum class cv_status { no_timeout, timeout }; 141 if (__wait_until_impl(__lock, __s_atime) == cv_status::no_timeout) 142 return cv_status::no_timeout; 147 return cv_status::no_timeout; 214 ? cv_status::no_timeout : cv_status::timeout); 236 ? cv_status::no_timeout : cv_status::timeout);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | condition_variable | 68 enum class cv_status { no_timeout, timeout }; 141 if (__wait_until_impl(__lock, __s_atime) == cv_status::no_timeout) 142 return cv_status::no_timeout; 147 return cv_status::no_timeout; 214 ? cv_status::no_timeout : cv_status::timeout); 236 ? cv_status::no_timeout : cv_status::timeout);
|