| /Linux-v5.15/include/linux/ |
| 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) */
|
| /Linux-v5.15/drivers/net/ethernet/brocade/bna/ |
| D | bfi_cna.h | 85 * @brief H2I command structure for resetting the stats. 93 * @brief H2I command structure for resetting the stats.
|
| /Linux-v5.15/Documentation/driver-api/ |
| 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
|
| /Linux-v5.15/Documentation/ABI/testing/ |
| 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
|
| D | sysfs-bus-fsi | 45 Provides a means of resetting the cfam that is attached to the
|
| /Linux-v5.15/drivers/usb/storage/ |
| 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() 790 devinfo->resetting = 1; in uas_eh_device_reset_handler() 801 devinfo->resetting = 0; in uas_eh_device_reset_handler() 1019 devinfo->resetting = 0; in uas_probe() 1205 devinfo->resetting = 1; in uas_disconnect()
|
| /Linux-v5.15/drivers/net/ethernet/altera/ |
| 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()
|
| /Linux-v5.15/Documentation/i2c/ |
| 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),
|
| /Linux-v5.15/drivers/misc/cxl/ |
| 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()
|
| /Linux-v5.15/arch/arm/mach-cns3xxx/ |
| 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()
|
| /Linux-v5.15/arch/arm/mach-omap2/ |
| D | ti81xx-restart.c | 22 * NOTE: Warm reset does not seem to work, may require resetting
|
| /Linux-v5.15/drivers/rtc/ |
| 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()
|
| /Linux-v5.15/Documentation/hwmon/ |
| D | lm92.rst | 44 control the thresholds for resetting alarms.
|
| /Linux-v5.15/drivers/net/ethernet/i825xx/ |
| 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()
|
| /Linux-v5.15/drivers/block/paride/ |
| D | Transition-notes | 94 after resetting ps_tq_active to 0. 97 the area are either after resetting ->claimed_cont to NULL while holding
|
| /Linux-v5.15/drivers/clk/baikal-t1/ |
| D | Kconfig | 8 responsible for the chip subsystems clocking and resetting. It
|
| /Linux-v5.15/drivers/net/can/ |
| D | grcan.c | 303 bool resetting; member 562 if (!priv->resetting && !priv->closing && in grcan_lost_one_shot_frame() 692 if (!priv->resetting && !priv->closing) { in grcan_err() 818 priv->resetting = false; in grcan_running_reset() 911 if (!priv->resetting && !priv->closing) { in grcan_initiate_running_reset() 912 priv->resetting = true; in grcan_initiate_running_reset() 1027 if (priv->closing || priv->resetting) { in grcan_set_mode() 1087 priv->resetting = false; in grcan_open() 1147 if (!priv->resetting && !priv->closing && in grcan_transmit_catch_up() 1305 if (!priv->resetting && !priv->closing) { in grcan_txbug_workaround()
|
| /Linux-v5.15/sound/soc/intel/atom/sst/ |
| 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()
|
| /Linux-v5.15/drivers/media/usb/dvb-usb/ |
| D | digitv.h | 48 * 0x07 write to the remote (don't know why one should this, resetting ?)
|
| /Linux-v5.15/Documentation/devicetree/bindings/clock/ |
| D | nvidia,tegra20-car.yaml | 25 RSTGEN provides the registers needed to control resetting of each block in
|
| /Linux-v5.15/Documentation/devicetree/bindings/input/rmi4/ |
| D | rmi_i2c.txt | 21 - syna,reset-delay-ms: The number of milliseconds to wait after resetting the
|
| /Linux-v5.15/Documentation/devicetree/bindings/hwmon/ |
| D | pwm-fan.txt | 15 it must be self resetting edge interrupts. See
|
| /Linux-v5.15/drivers/scsi/isci/ |
| 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.
|
| /Linux-v5.15/arch/arm/mach-ep93xx/include/mach/ |
| D | uncompress.h | 57 * Work around this by resetting the ethernet MAC before we uncompress.
|
| /Linux-v5.15/drivers/acpi/ |
| D | reboot.c | 23 pr_debug("Resetting with ACPI PCI RESET_REG.\n"); in acpi_pci_reboot()
|