Home
last modified time | relevance | path

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

12

/linux/drivers/usb/storage/
H A Duas.c42 int qdepth, resetting; member
109 if (devinfo->resetting) in uas_do_work()
322 if (devinfo->resetting) in uas_stat_cmplt()
417 if (devinfo->resetting) in uas_data_cmplt()
662 if (devinfo->resetting) { in uas_queuecommand_lck()
793 devinfo->resetting = 1; in uas_eh_device_reset_handler()
804 devinfo->resetting = 0; in uas_eh_device_reset_handler()
1035 devinfo->resetting = 0; in uas_probe()
1221 devinfo->resetting = 1; in uas_disconnect()
/linux/drivers/net/can/
H A Dgrcan.c305 bool resetting; member
562 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()
1082 priv->resetting = false; in grcan_open()
1141 if (!priv->resetting && !priv->closing && in grcan_transmit_catch_up()
1291 if (!priv->resetting && !priv->closing) { in grcan_txbug_workaround()
/linux/drivers/input/misc/
H A Dcm109.c117 unsigned resetting:1; member
614 if (!dev->resetting) in cm109_input_ev()
847 dev->resetting = 1; in cm109_usb_pre_reset()
859 dev->resetting = 0; in cm109_usb_post_reset()
/linux/drivers/net/ethernet/i825xx/
H A 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()
H A Dether1.h44 unsigned char resetting; member
/linux/fs/xfs/
H A Dxfs_zone_gc.c153 struct list_head resetting; member
222 INIT_LIST_HEAD(&data->resetting); in xfs_zone_gc_data_alloc()
993 list_add_tail(&chunk->entry, &data->resetting); in xfs_zone_gc_reset_zones()
1051 list_for_each_entry_safe(chunk, next, &data->resetting, entry) { in xfs_zone_gc_handle_work()
1119 list_empty(&data->resetting) && in xfs_zoned_gcd()
/linux/Documentation/hwmon/
H A Dlm92.rst44 control the thresholds for resetting alarms.
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-fsi45 Provides a means of resetting the cfam that is attached to the
H A Dsysfs-bus-pci-devices-cciss71 a dump device, as kdump requires resetting the device in order
H A Dsysfs-bus-cdx79 on the bus. On resetting the device, the corresponding driver is
H A Dsysfs-class-mic55 "resetting" A reset has been initiated for the MIC device
/linux/Documentation/i2c/
H A Dfault-codes.rst14 some cases, such as re-initializing (and maybe resetting). After such
67 SMBus adapter) needs some fault recovery (such as resetting),
/linux/drivers/clk/baikal-t1/
H A DKconfig8 responsible for the chip subsystems clocking and resetting. It
/linux/drivers/phy/qualcomm/
H A DKconfig144 management required after resetting the hardware and power
159 resetting the hardware and power management.
/linux/Documentation/driver-api/
H A Dlibata.rst575 gathering and could trigger complex error handling (say, resetting &
841 it forget about the timed out command, resetting is necessary. The timed
869 During EH, resetting is necessary in the following cases.
888 HBA resetting is implementation specific. For a controller complying to
913 some level of resetting, possibly similar level with software reset.
929 This is the preferred way of resetting a SATA device. In effect,
934 One more thing to consider when resetting devices is that resetting
/linux/drivers/scsi/
H A Dhptiop.h326 atomic_t resetting; member
/linux/Documentation/scsi/
H A DChangeLog.ips24 - 5 second delay needed after resetting an i960 adapter
H A Dqlogicfas.rst31 thing to do is load the kernel without resetting the hardware, which
H A Dscsi_eh.rst234 scmds. e.g. resetting a device recovers all failed scmds on the
386 resetting clears all scmds on the sdev, there is no need
/linux/Documentation/driver-api/soundwire/
H A Derror_handling.rst27 not be responsible for the errors so resetting them individually is not a
/linux/tools/testing/memblock/
H A DREADME72 | |-- common.(c|h) -- helper functions for resetting memblock;
/linux/Documentation/fault-injection/
H A Dnvme-fault-injection.rst139 nvme nvme0: resetting controller
/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.c1956 if (adapter->failover_pending || (test_bit(0, &adapter->resetting))) { in ibmvnic_open()
1985 (adapter->failover_pending || (test_bit(0, &adapter->resetting)))) { in ibmvnic_open()
2109 if (test_bit(0, &adapter->resetting)) in ibmvnic_cleanup()
3269 if (test_and_set_bit_lock(0, &adapter->resetting)) { in __ibmvnic_reset()
3380 clear_bit_unlock(0, &adapter->resetting); in __ibmvnic_reset()
3493 if (test_bit(0, &adapter->resetting)) { in ibmvnic_tx_timeout()
3544 if (unlikely(test_bit(0, &adapter->resetting) && in ibmvnic_poll()
4228 if (test_bit(0, &adapter->resetting) && in enable_scrq_irq()
6034 if (test_bit(0, &adapter->resetting)) in ibmvnic_handle_crq()
6373 test_bit(0, &adapter->resetting) && !adapter->wait_for_reset && in ibmvnic_reset_init()
[all …]
/linux/drivers/gpu/drm/i915/
H A DKconfig.profile113 By stopping submission and sleeping for a short time before resetting
/linux/Documentation/admin-guide/media/
H A Dfimc.rst104 the sub-devices (format, crop), to avoid resetting the subdevs' configuration

12