Home
last modified time | relevance | path

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

123

/linux/drivers/usb/storage/
A Duas.c41 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()
661 if (devinfo->resetting) { in uas_queuecommand_lck()
787 devinfo->resetting = 1; in uas_eh_device_reset_handler()
798 devinfo->resetting = 0; in uas_eh_device_reset_handler()
1016 devinfo->resetting = 0; in uas_probe()
1202 devinfo->resetting = 1; in uas_disconnect()
/linux/drivers/net/can/
A Dgrcan.c303 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/drivers/input/misc/
A 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/drivers/net/ethernet/i825xx/
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()
A Dether1.h44 unsigned char resetting; member
/linux/Documentation/hwmon/
A Dlm92.rst44 control the thresholds for resetting alarms.
/linux/Documentation/ABI/testing/
A Dsysfs-block-zram21 The reset file is write-only and allows resetting the
47 compressed data. For resetting the value, you should write
A Dsysfs-bus-fsi45 Provides a means of resetting the cfam that is attached to the
A Dsysfs-bus-pci-devices-cciss71 a dump device, as kdump requires resetting the device in order
/linux/Documentation/devicetree/bindings/hwmon/
A Dpwm-fan.txt15 it must be self resetting edge interrupts. See
/linux/Documentation/devicetree/bindings/net/nfc/
A Dst,st-nci.yaml20 description: Output GPIO pin used for resetting the controller
/linux/Documentation/devicetree/bindings/clock/
A Dnvidia,tegra20-car.yaml25 RSTGEN provides the registers needed to control resetting of each block in
A Dnvidia,tegra124-car.yaml25 RSTGEN provides the registers needed to control resetting of each block in
/linux/Documentation/devicetree/bindings/input/rmi4/
A Drmi_i2c.txt21 - syna,reset-delay-ms: The number of milliseconds to wait after resetting the
/linux/drivers/clk/baikal-t1/
A DKconfig8 responsible for the chip subsystems clocking and resetting. It
/linux/Documentation/devicetree/bindings/usb/
A Dcdns,usb3.yaml70 description: Enable resetting of PHY if Rx fail is detected
/linux/Documentation/i2c/
A 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/Documentation/networking/device_drivers/qlogic/
A Dqlge.rst117 devlink tool has to wait for 5 secs for the resetting to be
/linux/Documentation/devicetree/bindings/net/
A Dsmsc,lan9115.yaml70 Indicates that MAC address needs to be saved before resetting the
/linux/drivers/block/paride/
A DTransition-notes94 after resetting ps_tq_active to 0.
97 the area are either after resetting ->claimed_cont to NULL while holding
/linux/Documentation/devicetree/bindings/arm/
A Dsyna.txt50 CPU control register allows various operations on CPUs, like resetting them
/linux/drivers/scsi/
A Daha152x.c312 resetting = 0x0400, /* BUS DEVICE RESET is pending */ enumerator
919 if(SCpnt->SCp.phase & (resetting|check_condition)) { in aha152x_internal_queue()
941 if ((phase & resetting) || !scsi_sglist(SCpnt)) { in aha152x_internal_queue()
1000 if (SCpnt->SCp.phase & resetting) in aha152x_scsi_done()
1072 aha152x_internal_queue(SCpnt, &done, resetting); in aha152x_device_reset()
1461 if (!(ptr->SCp.phase & resetting)) { in busfree_run()
1536 } else if (CURRENT_SC->SCp.phase & resetting) { in seldo_run()
A Dhptiop.c689 atomic_set(&hba->resetting, 0); in hptiop_message_callback()
1071 if (atomic_xchg(&hba->resetting, 1) == 0) { in hptiop_reset_hba()
1077 atomic_read(&hba->resetting) == 0, 60 * HZ); in hptiop_reset_hba()
1079 if (atomic_read(&hba->resetting)) { in hptiop_reset_hba()
1331 atomic_set(&hba->resetting, 0); in hptiop_probe()
/linux/drivers/net/ethernet/ibm/
A Dibmvnic.c1595 if (test_bit(0, &adapter->resetting)) in ibmvnic_cleanup()
1838 !test_bit(0, &adapter->resetting)) { in ibmvnic_tx_scrq_clean_buffer()
1900 if (test_bit(0, &adapter->resetting)) { in ibmvnic_xmit()
2605 if (test_and_set_bit_lock(0, &adapter->resetting)) { in __ibmvnic_reset()
2698 clear_bit_unlock(0, &adapter->resetting); in __ibmvnic_reset()
2789 if (test_bit(0, &adapter->resetting)) { in ibmvnic_tx_timeout()
2840 if (unlikely(test_bit(0, &adapter->resetting) && in ibmvnic_poll()
3550 if (test_bit(0, &adapter->resetting) && in enable_scrq_irq()
5293 if (test_bit(0, &adapter->resetting)) in ibmvnic_handle_crq()
5646 test_bit(0, &adapter->resetting) && !adapter->wait_for_reset && in ibmvnic_reset_init()
[all …]
/linux/Documentation/driver-api/
A Dlibata.rst605 gathering and could trigger complex error handling (say, resetting &
871 it forget about the timed out command, resetting is necessary. The timed
899 During EH, resetting is necessary in the following cases.
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

Completed in 56 milliseconds

123