| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | nft_audit.sh | 168 # resetting rules 186 # resetting sets and elements 199 # resetting counters 214 # resetting quotas
|
| /linux/tools/testing/selftests/drivers/net/hw/lib/py/ |
| H A D | linkconfig.py | |
| /linux/include/linux/ |
| H A D | adb.h | 50 ADB_MSG_PRE_RESET, /* Called before resetting the bus */ 51 ADB_MSG_POST_RESET /* Called after resetting the bus (re-do init & register) */
|
| /linux/drivers/net/ethernet/brocade/bna/ |
| H A D | bfi_cna.h | 85 * @brief H2I command structure for resetting the stats. 93 * @brief H2I command structure for resetting the stats.
|
| /linux/Documentation/driver-api/ |
| H A D | libata.rst | 575 gathering and could trigger complex error handling (say, resetting & 824 indicates something is very wrong with the system. Resetting host 833 Resetting host controller is recommended. 841 it forget about the timed out command, resetting is necessary. The timed 869 During EH, resetting is necessary in the following cases. 879 Resetting during EH might be a good idea regardless of error condition 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/usb/storage/ |
| H A D | uas.c | 42 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/ethernet/altera/ |
| H A D | altera_msgdma.c | 46 "TSE Rx mSGDMA resetting bit never cleared!\n"); in msgdma_reset() 68 "TSE Tx mSGDMA resetting bit never cleared!\n"); in msgdma_reset()
|
| /linux/Documentation/i2c/ |
| H A D | fault-codes.rst | 14 some cases, such as re-initializing (and maybe resetting). After such 67 SMBus adapter) needs some fault recovery (such as resetting),
|
| /linux/drivers/phy/qualcomm/ |
| H A D | Kconfig | 144 management required after resetting the hardware and power 159 resetting the hardware and power management.
|
| /linux/drivers/rtc/ |
| H A D | rtc-m41t93.c | 68 dev_warn(&spi->dev, "OF bit is set, resetting.\n"); in m41t93_set_time() 113 case after poweron. Time is valid after resetting HT bit. in m41t93_get_time()
|
| /linux/drivers/net/ethernet/i825xx/ |
| H A D | ether1.c | 507 priv(dev)->resetting = 1; in ether1_init_for_open() 657 printk(KERN_WARNING "%s: resetting device\n", dev->name); in ether1_timeout() 678 printk(KERN_WARNING "%s: resetting device\n", dev->name); in ether1_sendpacket() 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()
|
| /linux/arch/arm/mach-omap2/ |
| H A D | ti81xx-restart.c | 22 * NOTE: Warm reset does not seem to work, may require resetting
|
| /linux/fs/xfs/ |
| H A D | xfs_zone_gc.c | 81 * Entry into the reading/writing/resetting list. Only accessed from 156 struct list_head resetting; member 229 INIT_LIST_HEAD(&data->resetting); in xfs_zone_gc_data_alloc() 975 list_add_tail(&chunk->entry, &data->resetting); in xfs_zone_gc_reset_zones() 1035 list_for_each_entry_safe(chunk, next, &data->resetting, entry) { in xfs_zone_gc_handle_work() 1103 list_empty(&data->resetting) && in xfs_zoned_gcd()
|
| /linux/sound/soc/intel/atom/sst/ |
| H A D | sst_loader.c | 15 * setting/resetting dsp cores, etc 49 * intel_sst_reset_dsp_mrfld - Resetting SST DSP 58 dev_dbg(sst_drv_ctx->dev, "sst: Resetting the DSP in mrfld\n"); in intel_sst_reset_dsp_mrfld()
|
| /linux/Documentation/hwmon/ |
| H A D | lm92.rst | 44 control the thresholds for resetting alarms.
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_zones.h | 19 * and one to still have available blocks without resetting the open zone
|
| /linux/drivers/scsi/isci/ |
| H A D | host.h | 227 * This state is entered from the RESETTING state. 262 * is in the process of resetting. Thus, the user is unable to perform 285 * This state is entered from the RESETTING state.
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-fsi | 45 Provides a means of resetting the cfam that is attached to the
|
| /linux/drivers/clk/baikal-t1/ |
| H A D | Kconfig | 8 responsible for the chip subsystems clocking and resetting. It
|
| /linux/Documentation/driver-api/media/ |
| H A D | dtv-common.rst | 45 Resetting the buffer counts as a read and write operation.
|
| /linux/arch/arm/boot/compressed/ |
| H A D | misc-ep93xx.h | 27 * Work around this by resetting the ethernet MAC before we uncompress.
|
| /linux/drivers/media/usb/dvb-usb/ |
| H A D | digitv.h | 48 * 0x07 write to the remote (don't know why one should this, resetting ?)
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-sis96x.c | 91 "Resetting...\n", temp); in sis96x_transaction() 139 /* Finish up by resetting the bus */ in sis96x_transaction()
|
| /linux/drivers/input/misc/ |
| H A D | cm109.c | 117 unsigned resetting:1; member 614 if (!dev->resetting) in cm109_input_ev() 845 * while we are resetting in cm109_usb_pre_reset() 847 dev->resetting = 1; in cm109_usb_pre_reset() 859 dev->resetting = 0; in cm109_usb_post_reset()
|
| /linux/drivers/acpi/ |
| H A D | reboot.c | 23 pr_debug("Resetting with ACPI PCI RESET_REG.\n"); in acpi_pci_reboot()
|