Home
last modified time | relevance | path

Searched refs:resetting (Results 1 – 25 of 64) sorted by relevance

123

/Linux-v6.1/drivers/usb/storage/
Duas.c41 int qdepth, resetting; member
108 if (devinfo->resetting) in uas_do_work()
313 if (devinfo->resetting) in uas_stat_cmplt()
411 if (devinfo->resetting) in uas_data_cmplt()
657 if (devinfo->resetting) { in uas_queuecommand_lck()
783 devinfo->resetting = 1; in uas_eh_device_reset_handler()
794 devinfo->resetting = 0; in uas_eh_device_reset_handler()
1013 devinfo->resetting = 0; in uas_probe()
1199 devinfo->resetting = 1; in uas_disconnect()
/Linux-v6.1/drivers/net/can/
Dgrcan.c304 bool resetting; member
561 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()
1081 priv->resetting = false; in grcan_open()
1140 if (!priv->resetting && !priv->closing && in grcan_transmit_catch_up()
1290 if (!priv->resetting && !priv->closing) { in grcan_txbug_workaround()
/Linux-v6.1/drivers/input/misc/
Dcm109.c117 unsigned resetting:1; member
623 if (!dev->resetting) in cm109_input_ev()
856 dev->resetting = 1; in cm109_usb_pre_reset()
868 dev->resetting = 0; in cm109_usb_post_reset()
/Linux-v6.1/Documentation/hwmon/
Dlm92.rst44 control the thresholds for resetting alarms.
Djc42.rst126 There is also an hysteresis to control the thresholds for resetting alarms.
/Linux-v6.1/drivers/net/ethernet/i825xx/
Dether1.c507 priv(dev)->resetting = 1; in ether1_init_for_open()
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()
Dether1.h44 unsigned char resetting; member
/Linux-v6.1/Documentation/devicetree/bindings/hwmon/
Dpwm-fan.txt15 it must be self resetting edge interrupts. See
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-bus-fsi45 Provides a means of resetting the cfam that is attached to the
Dsysfs-block-zram21 The reset file is write-only and allows resetting the
47 compressed data. For resetting the value, you should write
Dsysfs-bus-pci-devices-cciss71 a dump device, as kdump requires resetting the device in order
/Linux-v6.1/Documentation/devicetree/bindings/input/rmi4/
Drmi_i2c.txt21 - syna,reset-delay-ms: The number of milliseconds to wait after resetting the
/Linux-v6.1/Documentation/networking/device_drivers/qlogic/
Dqlge.rst117 devlink tool has to wait for 5 secs for the resetting to be
/Linux-v6.1/Documentation/i2c/
Dfault-codes.rst14 some cases, such as re-initializing (and maybe resetting). After such
63 SMBus adapter) needs some fault recovery (such as resetting),
/Linux-v6.1/drivers/clk/baikal-t1/
DKconfig8 responsible for the chip subsystems clocking and resetting. It
/Linux-v6.1/Documentation/devicetree/bindings/arm/
Dsyna.txt46 CPU control register allows various operations on CPUs, like resetting them
/Linux-v6.1/drivers/block/paride/
DTransition-notes94 after resetting ps_tq_active to 0.
97 the area are either after resetting ->claimed_cont to NULL while holding
/Linux-v6.1/Documentation/driver-api/
Dlibata.rst594 gathering and could trigger complex error handling (say, resetting &
860 it forget about the timed out command, resetting is necessary. The timed
888 During EH, resetting is necessary in the following cases.
907 HBA resetting is implementation specific. For a controller complying to
932 some level of resetting, possibly similar level with software reset.
948 This is the preferred way of resetting a SATA device. In effect,
953 One more thing to consider when resetting devices is that resetting
/Linux-v6.1/drivers/scsi/
Daha152x.c315 resetting = 0x0400, /* BUS DEVICE RESET is pending */ enumerator
939 if (acp->phase & (resetting | check_condition)) { in aha152x_internal_queue()
961 if ((phase & resetting) || !scsi_sglist(SCpnt)) { in aha152x_internal_queue()
1020 if (aha152x_priv(SCpnt)->phase & resetting) in aha152x_scsi_done()
1092 aha152x_internal_queue(SCpnt, &done, resetting); in aha152x_device_reset()
1483 if (!(aha152x_priv(ptr)->phase & resetting)) { in busfree_run()
1562 } else if (acp->phase & resetting) { in seldo_run()
Dhptiop.h326 atomic_t resetting; member
Dhptiop.c689 atomic_set(&hba->resetting, 0); in hptiop_message_callback()
1068 if (atomic_xchg(&hba->resetting, 1) == 0) { in hptiop_reset_hba()
1074 atomic_read(&hba->resetting) == 0, 60 * HZ); in hptiop_reset_hba()
1076 if (atomic_read(&hba->resetting)) { in hptiop_reset_hba()
1329 atomic_set(&hba->resetting, 0); in hptiop_probe()
/Linux-v6.1/Documentation/driver-api/soundwire/
Derror_handling.rst27 not be responsible for the errors so resetting them individually is not a
/Linux-v6.1/Documentation/scsi/
DChangeLog.ips24 - 5 second delay needed after resetting an i960 adapter
Dqlogicfas.rst31 thing to do is load the kernel without resetting the hardware, which
/Linux-v6.1/tools/testing/memblock/
DREADME72 | |-- common.(c|h) -- helper functions for resetting memblock;

123