Searched refs:resetting (Results 1 – 18 of 18) sorted by relevance
| /drivers/usb/storage/ |
| A D | uas.c | 42 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()
|
| /drivers/net/can/ |
| A D | grcan.c | 305 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()
|
| /drivers/input/misc/ |
| A D | cm109.c | 117 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()
|
| /drivers/net/ethernet/i825xx/ |
| A D | ether1.c | 507 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 D | ether1.h | 44 unsigned char resetting; member
|
| /drivers/clk/baikal-t1/ |
| A D | Kconfig | 8 responsible for the chip subsystems clocking and resetting. It
|
| /drivers/phy/qualcomm/ |
| A D | Kconfig | 144 management required after resetting the hardware and power 159 resetting the hardware and power management.
|
| /drivers/scsi/ |
| A D | aha152x.c | 315 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()
|
| A D | hptiop.c | 689 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()
|
| A D | hptiop.h | 326 atomic_t resetting; member
|
| /drivers/net/ethernet/ibm/ |
| A D | ibmvnic.c | 1948 if (adapter->failover_pending || (test_bit(0, &adapter->resetting))) { in ibmvnic_open() 1977 (adapter->failover_pending || (test_bit(0, &adapter->resetting)))) { in ibmvnic_open() 2101 if (test_bit(0, &adapter->resetting)) in ibmvnic_cleanup() 3249 if (test_and_set_bit_lock(0, &adapter->resetting)) { in __ibmvnic_reset() 3360 clear_bit_unlock(0, &adapter->resetting); in __ibmvnic_reset() 3473 if (test_bit(0, &adapter->resetting)) { in ibmvnic_tx_timeout() 3524 if (unlikely(test_bit(0, &adapter->resetting) && in ibmvnic_poll() 4208 if (test_bit(0, &adapter->resetting) && in enable_scrq_irq() 6014 if (test_bit(0, &adapter->resetting)) in ibmvnic_handle_crq() 6353 test_bit(0, &adapter->resetting) && !adapter->wait_for_reset && in ibmvnic_reset_init() [all …]
|
| A D | ibmvnic.h | 1058 unsigned long resetting; member
|
| /drivers/gpu/drm/i915/ |
| A D | Kconfig.profile | 113 By stopping submission and sleeping for a short time before resetting
|
| /drivers/power/reset/ |
| A D | Kconfig | 246 This driver adds support for resetting the TPS65086 PMIC on restart.
|
| /drivers/s390/net/ |
| A D | qeth_core.h | 1047 bool resetting);
|
| A D | qeth_core_main.c | 5389 bool resetting) in qeth_set_offline() argument 5396 if ((!resetting && card->info.hwtrap) || card->info.hwtrap == 2) { in qeth_set_offline()
|
| /drivers/platform/x86/ |
| A D | Kconfig | 713 level and resetting the HDD protection interface.
|
| /drivers/comedi/ |
| A D | Kconfig | 627 and 2016 boards also have a watchdog for resetting the outputs to "0".
|
Completed in 124 milliseconds