/linux-4.1.27/arch/avr32/mach-at32ap/ |
D | hsmc.c | 35 int recover; in smc_set_timing() local 94 recover = ns2cyc(timing->ncs_read_recover); in smc_set_timing() 96 recover = 1; in smc_set_timing() 98 cycle = config->ncs_read_setup + config->ncs_read_pulse + recover; in smc_set_timing() 105 recover = ns2cyc(timing->nrd_recover); in smc_set_timing() 107 recover = 1; in smc_set_timing() 109 cycle = config->nrd_setup + config->nrd_pulse + recover; in smc_set_timing() 116 recover = ns2cyc(timing->ncs_write_recover); in smc_set_timing() 118 recover = 1; in smc_set_timing() 120 cycle = config->ncs_write_setup + config->ncs_write_pulse + recover; in smc_set_timing() [all …]
|
/linux-4.1.27/drivers/ide/ |
D | ide-timings.c | 117 q->recover = EZ(t->recover * 1000, T); in ide_timing_quantize() 136 m->recover = max(a->recover, b->recover); in ide_timing_merge() 204 if (t->active + t->recover < t->cycle) { in ide_timing_compute() 205 t->active += (t->cycle - (t->active + t->recover)) / 2; in ide_timing_compute() 206 t->recover = t->cycle - t->active; in ide_timing_compute()
|
D | cmd64x.c | 74 if (t.recover > 16) { in cmd64x_program_timings() 75 t.active += t.recover - 16; in cmd64x_program_timings() 76 t.recover = 16; in cmd64x_program_timings() 84 t.recover = recovery_values[t.recover]; in cmd64x_program_timings() 89 (t.active << 4) | t.recover); in cmd64x_program_timings()
|
D | alim15x3.c | 86 t->recover = clamp_val(t->recover, 1, 16) & 15; in ali_program_timings() 91 (t->active << 4) | t->recover); in ali_program_timings()
|
D | cy82c693.c | 105 time_16 = clamp_val(t.recover - 1, 0, 15) | in cy82c693_set_pio_mode()
|
D | amd74xx.c | 63 ((clamp_val(timing->active, 1, 16) - 1) << 4) | (clamp_val(timing->recover, 1, 16) - 1)); in amd_set_speed()
|
D | via82cxxx.c | 142 ((clamp_val(timing->active, 1, 16) - 1) << 4) | (clamp_val(timing->recover, 1, 16) - 1)); in via_set_speed()
|
/linux-4.1.27/drivers/ata/ |
D | pata_cmd640.c | 76 if (t.recover > 16) { in cmd640_set_piomode() 77 t.active += t.recover - 16; in cmd640_set_piomode() 78 t.recover = 16; in cmd640_set_piomode() 86 if (t.recover > 1) in cmd640_set_piomode() 87 t.recover--; /* 640B only */ in cmd640_set_piomode() 89 t.recover = 15; in cmd640_set_piomode() 106 pci_write_config_byte(pdev, arttim + 1, (t.active << 4) | t.recover); in cmd640_set_piomode() 115 timing->reg58[adev->devno] = (t.active << 4) | t.recover; in cmd640_set_piomode()
|
D | pata_cmd64x.c | 133 t.active, t.recover, t.setup); in cmd64x_set_timing() 134 if (t.recover > 16) { in cmd64x_set_timing() 135 t.active += t.recover - 16; in cmd64x_set_timing() 136 t.recover = 16; in cmd64x_set_timing() 144 if (t.recover == 16) in cmd64x_set_timing() 145 t.recover = 0; in cmd64x_set_timing() 146 else if (t.recover > 1) in cmd64x_set_timing() 147 t.recover--; in cmd64x_set_timing() 149 t.recover = 15; in cmd64x_set_timing() 165 pci_write_config_byte(pdev, drwtim, (t.active << 4) | t.recover); in cmd64x_set_timing()
|
D | pata_legacy.c | 363 u8 active, recover; in ht6560a_set_piomode() local 370 recover = clamp_val(t.recover, 4, 15); in ht6560a_set_piomode() 377 iowrite8(recover << 4 | active, ap->ioaddr.device_addr); in ht6560a_set_piomode() 397 u8 active, recover; in ht6560b_set_piomode() local 404 recover = clamp_val(t.recover, 2, 16) & 0x0F; in ht6560b_set_piomode() 411 iowrite8(recover << 4 | active, ap->ioaddr.device_addr); in ht6560b_set_piomode() 461 u8 active, recover, setup; in opti82c611a_set_piomode() local 488 recover = clamp_val(t.recover, 1, 16) - 1; in opti82c611a_set_piomode() 498 iowrite8(active << 4 | recover, ap->ioaddr.error_addr); in opti82c611a_set_piomode() 509 iowrite8(active << 4 | recover, ap->ioaddr.data_addr); in opti82c611a_set_piomode() [all …]
|
D | pata_ns87410.c | 94 at.recover = clamp_val(at.recover, 1, 12) - 1; in ns87410_set_piomode() 96 idetcr = (at.setup << 6) | (recoverbits[at.recover] << 3) | activebits[at.active]; in ns87410_set_piomode()
|
D | pata_at32.c | 99 int recover; in pata_at32_setup_timing() local 118 recover = smc->read_cycle - active; in pata_at32_setup_timing() 121 if (recover < 2) in pata_at32_setup_timing()
|
D | pata_icside.c | 204 if (t.active <= 50 && t.recover <= 375 && t.cycle <= 425) in pata_icside_set_dmamode() 206 else if (t.active <= 125 && t.recover <= 375 && t.cycle <= 500) in pata_icside_set_dmamode() 208 else if (t.active <= 200 && t.recover <= 550 && t.cycle <= 750) in pata_icside_set_dmamode() 214 t.active, t.recover, t.cycle, iomd_type); in pata_icside_set_dmamode()
|
D | pata_ali.c | 185 t->recover = clamp_val(t->recover, 1, 16) & 15; in ali_program_modes() 189 pci_write_config_byte(pdev, drwt, (t->active << 4) | t->recover); in ali_program_modes()
|
D | pata_cypress.c | 64 time_16 = clamp_val(t.recover - 1, 0, 15) | in cy82c693_set_piomode()
|
D | pata_ns87415.c | 69 clocking |= (16 - clamp_val(t.recover, 1, 16)) << 4; in ns87415_set_mode()
|
D | libata-core.c | 2952 q->recover = EZ(t->recover * 1000, T); in ata_timing_quantize() 2966 if (what & ATA_TIMING_RECOVER) m->recover = max(a->recover, b->recover); in ata_timing_merge() 3050 if (t->active + t->recover < t->cycle) { in ata_timing_compute() 3051 t->active += (t->cycle - (t->active + t->recover)) / 2; in ata_timing_compute() 3052 t->recover = t->cycle - t->active; in ata_timing_compute() 3058 if (t->active + t->recover > t->cycle) in ata_timing_compute() 3059 t->cycle = t->active + t->recover; in ata_timing_compute()
|
D | pata_ep93xx.c | 269 unsigned long t2i = reg ? t->rec8b : t->recover; in ep93xx_pata_read() 303 unsigned long t2i = reg ? t->rec8b : t->recover; in ep93xx_pata_write()
|
D | pata_atp867x.c | 240 atp867x_get_recover_clocks_shifted(t.recover); in atp867x_set_piomode()
|
D | pata_amd.c | 94 ((clamp_val(at.active, 1, 16) - 1) << 4) | (clamp_val(at.recover, 1, 16) - 1)); in timing_setup()
|
D | pata_via.c | 291 ((clamp_val(t.active, 1, 16) - 1) << 4) | (clamp_val(t.recover, 1, 16) - 1)); in via_do_set_mode()
|
D | pata_octeon_cf.c | 242 Tkr = timing->recover; in octeon_cf_set_dmamode()
|
/linux-4.1.27/arch/ia64/lib/ |
D | strlen_user.S | 111 chk.s v[1], .recover // if already NaT, then directly skip to recover 133 (p6) br.cond.spnt .recover // jump to recovery if val1 is NaT 140 (p7) br.cond.spnt .recover // jump to recovery if val2 is NaT 165 .recover: label
|
D | strlen.S | 130 (p6) br.cond.spnt .recover // jump to recovery if val1 is NaT 137 (p7) br.cond.spnt .recover // jump to recovery if val2 is NaT 168 .recover: label
|
/linux-4.1.27/drivers/target/iscsi/ |
D | iscsi_target_erl0.c | 371 goto recover; in iscsit_dataout_check_datasn() 381 recover: in iscsit_dataout_check_datasn() 418 goto recover; in iscsit_dataout_pre_datapduinorder_yes() 428 goto recover; in iscsit_dataout_pre_datapduinorder_yes() 441 recover: in iscsit_dataout_pre_datapduinorder_yes() 661 goto recover; in iscsit_dataout_post_crc_failed() 680 recover: in iscsit_dataout_post_crc_failed()
|
/linux-4.1.27/fs/dlm/ |
D | Makefile | 15 recover.o \
|
D | lock.c | 731 int recover = (flags & R_RECEIVE_RECOVER); in find_rsb_nodir() local 764 if (!recover && (r->res_master_nodeid != our_nodeid) && from_nodeid) { in find_rsb_nodir() 774 if (!recover && (r->res_master_nodeid != our_nodeid) && in find_rsb_nodir() 2299 int recover) in _can_be_granted() argument 2356 if (conv && recover) in _can_be_granted() 2445 int recover, int *err) in can_be_granted() argument 2454 rv = _can_be_granted(r, lkb, now, recover); in can_be_granted() 2519 int recover = rsb_flag(r, RSB_RECOVER_GRANT); in grant_pending_convert() local 2533 if (can_be_granted(r, lkb, 0, recover, &deadlk)) { in grant_pending_convert()
|
/linux-4.1.27/include/linux/ |
D | suspend.h | 187 void (*recover)(void); member 326 void (*recover)(void); member
|
D | ide.h | 1466 u16 recover; /* t2i or tK */ member
|
D | libata.h | 1013 unsigned short recover; /* t2i or tK */ member
|
/linux-4.1.27/fs/btrfs/ |
D | scrub.c | 90 struct scrub_recover *recover; member 867 static inline void scrub_get_recover(struct scrub_recover *recover) in scrub_get_recover() argument 869 atomic_inc(&recover->refs); in scrub_get_recover() 872 static inline void scrub_put_recover(struct scrub_recover *recover) in scrub_put_recover() argument 874 if (atomic_dec_and_test(&recover->refs)) { in scrub_put_recover() 875 btrfs_put_bbio(recover->bbio); in scrub_put_recover() 876 kfree(recover); in scrub_put_recover() 1256 struct scrub_recover *recover; in scrub_handle_errored_block() local 1262 recover = sblock->pagev[page_index]->recover; in scrub_handle_errored_block() 1263 if (recover) { in scrub_handle_errored_block() [all …]
|
/linux-4.1.27/include/video/ |
D | auo_k190xfb.h | 58 void (*recover)(struct auok190xfb_par *par); member
|
/linux-4.1.27/drivers/usb/musb/ |
D | musb_core.h | 200 int (*recover)(struct musb *musb); member 563 if (!musb->ops->recover) in musb_platform_recover() 566 return musb->ops->recover(musb); in musb_platform_recover()
|
D | musb_dsps.c | 649 .recover = dsps_musb_recover,
|
/linux-4.1.27/kernel/power/ |
D | hibernate.c | 225 if (platform_mode && hibernation_ops && hibernation_ops->recover) in platform_recover() 226 hibernation_ops->recover(); in platform_recover() 540 if (hibernation_ops->recover) in hibernation_platform_enter() 541 hibernation_ops->recover(); in hibernation_platform_enter()
|
D | suspend.c | 227 if (state != PM_SUSPEND_FREEZE && suspend_ops->recover) in platform_recover() 228 suspend_ops->recover(); in platform_recover()
|
/linux-4.1.27/Documentation/PCI/ |
D | pci-error-recovery.txt | 96 PCI_ERS_RESULT_CAN_RECOVER, /* Device driver can recover without slot reset */ 111 The actual steps taken by a platform to recover from a PCI error 140 Driver returns this if it thinks it might be able to recover 145 Driver returns this if it can't recover without a 148 Driver returns this if it doesn't want to recover at all. 161 If the platform is unable to recover the slot, the next step 192 all drivers on a segment agree that they can try to recover and if no automatic 355 A "permanent failure" has occurred, and the platform cannot recover 381 recover (disconnect them) and try to let other cards on the same segment 382 recover. Keep in mind that in most real life cases, though, there will
|
D | pcieaer-howto.txt | 99 interface. The PCI Express protocol can recover without any software 170 the interface. The PCI Express protocol can recover without any 187 whether it can recover or the AER driver calls mmio_enabled as next.
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | Makefile | 11 ptlrpc_objs := client.o recover.o connection.o niobuf.o pack_generic.o
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-raid.txt | 176 of "resync" or "recover" can be considered complete. 183 recover - A device in the array is being rebuilt or 207 "recover"- Initiate/continue a recover process.
|
/linux-4.1.27/drivers/md/ |
D | dm-raid1.c | 326 static int recover(struct mirror_set *ms, struct dm_region *reg) in recover() function 388 r = recover(ms, reg); in do_recovery() 670 struct bio_list sync, nosync, recover, *this_list = NULL; in do_writes() local 683 bio_list_init(&recover); in do_writes() 713 this_list = &recover; in do_writes() 758 while ((bio = bio_list_pop(&recover))) in do_writes()
|
/linux-4.1.27/arch/s390/pci/ |
D | pci_sysfs.c | 59 static DEVICE_ATTR_WO(recover);
|
/linux-4.1.27/drivers/net/usb/ |
D | cdc_subset.c | 105 .recover = m5632_recover,
|
D | usbnet.c | 1245 if (dev->driver_info->recover) in usbnet_tx_timeout() 1246 (dev->driver_info->recover)(dev); in usbnet_tx_timeout()
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | msm_gpu.h | 55 void (*recover)(struct msm_gpu *gpu); member
|
D | msm_gpu.c | 278 gpu->funcs->recover(gpu); in recover_worker()
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | kernel-stacks | 63 This allows the CPU to recover from invalid stack segments. Rarely 72 Using a separate stack allows the kernel to recover from it well enough
|
D | machinecheck | 54 how hard the kernel tries to recover even at some risk of
|
/linux-4.1.27/drivers/acpi/ |
D | sleep.c | 621 .recover = acpi_pm_finish, 789 .recover = acpi_pm_finish,
|
/linux-4.1.27/Documentation/video4linux/cx88/ |
D | hauppauge-wintv-cx88-ir.txt | 34 You need to recover the actual RC5 bits out of the (oversampled) IR sensor
|
/linux-4.1.27/Documentation/video4linux/ |
D | hauppauge-wintv-cx88-ir.txt | 34 You need to recover the actual RC5 bits out of the (oversampled) IR sensor
|
D | vivid.txt | 781 marked as having suffered a fatal error, the only way to recover
|
/linux-4.1.27/drivers/media/pci/ttpci/ |
D | av7110.h | 277 void (*recover)(struct av7110* av7110); member
|
D | av7110.c | 233 if (av7110->recover) in recover_arm() 234 av7110->recover(av7110); in recover_arm() 2150 av7110->recover = dvb_s_recover; in frontend_init() 2163 av7110->recover = dvb_s_recover; in frontend_init() 2174 av7110->recover = dvb_s_recover; in frontend_init() 2231 av7110->recover = dvb_s_recover; in frontend_init() 2243 av7110->recover = dvb_s_recover; in frontend_init() 2277 av7110->recover = dvb_s_recover; in frontend_init()
|
/linux-4.1.27/include/linux/usb/ |
D | usbnet.h | 153 void (*recover)(struct usbnet *dev); member
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | st,sta32x.txt | 39 - st,thermal-warning-recover:
|
D | st,sta350.txt | 39 - st,thermal-warning-recover:
|
/linux-4.1.27/Documentation/laptops/ |
D | disk-shock-protection.txt | 96 the same port as the hard drive, it generally *should* recover just 103 reset is required to recover from an exception on drive Y that further
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | traps.c | 701 int recover = 0; in machine_check_exception() local 712 recover = ppc_md.machine_check_exception(regs); in machine_check_exception() 714 recover = cur_cpu_spec->machine_check(regs); in machine_check_exception() 716 if (recover > 0) in machine_check_exception()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | mca.c | 1285 int recover, cpu = smp_processor_id(); in ia64_mca_handler() local 1288 { .sos = sos, .monarch_cpu = &monarch_cpu, .data = &recover }; in ia64_mca_handler() 1329 recover = (ia64_mca_ucmc_extension in ia64_mca_handler() 1334 if (recover) { in ia64_mca_handler()
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | fault_injection.txt | 8 observe how the client reacts and if it manages to recover its state correctly.
|
/linux-4.1.27/Documentation/crypto/ |
D | async-tx-api.txt | 70 datap - (raid6_datap_recov) recover a raid6 data block and the p block 72 2data - (raid6_2data_recov) recover 2 raid6 data blocks from the given
|
/linux-4.1.27/drivers/pci/ |
D | Kconfig | 100 behind an IOMMU to recover from page faults.
|
/linux-4.1.27/drivers/misc/eeprom/ |
D | Kconfig | 19 as read-only won't help recover from this. Also, if your chip
|
/linux-4.1.27/drivers/gpu/drm/msm/adreno/ |
D | a4xx_gpu.c | 520 .recover = a4xx_recover,
|
D | a3xx_gpu.c | 506 .recover = a3xx_recover,
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-block-bcache | 103 such that the cache can reliably recover from unclean shutdown;
|
/linux-4.1.27/Documentation/filesystems/ |
D | ntfs.txt | 182 recover: At present only supported is recovery of 187 errors=continue,errors=recover 188 means the driver will attempt to recover and if that
|
/linux-4.1.27/Documentation/powerpc/ |
D | eeh-pci-error-recovery.txt | 28 the OS the ability to "reboot"/recover individual PCI devices. 60 and recover from EEH errors will be presented. This is followed
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-rt-group.txt | 111 realtime tasks will not lock up the machine but leave a little time to recover
|
/linux-4.1.27/drivers/staging/unisys/Documentation/ |
D | overview.txt | 69 guests to continue running and to recover from the error.
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-decoder-regs.txt | 13 decoder will fail. A firmware reload will often recover, but sometimes a reset 284 Warning: Bad values will require a firmware reload to recover.
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi_eh.txt | 216 cannot recover some of failed scmds. Also, note that failure of the 226 Note that single recovery action on a scmd can recover multiple
|
D | tmscsim.txt | 368 recover from a SCSI reset in time. Use a higher delay or don't issue
|
D | ChangeLog.1992-1997 | 1422 full, and attempt to recover. Otherwise give up.
|
D | ChangeLog.lpfc | 311 * If the SCSI midlayer tries to recover from an error on a lun
|
/linux-4.1.27/Documentation/ |
D | md.txt | 493 recover - a hot spare is being built to replace a 519 "recover" if a recovery seems to be needed, but cannot be 520 achieved. In that case, the transition to "recover" isn't
|
D | bcache.txt | 32 In the event of a data IO error on the flash it will try to recover by reading
|
D | vfio.txt | 313 and recover from them via EEH RTAS services, which works on the basis of
|
D | kernel-parameters.txt | 2248 [NFSv4] Attempt to recover locks that were lost due 2254 attempting to recover these locks, then set this
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/ |
D | hw.c | 412 bool recover = false; in rtl92de_set_hw_reg() local 425 recover = true; in rtl92de_set_hw_reg() 431 if (recover) in rtl92de_set_hw_reg()
|
/linux-4.1.27/fs/gfs2/ |
D | sys.c | 504 GDLM_ATTR(recover, 0600, NULL, recover_store);
|
/linux-4.1.27/Documentation/isdn/ |
D | README.x25 | 52 protocol are compiled as loadable modules. Like this, you can recover
|
/linux-4.1.27/drivers/s390/net/ |
D | qeth_core.h | 722 int (*recover)(void *ptr); member
|
D | qeth_core_sys.c | 360 static DEVICE_ATTR(recover, 0200, NULL, qeth_dev_recover_store);
|
D | qeth_l3_main.c | 487 static void qeth_l3_clear_ip_list(struct qeth_card *card, int recover) in qeth_l3_clear_ip_list() argument 493 if (recover && card->options.sniffer) in qeth_l3_clear_ip_list() 506 if (!recover || addr->is_multicast) { in qeth_l3_clear_ip_list() 3639 .recover = qeth_l3_recover,
|
D | qeth_l2_main.c | 1269 .recover = qeth_l2_recover,
|
D | lcs.c | 2039 static DEVICE_ATTR(recover, 0200, NULL, lcs_dev_recover_store);
|
D | qeth_core_main.c | 1431 ts = kthread_run(card->discipline->recover, (void *)card, in qeth_start_kernel_thread()
|
/linux-4.1.27/Documentation/sysctl/ |
D | vm.txt | 76 for the full Virtual Memory Size of programs used to recover. Otherwise, 77 root may not be able to log in to recover the system. 745 process, such that they cannot recover (kill the hog).
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192cu/ |
D | hw.c | 1947 bool recover = false; in rtl92cu_set_hw_reg() local 1958 recover = true; in rtl92cu_set_hw_reg() 1965 if (recover) in rtl92cu_set_hw_reg()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ce/ |
D | hw.c | 441 bool recover = false; in rtl92ce_set_hw_reg() local 458 recover = true; in rtl92ce_set_hw_reg() 467 if (recover) { in rtl92ce_set_hw_reg()
|
/linux-4.1.27/Documentation/ia64/ |
D | mca.txt | 57 and decide if it can recover or not.
|
/linux-4.1.27/drivers/video/fbdev/ |
D | auo_k190x.c | 972 par->recover = auok190x_recover; in auok190x_common_probe()
|
/linux-4.1.27/fs/ |
D | buffer.c | 1731 goto recover; in __block_write_full_page() 1801 recover: in __block_write_full_page()
|
/linux-4.1.27/sound/oss/ |
D | CHANGELOG | 50 SB=32). These devices require more time to "recover" from processing
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | cassini.c | 636 int recover; in cas_page_dequeue() local 654 recover = ++cp->rx_spares_needed; in cas_page_dequeue() 658 if ((recover & (RX_SPARE_RECOVER_VAL - 1)) == 0) { in cas_page_dequeue()
|
/linux-4.1.27/Documentation/s390/ |
D | cds.txt | 360 If a device is able to recover from asynchronously presented I/O errors, it can
|
/linux-4.1.27/mm/ |
D | Kconfig | 372 Enables code to recover from some memory failures on systems
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx.reg | 937 * Reporting of catastrophic errors. You usually cannot recover from
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | cnic_defs.h | 4106 u32 recover; member
|
/linux-4.1.27/drivers/watchdog/ |
D | Kconfig | 61 from some situations that the hardware watchdog will recover
|
/linux-4.1.27/Documentation/networking/ |
D | bonding.txt | 732 If no slaves are active, the first slave to recover is 2631 monitored, and should it recover, it will rejoin the bond (in whatever
|
D | ip-sysctl.txt | 183 occurred due to a burst, connection will recover. Enable this
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1045 to physical address re-mapping, Cortex-A8 does not recover from the
|