| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | interrupts_64.c | 142 panic("Resetting CPU ...\n"); in do_bad_sync() 153 panic("Resetting CPU ...\n"); in do_bad_irq() 164 panic("Resetting CPU ...\n"); in do_bad_fiq() 175 panic("Resetting CPU ...\n"); in do_bad_error() 186 panic("Resetting CPU ...\n"); in do_sync() 198 panic("Resetting CPU ...\n"); in do_irq() 210 panic("Resetting CPU ...\n"); in do_fiq() 224 panic("Resetting CPU ...\n"); in do_error()
|
| H A D | reset.c | 32 puts ("resetting ...\n"); in do_reset()
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | ide-eh.c | 321 * do_reset1() attempts to recover a confused drive by resetting it. 322 * Unfortunately, resetting a disk drive actually resets all devices on 323 * the same interface, so it can really be thought of as resetting the 324 * interface rather than resetting the drive. 401 * Note that we also set nIEN while resetting the device, in do_reset1() 423 * Some weird controller like resetting themselves to a strange in do_reset1()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | adb.h | 50 ADB_MSG_PRE_RESET, /* Called before resetting the bus */ 51 ADB_MSG_POST_RESET /* Called after resetting the bus (re-do init & register) */
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | libata.rst | 605 gathering and could trigger complex error handling (say, resetting & 854 indicates something is very wrong with the system. Resetting host 863 Resetting host controller is recommended. 871 it forget about the timed out command, resetting is necessary. The timed 899 During EH, resetting is necessary in the following cases. 909 Resetting during EH might be a good idea regardless of error condition 918 HBA resetting is implementation specific. For a controller complying to 943 some level of resetting, possibly similar level with software reset. 959 This is the preferred way of resetting a SATA device. In effect, 964 One more thing to consider when resetting devices is that resetting
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/brocade/bna/ |
| H A D | bfi_cna.h | 85 * @brief H2I command structure for resetting the stats. 93 * @brief H2I command structure for resetting the stats.
|
| /OK3568_Linux_fs/kernel/drivers/usb/storage/ |
| H A D | uas.c | 41 int qdepth, resetting; member 108 if (devinfo->resetting) in uas_do_work() 315 if (devinfo->resetting) in uas_stat_cmplt() 413 if (devinfo->resetting) in uas_data_cmplt() 662 if (devinfo->resetting) { in uas_queuecommand_lck() 789 devinfo->resetting = 1; in uas_eh_device_reset_handler() 800 devinfo->resetting = 0; in uas_eh_device_reset_handler() 1018 devinfo->resetting = 0; in uas_probe() 1204 devinfo->resetting = 1; in uas_disconnect()
|
| /OK3568_Linux_fs/kernel/drivers/misc/cxl/ |
| H A D | flash.c | 333 pr_devel("resetting adapter\n"); in transfer_image() 342 pr_devel("resetting adapter\n"); in transfer_image() 351 pr_devel("resetting adapter\n"); in transfer_image() 499 pr_devel("resetting adapter\n"); in device_close()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-block-zram | 21 The reset file is write-only and allows resetting the 47 compressed data. For resetting the value, you should write
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/altera/ |
| H A D | altera_msgdma.c | 46 "TSE Rx mSGDMA resetting bit never cleared!\n"); in msgdma_reset() 68 "TSE Tx mSGDMA resetting bit never cleared!\n"); in msgdma_reset()
|
| /OK3568_Linux_fs/kernel/Documentation/i2c/ |
| H A D | fault-codes.rst | 14 some cases, such as re-initializing (and maybe resetting). After such 63 SMBus adapter) needs some fault recovery (such as resetting),
|
| /OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/ |
| H A D | usb-fw.c | 131 "URB; resetting device\n"); in i2400mu_tx_bulk_out() 152 "URB exceeded; resetting device\n"); in i2400mu_tx_bulk_out() 362 "resetting device\n"); in i2400mu_bus_bm_wait_for_ack()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/i825xx/ |
| H A D | ether1.c | 507 priv(dev)->resetting = 1; in ether1_init_for_open() 657 printk(KERN_WARNING "%s: resetting device\n", dev->name); in ether1_timeout() 678 printk(KERN_WARNING "%s: resetting device\n", dev->name); in ether1_sendpacket() 910 if (priv(dev)->resetting == 0) in ether1_interrupt() 913 priv(dev)->resetting += 1; in ether1_interrupt() 919 if (priv(dev)->resetting == 2) in ether1_interrupt() 920 priv(dev)->resetting = 0; in ether1_interrupt()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-cns3xxx/ |
| H A D | cns3420vb.c | 130 * resetting twice would cause the 1st controller been reset. in csn3xxx_usb_power_on() 151 * resetting twice would cause the 1st controller been reset. in csn3xxx_usb_power_off()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/ |
| H A D | grcan.c | 304 bool resetting; member 563 if (!priv->resetting && !priv->closing && in grcan_lost_one_shot_frame() 693 if (!priv->resetting && !priv->closing) { in grcan_err() 819 priv->resetting = false; in grcan_running_reset() 912 if (!priv->resetting && !priv->closing) { in grcan_initiate_running_reset() 913 priv->resetting = true; in grcan_initiate_running_reset() 1028 if (priv->closing || priv->resetting) { in grcan_set_mode() 1088 priv->resetting = false; in grcan_open() 1150 if (!priv->resetting && !priv->closing && in grcan_transmit_catch_up() 1300 if (!priv->resetting && !priv->closing) { in grcan_txbug_workaround()
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-m41t93.c | 68 dev_warn(&spi->dev, "OF bit is set, resetting.\n"); in m41t93_set_time() 113 case after poweron. Time is valid after resetting HT bit. in m41t93_get_time()
|
| /OK3568_Linux_fs/kernel/drivers/block/paride/ |
| H A D | Transition-notes | 94 after resetting ps_tq_active to 0. 97 the area are either after resetting ->claimed_cont to NULL while holding
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | dm9000x.c | 249 DM9000_DBG("resetting DM9000\n"); in dm9000_reset() 262 DM9000_DBG("resetting the DM9000, 1st reset\n"); in dm9000_reset() 270 DM9000_DBG("resetting the DM9000, 2nd reset\n"); in dm9000_reset() 277 printf("ERROR: resetting DM9000 -> not responding\n"); in dm9000_reset()
|
| /OK3568_Linux_fs/kernel/sound/soc/intel/atom/sst/ |
| H A D | sst_loader.c | 15 * setting/resetting dsp cores, etc 50 * intel_sst_reset_dsp_mrfld - Resetting SST DSP 59 dev_dbg(sst_drv_ctx->dev, "sst: Resetting the DSP in mrfld\n"); in intel_sst_reset_dsp_mrfld()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ehci-omap.c | 86 debug("OMAP EHCI error: timeout resetting TLL\n"); in omap_ehci_tll_reset() 164 debug("Resetting OMAP EHCI\n"); in omap_ehci_hcd_stop()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap2/ |
| H A D | ti81xx-restart.c | 22 * NOTE: Warm reset does not seem to work, may require resetting
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/spear/ |
| H A D | reset.c | 26 /* Going into slow mode before resetting SOC */ in reset_cpu()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/isci/ |
| H A D | host.h | 227 * This state is entered from the RESETTING state. 262 * is in the process of resetting. Thus, the user is unable to perform 285 * This state is entered from the RESETTING state.
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/ |
| H A D | Kconfig | 68 hex "error reference val for resetting"
|
| /OK3568_Linux_fs/buildroot/package/odb/ |
| H A D | 0010-Add-initial-support-for-GCC-9.patch | 45 - // By resetting the error callback we indicate to cxx_string_lexer 47 + // By resetting the callback we indicate to cxx_string_lexer that there
|