| /OK3568_Linux_fs/kernel/drivers/target/iscsi/ |
| H A D | iscsi_target_datain_values.c | 90 if (dr->recovery && dr->generate_recovery_values) { in iscsit_set_datain_values_yes_and_yes() 98 next_burst_len = (!dr->recovery) ? in iscsit_set_datain_values_yes_and_yes() 100 read_data_done = (!dr->recovery) ? in iscsit_set_datain_values_yes_and_yes() 136 datain->data_sn = (!dr->recovery) ? cmd->data_sn++ : dr->data_sn++; in iscsit_set_datain_values_yes_and_yes() 139 if (!dr->recovery) { in iscsit_set_datain_values_yes_and_yes() 147 if (!dr->recovery) { in iscsit_set_datain_values_yes_and_yes() 157 (dr->recovery == DATAIN_WITHIN_COMMAND_RECOVERY) ? in iscsit_set_datain_values_yes_and_yes() 164 (dr->recovery == DATAIN_WITHIN_COMMAND_RECOVERY) ? in iscsit_set_datain_values_yes_and_yes() 189 if (dr->recovery && dr->generate_recovery_values) { in iscsit_set_datain_values_no_and_yes() 197 read_data_done = (!dr->recovery) ? in iscsit_set_datain_values_no_and_yes() [all …]
|
| /OK3568_Linux_fs/buildroot/package/rockchip/recovery/ |
| H A D | Config.in | 2 bool "Rockchip recovery for linux" 16 Rockchip recovery for linux. 21 bool "No UI for recovery" 23 No UI for recovery 39 prompt "choice the update bin of recovery." 51 bool "recovery bin"
|
| H A D | S40recovery | 10 /usr/bin/recovery & 14 killall recovery
|
| /OK3568_Linux_fs/external/rktoolkit/ |
| H A D | update.c | 83 char recovery[768]; member 141 strcpy(msg.recovery, recovery_str); in bootCommand() 142 …memcpy(msg.recovery + strlen(recovery_str), arg, ((strlen(arg) > sizeof(msg.recovery))? sizeof(msg… in bootCommand() 143 msg.recovery[strlen(msg.recovery) + 1] = '\n'; in bootCommand()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | boot_mode.c | 27 int cnt, recovery = 0; in misc_require_recovery() local 43 recovery = 0; in misc_require_recovery() 45 recovery = !strcmp(bmsg->command, "boot-recovery"); in misc_require_recovery() 47 if (!strcmp(bmsg->recovery, "recovery\n--rk_fwupdate\n")) in misc_require_recovery() 49 else if (!strcmp(bmsg->recovery, "recovery\n--factory_mode=whole") || in misc_require_recovery() 50 !strcmp(bmsg->recovery, "recovery\n--factory_mode=small")) in misc_require_recovery() 57 return recovery; in misc_require_recovery()
|
| H A D | spl_boot_mode.c | 17 int cnt, recovery; in misc_require_recovery() local 35 recovery = !strcmp(bmsg->command, "boot-recovery"); in misc_require_recovery() 38 return recovery; in misc_require_recovery()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | md.c | 543 set_bit(MD_RECOVERY_NEEDED, &mddev->recovery); in mddev_resume() 1988 &mddev->recovery)) in super_1_validate() 2731 test_bit(MD_RECOVERY_RUNNING, &mddev->recovery) && in md_update_sb() 2732 test_bit(MD_RECOVERY_RECOVER, &mddev->recovery) && in md_update_sb() 2733 !test_bit(MD_RECOVERY_RESHAPE, &mddev->recovery) && in md_update_sb() 2869 if (test_bit(MD_RECOVERY_RUNNING, &mddev->recovery)) in md_update_sb() 2911 set_bit(MD_RECOVERY_RECOVER, &mddev->recovery); in add_bound_rdev() 2912 set_bit(MD_RECOVERY_NEEDED, &mddev->recovery); in add_bound_rdev() 3060 set_bit(MD_RECOVERY_NEEDED, &rdev->mddev->recovery); in state_store() 3098 set_bit(MD_RECOVERY_NEEDED, &rdev->mddev->recovery); in state_store() [all …]
|
| H A D | dm-raid.c | 3246 set_bit(MD_RECOVERY_FROZEN, &rs->md.recovery); in raid_ctr() 3368 static enum sync_state decipher_sync_action(struct mddev *mddev, unsigned long recovery) in decipher_sync_action() argument 3370 if (test_bit(MD_RECOVERY_FROZEN, &recovery)) in decipher_sync_action() 3374 if (!test_bit(MD_RECOVERY_DONE, &recovery) && in decipher_sync_action() 3375 (test_bit(MD_RECOVERY_RUNNING, &recovery) || in decipher_sync_action() 3376 (!mddev->ro && test_bit(MD_RECOVERY_NEEDED, &recovery)))) { in decipher_sync_action() 3377 if (test_bit(MD_RECOVERY_RESHAPE, &recovery)) in decipher_sync_action() 3380 if (test_bit(MD_RECOVERY_SYNC, &recovery)) { in decipher_sync_action() 3381 if (!test_bit(MD_RECOVERY_REQUESTED, &recovery)) in decipher_sync_action() 3383 if (test_bit(MD_RECOVERY_CHECK, &recovery)) in decipher_sync_action() [all …]
|
| H A D | raid10.c | 129 if (test_bit(MD_RECOVERY_SYNC, &conf->mddev->recovery) || in r10buf_pool_alloc() 130 test_bit(MD_RECOVERY_RESHAPE, &conf->mddev->recovery)) in r10buf_pool_alloc() 174 &conf->mddev->recovery)) { in r10buf_pool_alloc() 462 &rdev->mddev->recovery); in raid10_end_write_request() 981 &conf->mddev->recovery) && in wait_barrier() 1039 if (!test_bit(MD_RECOVERY_RESHAPE, &rdev->mddev->recovery) || in choose_data_offset() 1104 while (test_bit(MD_RECOVERY_RESHAPE, &mddev->recovery) && in regular_request_wait() 1306 if (test_bit(MD_RECOVERY_RESHAPE, &mddev->recovery) && in raid10_write_request() 1644 set_bit(MD_RECOVERY_INTR, &mddev->recovery); in raid10_error() 1965 &rdev->mddev->recovery); in end_sync_write() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/qed/ |
| H A D | qede_rdma.h | 53 int qede_rdma_dev_add(struct qede_dev *dev, bool recovery); 56 void qede_rdma_dev_remove(struct qede_dev *dev, bool recovery); 62 bool recovery) in qede_rdma_dev_add() argument 70 bool recovery) {} in qede_rdma_dev_remove() argument
|
| /OK3568_Linux_fs/device/rockchip/common/configs/ |
| H A D | Config.in.recovery | 11 string "buildroot recovery base cfg (rockchip_<cfg>_recovery_defconfig)" 16 Base name of buildroot defconfig for recovery. 17 Set "" for no recovery. 27 string "its script for FIT recovery image"
|
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | main.c | 112 sprintf(msg.recovery, "%s%s\n", recovery_str, savepath); in MiscUpdate() 115 strcat(msg.recovery, "--rkdebug\n"); in MiscUpdate() 118 strcat(msg.recovery, "--ui_rotation="); in MiscUpdate() 119 strcat(msg.recovery, ui_rotation); in MiscUpdate() 120 msg.recovery[strlen(msg.recovery)] = '\n'; in MiscUpdate()
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | cs5520.c | 49 int recovery; member 68 (cs5520_pio_clocks[pio].recovery << 4) | in cs5520_set_pio_mode() 76 (cs5520_pio_clocks[pio].recovery << 4) | in cs5520_set_pio_mode() 80 (cs5520_pio_clocks[pio].recovery << 4) | in cs5520_set_pio_mode()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/devlink/ |
| H A D | devlink-health.rst | 23 attributes of the health reporting and recovery procedures. 50 * Auto recovery attempt is being done. Depends on: 51 - Auto-recovery configuration 60 * Configure reporter's generic parameters (like: disable/enable auto recovery) 61 * Invoke recovery procedure 75 - Triggers a reporter's recovery procedure.
|
| /OK3568_Linux_fs/external/recovery/ |
| H A D | recovery.c | 236 boot.recovery[sizeof(boot.recovery) - 1] = '\0'; // Ensure termination in get_args() 237 const char *arg = strtok(boot.recovery, "\n"); in get_args() 246 } else if (boot.recovery[0] != 0 && boot.recovery[0] != 255) { in get_args() 247 LOGE("Bad boot message\n\"%.20s\"\n", boot.recovery); in get_args() 273 strlcpy(boot.recovery, "recovery\n", sizeof(boot.recovery)); in get_args() 276 strlcat(boot.recovery, (*argv)[i], sizeof(boot.recovery)); in get_args() 277 strlcat(boot.recovery, "\n", sizeof(boot.recovery)); in get_args() 288 strlcpy(boot.recovery, "recovery\n", sizeof(boot.recovery)); in set_sdcard_update_bootloader_message()
|
| H A D | Makefile | 3 PROM = recovery 9 OBJ = recovery.o \ 87 install -D -m 755 $(PROJECT_DIR)/recovery $(DESTDIR)/usr/bin/
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-remoteproc | 83 copy the dump. Also recovery process will not proceed until 86 What: /sys/class/remoteproc/.../recovery 89 Description: Remote processor recovery mechanism 91 Reports the recovery mechanism of the remote processor, 99 processor crashes while recovery is disabled, it will 100 be automatically recovered too as soon as recovery is enabled.
|
| /OK3568_Linux_fs/kernel/drivers/lightnvm/ |
| H A D | pblk-write.c | 210 struct pblk_rec_ctx *recovery = in pblk_submit_rec() local 212 struct pblk *pblk = recovery->pblk; in pblk_submit_rec() 213 struct nvm_rq *rqd = recovery->rqd; in pblk_submit_rec() 228 mempool_free(recovery, &pblk->rec_pool); in pblk_submit_rec() 237 struct pblk_rec_ctx *recovery; in pblk_end_w_fail() local 239 recovery = mempool_alloc(&pblk->rec_pool, GFP_ATOMIC); in pblk_end_w_fail() 240 if (!recovery) { in pblk_end_w_fail() 245 recovery->pblk = pblk; in pblk_end_w_fail() 246 recovery->rqd = rqd; in pblk_end_w_fail() 248 INIT_WORK(&recovery->ws_rec, pblk_submit_rec); in pblk_end_w_fail() [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/ |
| H A D | h264d_slice.c | 459 RecoveryPoint *recovery = &p_Vid->recovery; in process_slice() local 480 if (recovery->valid_flag) { in process_slice() 481 if (!recovery->first_frm_valid) { in process_slice() 482 recovery->first_frm_id = currSlice->frame_num; in process_slice() 483 recovery->first_frm_valid = 1; in process_slice() 484 recovery->recovery_pic_id = recovery->first_frm_id + recovery->recovery_frame_cnt; in process_slice() 488 if (recovery->recovery_pic_id % p_Vid->max_frame_num <= currSlice->frame_num) in process_slice() 489 memset(&p_Vid->recovery, 0, sizeof(RecoveryPoint)); in process_slice()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/ |
| H A D | recovery.c | 100 struct ath6kl_fw_recovery *recovery = &ar->fw_recovery; in ath6kl_recovery_init() local 103 INIT_WORK(&recovery->recovery_work, ath6kl_recovery_work); in ath6kl_recovery_init() 104 recovery->seq_num = 0; in ath6kl_recovery_init() 105 recovery->hb_misscnt = 0; in ath6kl_recovery_init()
|
| /OK3568_Linux_fs/kernel/Documentation/PCI/ |
| H A D | pci-error-recovery.rst | 26 of a bus disconnection, and then performing error recovery. 29 Reporting and recovery is performed in several steps. First, when 38 Next, recovery is performed in several stages. Most of the complexity 57 through a large number of contortions to complete recovery. Almost all 61 device drivers already handle very similar recovery procedures; 72 The error recovery API support is exposed to the driver in the form of 75 and the actual recovery steps taken are platform dependent. The 110 is assumed that the driver is not doing any direct recovery and requires 159 particular, if the platform doesn't isolate slots), and recovery 163 then recovery proceeds to STEP 4 (Slot Reset). [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | st,sta32x.txt | 44 If present, thermal warning recovery is enabled. 46 - st,fault-detect-recovery: 47 If present, fault detect recovery is enabled. 52 - st,fault-detect-recovery: 53 If present, then fault recovery will be enabled.
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | pata_cs5520.c | 40 int recovery; member 69 (cs5520_pio_clocks[pio].recovery << 4) | in cs5520_set_timings() 74 (cs5520_pio_clocks[pio].recovery << 4) | in cs5520_set_timings() 78 (cs5520_pio_clocks[pio].recovery << 4) | in cs5520_set_timings()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/marvell/ |
| H A D | armada-3720-uDPU.dts | 121 i2c1_recovery_pins: i2c1-recovery-pins { 126 i2c2_recovery_pins: i2c2-recovery-pins { 134 pinctrl-names = "default", "recovery"; 144 pinctrl-names = "default", "recovery";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/touchscreen/ |
| H A D | tsc2005.txt | 15 - ti,esd-recovery-timeout-ms : integer, if the touchscreen does not respond after 39 ti,esd-recovery-timeout-ms = <8000>; 62 ti,esd-recovery-timeout-ms = <8000>;
|