Home
last modified time | relevance | path

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

1234

/linux-6.15/drivers/usb/storage/
H A Duas.c42 int qdepth, resetting; member
109 if (devinfo->resetting) in uas_do_work()
314 if (devinfo->resetting) in uas_stat_cmplt()
412 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()
1025 devinfo->resetting = 0; in uas_probe()
1211 devinfo->resetting = 1; in uas_disconnect()
/linux-6.15/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()
1083 priv->resetting = false; in grcan_open()
1142 if (!priv->resetting && !priv->closing && in grcan_transmit_catch_up()
1292 if (!priv->resetting && !priv->closing) { in grcan_txbug_workaround()
/linux-6.15/fs/xfs/
H A Dxfs_zone_gc.c155 struct list_head resetting; member
229 INIT_LIST_HEAD(&data->resetting); in xfs_zone_gc_data_alloc()
971 list_add_tail(&chunk->entry, &data->resetting); in xfs_zone_gc_reset_zones()
1009 list_empty(&data->resetting) && in xfs_zone_gc_handle_work()
1020 list_for_each_entry_safe(chunk, next, &data->resetting, entry) { in xfs_zone_gc_handle_work()
1073 list_empty(&data->resetting) && in xfs_zoned_gcd()
/linux-6.15/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-6.15/Documentation/hwmon/
H A Dlm92.rst44 control the thresholds for resetting alarms.
/linux-6.15/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-6.15/Documentation/devicetree/bindings/net/nfc/
H A Dst,st-nci.yaml20 description: Output GPIO pin used for resetting the controller
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-bus-fsi45 Provides a means of resetting the cfam that is attached to the
H A Dsysfs-block-zram21 The reset file is write-only and allows resetting the
39 compressed data. For resetting the value, you should write
H A Dsysfs-bus-pci-devices-cciss71 a dump device, as kdump requires resetting the device in order
/linux-6.15/Documentation/devicetree/bindings/hwmon/
H A Dpwm-fan.yaml31 it must be self resetting edge interrupts.
/linux-6.15/Documentation/devicetree/bindings/clock/
H A Dnvidia,tegra20-car.yaml25 RSTGEN provides the registers needed to control resetting of each block in
H A Dnvidia,tegra124-car.yaml25 RSTGEN provides the registers needed to control resetting of each block in
/linux-6.15/Documentation/devicetree/bindings/usb/
H A Dcdns,usb3.yaml73 description: Enable resetting of PHY if Rx fail is detected
/linux-6.15/Documentation/devicetree/bindings/net/
H A Dsmsc,lan9115.yaml71 Indicates that MAC address needs to be saved before resetting the
/linux-6.15/drivers/clk/baikal-t1/
H A DKconfig8 responsible for the chip subsystems clocking and resetting. It
/linux-6.15/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-6.15/Documentation/devicetree/bindings/arm/
H A Dsyna.txt34 CPU control register allows various operations on CPUs, like resetting them
/linux-6.15/drivers/phy/qualcomm/
H A DKconfig153 management required after resetting the hardware and power
168 resetting the hardware and power management.
/linux-6.15/Documentation/driver-api/
H A Dlibata.rst568 gathering and could trigger complex error handling (say, resetting &
834 it forget about the timed out command, resetting is necessary. The timed
862 During EH, resetting is necessary in the following cases.
881 HBA resetting is implementation specific. For a controller complying to
906 some level of resetting, possibly similar level with software reset.
922 This is the preferred way of resetting a SATA device. In effect,
927 One more thing to consider when resetting devices is that resetting
/linux-6.15/drivers/scsi/
H A Daha152x.c315 resetting = 0x0400, /* BUS DEVICE RESET is pending */ enumerator
940 if (acp->phase & (resetting | check_condition)) { in aha152x_internal_queue()
962 if ((phase & resetting) || !scsi_sglist(SCpnt)) { in aha152x_internal_queue()
1021 if (aha152x_priv(SCpnt)->phase & resetting) in aha152x_scsi_done()
1093 aha152x_internal_queue(SCpnt, &done, resetting); in aha152x_device_reset()
1484 if (!(aha152x_priv(ptr)->phase & resetting)) { in busfree_run()
1563 } else if (acp->phase & resetting) { in seldo_run()
H A Dhptiop.h326 atomic_t resetting; member
H A 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-6.15/Documentation/scsi/
H A DChangeLog.ips24 - 5 second delay needed after resetting an i960 adapter

1234