/linux-4.4.14/drivers/clk/qcom/ |
H A D | gdsc.h | 38 * @resets: ids of resets associated with this gdsc 39 * @reset_count: number of @resets 50 unsigned int *resets; member in struct:gdsc
|
H A D | common.h | 29 const struct qcom_reset_map *resets; member in struct:qcom_cc_desc
|
H A D | gdsc.c | 93 sc->rcdev->ops->deassert(sc->rcdev, sc->resets[i]); gdsc_deassert_reset() 102 sc->rcdev->ops->assert(sc->rcdev, sc->resets[i]); gdsc_assert_reset()
|
H A D | common.c | 137 reset->reset_map = desc->resets; qcom_cc_really_probe()
|
/linux-4.4.14/arch/s390/kvm/ |
H A D | trace-s390.h | 202 * Trace point for resets that may be requested from userspace. 205 TP_PROTO(__u64 resets), 206 TP_ARGS(resets), 209 __field(__u64, resets) 213 __entry->resets = resets; 216 TP_printk("requesting userspace resets %llx", 217 __entry->resets)
|
H A D | diag.c | 203 VCPU_EVENT(vcpu, 3, "requesting userspace resets %llx", __diag_ipl_functions()
|
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/reset-controller/ |
H A D | mt8135-resets.h | 18 /* INFRACFG resets */ 33 /* PERICFG resets */
|
H A D | mt8173-resets.h | 18 /* INFRACFG resets */ 39 /* PERICFG resets */
|
/linux-4.4.14/include/dt-bindings/reset-controller/ |
H A D | mt8135-resets.h | 18 /* INFRACFG resets */ 33 /* PERICFG resets */
|
H A D | mt8173-resets.h | 18 /* INFRACFG resets */ 39 /* PERICFG resets */
|
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/reset-controller/ |
H A D | mt8135-resets.h | 18 /* INFRACFG resets */ 33 /* PERICFG resets */
|
H A D | mt8173-resets.h | 18 /* INFRACFG resets */ 39 /* PERICFG resets */
|
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/reset-controller/ |
H A D | mt8135-resets.h | 18 /* INFRACFG resets */ 33 /* PERICFG resets */
|
H A D | mt8173-resets.h | 18 /* INFRACFG resets */ 39 /* PERICFG resets */
|
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/reset-controller/ |
H A D | mt8135-resets.h | 18 /* INFRACFG resets */ 33 /* PERICFG resets */
|
H A D | mt8173-resets.h | 18 /* INFRACFG resets */ 39 /* PERICFG resets */
|
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/reset-controller/ |
H A D | mt8135-resets.h | 18 /* INFRACFG resets */ 33 /* PERICFG resets */
|
H A D | mt8173-resets.h | 18 /* INFRACFG resets */ 39 /* PERICFG resets */
|
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/reset-controller/ |
H A D | mt8135-resets.h | 18 /* INFRACFG resets */ 33 /* PERICFG resets */
|
H A D | mt8173-resets.h | 18 /* INFRACFG resets */ 39 /* PERICFG resets */
|
/linux-4.4.14/drivers/acpi/ |
H A D | reboot.c | 43 /* Write the value that resets us. */ acpi_reboot()
|
/linux-4.4.14/include/linux/ |
H A D | reset-controller.h | 11 * @reset: for self-deasserting resets, does all necessary
|
H A D | concap.h | 76 or when the device driver resets the interface. All services of the
|
H A D | writeback.h | 153 * @dom has changed. It resets @dom's dirty limit parameters to prevent
|
H A D | nfs_fs.h | 135 * attrtimeo (up to acregmax/acdirmax), a failure resets it to
|
H A D | ipmi.h | 218 * Note that if you send a command that resets the BMC, the driver
|
/linux-4.4.14/arch/arm/mach-omap2/ |
H A D | omap_hwmod_reset.c | 39 * AESS reset, we must enable autogating after the hwmod code resets
|
H A D | voltage.c | 117 * to be at and resets the voltage to that level. Should be used especially
|
/linux-4.4.14/arch/arm/mach-prima2/ |
H A D | rstc.c | 38 * Writing 1 to this bit resets corresponding block. sirfsoc_reset_module()
|
/linux-4.4.14/arch/arm/mach-davinci/ |
H A D | board-dm365-evm.c | 631 u8 mux, resets; evm_init_cpld() local 673 resets = BIT(3) | BIT(2) | BIT(1) | BIT(0); evm_init_cpld() 698 resets &= ~BIT(3); evm_init_cpld() 701 resets &= ~BIT(1); evm_init_cpld() 705 resets &= ~BIT(2); evm_init_cpld() 710 resets &= ~BIT(0); evm_init_cpld() 715 __raw_writeb(resets, cpld + CPLD_RESETS); evm_init_cpld()
|
/linux-4.4.14/drivers/scsi/snic/ |
H A D | snic_stats.h | 53 atomic64_t hba_resets; /* hba/firmware resets */ 56 atomic64_t snic_resets; /* snic resets */
|
H A D | snic_debugfs.c | 129 * resets cumulative stats of snic.
|
/linux-4.4.14/drivers/scsi/csiostor/ |
H A D | csio_rnode.h | 68 uint32_t n_lun_rst; /* Number of resets of 75 uint32_t n_tgt_rst; /* Number of target resets */
|
/linux-4.4.14/arch/arm/mach-bcm/ |
H A D | bcm63xx_pmb.c | 105 ret = of_parse_phandle_with_args(dn, "resets", "#reset-cells", bcm63xx_pmb_get_resources() 108 pr_err("CPU is missing a resets phandle\n"); bcm63xx_pmb_get_resources()
|
/linux-4.4.14/drivers/reset/sti/ |
H A D | reset-stih415.c | 16 #include <dt-bindings/reset/stih415-resets.h>
|
H A D | reset-syscfg.h | 46 * @active_low: Are the resets in this controller active low, i.e. clearing
|
H A D | reset-stih407.c | 14 #include <dt-bindings/reset/stih407-resets.h>
|
H A D | reset-stih416.c | 16 #include <dt-bindings/reset/stih416-resets.h>
|
H A D | reset-syscfg.c | 39 * @active_low: are the resets in this controller active low, i.e. clearing
|
/linux-4.4.14/drivers/misc/ |
H A D | cs5535-mfgpt.c | 66 * 6; that is, resets for 7 and 8 will be ignored. Is this cs5535_mfgpt_toggle_event() 210 * XXX: This frees the timer memory, but never resets the actual hardware 245 * This is a sledgehammer that resets all MFGPT timers. This is required by 256 /* The following undocumented bit resets the MFGPT timers */ reset_all_timers()
|
H A D | hpilo.h | 169 u64 reset; /* set to non-zero when the target device resets */
|
/linux-4.4.14/arch/x86/kernel/kprobes/ |
H A D | ftrace.c | 86 * resets current kprobe. kprobe_ftrace_handler()
|
/linux-4.4.14/arch/arm/mach-s3c64xx/ |
H A D | sleep.S | 55 * as the uboot version supplied resets these to inputs during the
|
/linux-4.4.14/drivers/fpga/ |
H A D | zynq-fpga.c | 115 /* Enable global resets */ 117 /* Disable global resets */ 193 /* assert AXI interface resets */ zynq_fpga_ops_write_init() 372 /* deassert AXI interface resets */ zynq_fpga_ops_write_complete()
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
H A D | time.c | 77 * stopped after an additional 3.3 ms, the watchdog resets the chip. 159 /* reset watchdog otherwise it resets us! */ timer_interrupt() 256 and dump registers before it resets us. For this to happen, we time_init()
|
/linux-4.4.14/drivers/soc/dove/ |
H A D | pmu.c | 319 * resets = <&pmu 16>; 325 * resets = <&pmu 18>; 389 ret = of_parse_phandle_with_args(np, "resets", "#reset-cells", for_each_available_child_of_node()
|
/linux-4.4.14/arch/nios2/include/asm/ |
H A D | asm-macros.h | 168 * Tests the bit in reg2 and then resets the bit in reg2. 241 * Tests the bit in reg2 and then resets the bit in reg2. 254 * Tests the bit in reg2 and then resets the bit in reg2.
|
/linux-4.4.14/drivers/hid/usbhid/ |
H A D | usbhid.h | 94 struct work_struct reset_work; /* Task context for resets */
|
/linux-4.4.14/drivers/message/fusion/ |
H A D | mptctl.h | 395 unsigned int hard_resets; /* driver initiated resets */ 396 unsigned int soft_resets; /* ioc, external resets */ 418 unsigned long hard_resets; /* driver initiated resets */ 419 unsigned long soft_resets; /* ioc, external resets */
|
H A D | mptbase.h | 771 /* driver forced bus resets count */ 773 /* fw/external bus resets count */
|
/linux-4.4.14/sound/ |
H A D | ac97_bus.c | 52 * This function resets the AC'97 device. If @try_warm is true the function
|
/linux-4.4.14/include/uapi/linux/usb/ |
H A D | gadgetfs.h | 83 /* resets endpoint halt+toggle; used to implement set_interface.
|
H A D | functionfs.h | 260 /* resets endpoint halt+toggle; used to implement set_interface.
|
/linux-4.4.14/drivers/reset/ |
H A D | reset-lpc18xx.c | 66 * The LPC18xx RGU has mostly self-deasserting resets except for the 69 * To prevent the M0 core resets from accidentally getting deasserted
|
H A D | core.c | 165 ret = of_parse_phandle_with_args(node, "resets", "#reset-cells", of_reset_control_get()
|
/linux-4.4.14/drivers/net/ethernet/qualcomm/ |
H A D | qca_debug.c | 52 "Triggered resets", 53 "Device resets",
|
/linux-4.4.14/drivers/net/ethernet/ezchip/ |
H A D | nps_enet.h | 50 * transmission. HW resets to when transmission done 71 * SW resets to indicate host read received frame
|
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/ |
H A D | ehea_ethtool.c | 186 {"port resets"}, 240 data[i++] = port->resets; ehea_get_ethtool_stats()
|
H A D | ehea.h | 456 int resets; member in struct:ehea_port
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
H A D | time.c | 74 * NMI (Non Maskable Interrupt), and when it counts down to 0, it resets the 311 * and dump registers before it resets us. For this to happen, we time_init()
|
/linux-4.4.14/arch/ia64/sn/kernel/ |
H A D | bte_error.c | 26 * completed, it resets the interfaces and gets them ready for new 72 * When a router resets the NI port can go down, while it shub1_bte_error_handler()
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
H A D | csr.h | 70 * low power states due to driver-invoked device resets 262 * Host resets this after SW_RESET to put device into low power mode. 330 * uCode resets this when power-up is complete and SRAM is sane.
|
/linux-4.4.14/drivers/watchdog/ |
H A D | cpwd.c | 99 * 2) XIR - asserts XIR_B_RESET when triggered, resets CPU 100 * 3) POR - asserts POR_B_RESET when triggered, resets CPU, backplane, board 112 * Reading this register resets downcounter with
|
H A D | machzwd.c | 112 * action refers to action taken when watchdog resets 121 MODULE_PARM_DESC(action, "after watchdog resets, generate: "
|
H A D | sp805_wdt.c | 88 * interrupt already occurred then it resets the system. This is why wdt_setload()
|
H A D | alim1535_wdt.c | 137 * the watchdog and resets it. Writing the magic 'V' sequence allows
|
H A D | it8712f_wdt.c | 92 "register. The default WDT_RESET_GAME resets the timer on "
|
H A D | octeon-wdt-main.c | 50 * The userspace ping resets the watchdog on all CPUs.
|
H A D | wdrtas.c | 163 * wdrtas_timer_keepalive - resets watchdog timer to keep system alive
|
/linux-4.4.14/drivers/video/fbdev/ |
H A D | n411.c | 132 /* have to wait while display resets */ n411_init_board()
|
H A D | sh_mipi_dsi.c | 257 /* Deassert resets, power on */ sh_mipi_setup()
|
/linux-4.4.14/drivers/leds/ |
H A D | leds-lt3593.c | 42 * The LT3593 resets its internal current level register to the maximum lt3593_led_work()
|
H A D | leds-powernv.c | 38 * By default unload path resets all the LEDs. But on PowerNV
|
/linux-4.4.14/drivers/md/bcache/ |
H A D | stats.c | 28 * the rescale function runs it resets the atomic counter to 0 and adds its
|
/linux-4.4.14/drivers/net/irda/ |
H A D | girbil-sir.c | 188 * This function resets the girbil dongle.
|
H A D | mcp2120-sir.c | 164 * This function resets the mcp2120 dongle.
|
H A D | tekram-sir.c | 189 * This function resets the tekram dongle. Warning, this function
|
H A D | ma600-sir.c | 219 * This function resets the ma600 dongle.
|
H A D | toim3232-sir.c | 309 * This function resets the toim3232 dongle. Warning, this function
|
/linux-4.4.14/drivers/net/wireless/ath/ |
H A D | dfs_pattern_detector.h | 87 * @set_dfs_domain(): set DFS domain, resets detector lines upon domain changes
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ |
H A D | cphy.h | 163 * Reset the PHY chip. This resets the whole PHY chip, not individual
|
/linux-4.4.14/drivers/ata/ |
H A D | pata_imx.c | 152 /* deassert resets */ pata_imx_probe()
|
H A D | ahci_qoriq.c | 88 * mistakenly resets some registers. ahci_qoriq_hardreset()
|
/linux-4.4.14/arch/arm/kernel/ |
H A D | reboot.c | 129 * while the primary CPU resets the system. Systems with a single CPU can
|
/linux-4.4.14/drivers/misc/mei/ |
H A D | init.c | 102 * mei_reset - resets host and fw. 138 dev_err(dev->dev, "reset: reached maximal consecutive resets: disabling the device\n"); mei_reset()
|
H A D | mei_dev.h | 63 * maximum number of consecutive resets 409 * @reset_count : number of consecutive resets
|
/linux-4.4.14/drivers/input/serio/ |
H A D | gscps2.c | 198 * gscps2_reset() - resets the PS/2 port 296 * It resets and enables the port.
|
/linux-4.4.14/drivers/firewire/ |
H A D | init_ohci1394_dma.c | 182 * init_ohci1394_wait_for_busresets - wait until bus resets are completed 236 * physical DMA only works *after* *all* bus resets have calmed down: init_ohci1394_reset_and_init_dma()
|
H A D | core-card.c | 242 /* We don't try hard to sort out requests of long vs. short resets. */ fw_schedule_bus_reset() 486 * done less than 5 resets with the same physical topology and we bm_work()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
H A D | iwl-csr.h | 72 * low power states due to driver-invoked device resets 274 * Host resets this after SW_RESET to put device into low power mode. 387 * uCode resets this when power-up is complete and SRAM is sane.
|
/linux-4.4.14/arch/x86/include/asm/uv/ |
H A D | uv_bau.h | 516 unsigned long s_resets_plug; /* ipi-style resets from plug 518 unsigned long s_resets_timeout; /* ipi-style resets from 556 by resets */
|
/linux-4.4.14/net/can/ |
H A D | proc.c | 265 seq_printf(m, "\n %8ld statistic resets (STR)\n", can_stats_proc_show() 269 seq_printf(m, " %8ld user statistic resets (USTR)\n", can_stats_proc_show()
|
/linux-4.4.14/drivers/staging/sm750fb/ |
H A D | ddk750_sii164.c | 252 * This function resets the DVI Controller Chip.
|
/linux-4.4.14/drivers/spi/ |
H A D | spi-butterfly.c | 274 * (firmware resets at45, acts as spi slave) or neither (we ignore butterfly_attach()
|
/linux-4.4.14/drivers/scsi/arm/ |
H A D | acornscsi.h | 313 unsigned int resets; member in struct:acornscsi_hostdata::__anon9160
|
/linux-4.4.14/drivers/net/ethernet/8390/ |
H A D | stnic.c | 286 /* This function resets the STNIC if something screws up. */
|
/linux-4.4.14/drivers/iio/imu/inv_mpu6050/ |
H A D | inv_mpu_iio.h | 29 * @user_ctrl: Enables/resets the FIFO.
|
/linux-4.4.14/drivers/gpu/host1x/hw/ |
H A D | cdma_hw.c | 176 * Also, tears down the channel and resets corresponding module.
|
/linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drx_dap_fasi.h | 156 * stop resets the internal address), and hence the minimum chunk size is
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
H A D | smc9194.h | 81 #define RCR_SOFTRESET 0x8000 /* resets the chip */
|
H A D | smc911x.c | 176 unsigned int reg, timeout=0, resets=1, irq_cfg; smc911x_reset() local 201 while (resets--) { smc911x_reset() 210 resets++; smc911x_reset()
|
/linux-4.4.14/drivers/atm/ |
H A D | midway.h | 46 * All values read-only. Writing to this register resets Midway chip.
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | i915_params.c | 104 MODULE_PARM_DESC(reset, "Attempt GPU resets (default: true)");
|
/linux-4.4.14/arch/sparc/prom/ |
H A D | misc_64.c | 278 * across soft resets.
|
/linux-4.4.14/arch/x86/xen/ |
H A D | spinlock.c | 97 /* This ensures only one fellow resets the stat */ check_zero()
|
/linux-4.4.14/net/sunrpc/xprtrdma/ |
H A D | svc_rdma.c | 83 * resets the associated statistic to zero. Any read returns it's
|
/linux-4.4.14/arch/mips/include/asm/mach-db1x00/ |
H A D | bcsr.h | 179 /* Not resets but in the same register */
|
/linux-4.4.14/arch/powerpc/sysdev/qe_lib/ |
H A D | gpio.c | 219 * This function resets a pin to a dedicated peripheral function that
|
/linux-4.4.14/arch/parisc/kernel/ |
H A D | hpmc.S | 25 * This HPMC handler retrieves the HPMC pim data, resets IO and
|
H A D | process.c | 88 ** Using "directed resets" at each processor with the MEM_TOC machine_restart()
|
/linux-4.4.14/arch/arm64/kernel/ |
H A D | process.c | 134 * while the primary CPU resets the system. Systems with multiple CPUs must
|
/linux-4.4.14/arch/arm/mach-imx/ |
H A D | mx31moboard-marxbot.c | 53 /* dsPIC resets */
|
/linux-4.4.14/sound/firewire/ |
H A D | iso-resources.c | 102 * responsible for calling fw_iso_resources_update() on bus resets, and
|
/linux-4.4.14/drivers/w1/slaves/ |
H A D | w1_ds2408.c | 216 * Writing to the activity file resets the activity latches.
|
/linux-4.4.14/virt/kvm/arm/ |
H A D | vgic-v2.c | 153 * points to their reset values. Anything else resets to zero vgic_v2_enable()
|
H A D | vgic-v3.c | 188 * points to their reset values. Anything else resets to zero vgic_v3_enable()
|
H A D | arch_timer.c | 320 * resets the timer to be disabled and unmasked and is compliant with kvm_timer_vcpu_reset()
|
/linux-4.4.14/drivers/scsi/esas2r/ |
H A D | esas2r_int.c | 487 * Make sure we don't get attempt more than 3 resets esas2r_chip_rst_needed_during_tasklet() 488 * when the uptime between resets does not exceed one esas2r_chip_rst_needed_during_tasklet()
|
/linux-4.4.14/drivers/scsi/isci/ |
H A D | task.c | 491 * in the device, because tasks driving resets may land here isci_task_abort_task() 758 * this function will return success. This is because the resets will isci_reset_device()
|
H A D | remote_device.h | 169 * method resets the software object so that it will be operational after a
|
H A D | remote_node_context.c | 205 * This method just calls the user callback function and then resets the
|
/linux-4.4.14/arch/c6x/platforms/ |
H A D | dscr.c | 353 p = of_get_property(node, "ti,dscr-rmii-resets", &size); dscr_parse_rmii_resets() 450 * clocking and or resets. The device tree is used to describe the bitfields
|
/linux-4.4.14/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_cmd.c | 305 /* resets the endpoint, called when host sends CLEAR_FEATURE(HALT) */ bdc_ep_clear_stall()
|
/linux-4.4.14/drivers/usb/host/ |
H A D | bcma-hcd.c | 119 /* Take out of resets */ bcma_hcd_init_chip_mips()
|
H A D | ehci-hub.c | 105 msleep(90); /* Wait for resets to complete */ ehci_handover_companion_ports() 1057 /* whoever resets must GetPortStatus to complete it!! */ ehci_hub_control() 1220 * usb 2.0 spec says 50 ms resets on root ehci_hub_control()
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
H A D | ipz_pt_fn.h | 161 * returns and resets Queue Entry iterator
|
/linux-4.4.14/drivers/mtd/nand/ |
H A D | txx9ndfmc.c | 233 ; /* no NDFRSTR. Write to NDFSPR resets the NDFMC. */ txx9ndfmc_initialize()
|
/linux-4.4.14/drivers/i2c/busses/ |
H A D | i2c-sis5595.c | 49 * Add adapter resets
|
/linux-4.4.14/drivers/ide/ |
H A D | sl82c105.c | 128 * 0x7e is a "chip testing" register. Bit 2 resets the DMA controller
|
H A D | ide-eh.c | 321 * Unfortunately, resetting a disk drive actually resets all devices on
|
/linux-4.4.14/drivers/input/mouse/ |
H A D | psmouse-base.c | 223 * __psmouse_set_state() sets new psmouse state and resets all flags. 236 * psmouse_set_state() sets new psmouse state and resets all flags and 409 * psmouse_reset() resets the mouse into power-on state. 1354 * psmouse_cleanup() resets the mouse into power-on state.
|
H A D | synaptics_i2c.c | 343 /* Deal with spontaneous resets and errors */ synaptics_i2c_get_input()
|
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/ |
H A D | mxl111sf-demod.c | 323 /* resets TS Packet error count */
|
/linux-4.4.14/drivers/media/v4l2-core/ |
H A D | videobuf-dma-contig.c | 142 * This function resets the user space pointer
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
H A D | pci.c | 319 * Suspend/Resume resets the PCI configuration space, so we have to ath5k_pci_resume()
|
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/ |
H A D | vxge-main.h | 344 /* Timer used for polling vpath resets */
|
H A D | vxge-config.c | 455 * This function resets a channel by properly setting the various references 482 * with recommended values. Save config space for future hw resets. 2756 * This function resets the ring during vpath reset operation 3373 * This function resets the fifo during vpath reset operation 4031 * This routine resets the vpath on the device 4048 * This routine resets the vpath structures 4651 * This routine is the initial phase of init which resets the vpath and
|
/linux-4.4.14/drivers/char/xilinx_hwicap/ |
H A D | buffer_icap.c | 252 * Writing to the status register resets the ICAP logic in an internal
|
/linux-4.4.14/lib/ |
H A D | textsearch.c | 44 * (4) Core eventually resets the search offset and forwards the find()
|
/linux-4.4.14/arch/powerpc/platforms/52xx/ |
H A D | mpc52xx_pci.c | 342 /* We don't rely on boot loader for PCI and resets all mpc52xx_pci_fixup_resources()
|
/linux-4.4.14/arch/sparc/include/asm/ |
H A D | oplib_64.h | 148 /* Retain physical memory to the caller across soft resets. */
|
/linux-4.4.14/arch/parisc/math-emu/ |
H A D | decode_exc.c | 126 * the T-bit resets the exception_index to zero. decode_fpu()
|
/linux-4.4.14/sound/pci/lx6464es/ |
H A D | lx_defs.h | 156 SSTATE_STOP = 0x00, /* setting to stop resets the stream spl
|
/linux-4.4.14/sound/soc/intel/atom/sst/ |
H A D | sst_pvt.c | 217 * this function resets the stream contexts
|
H A D | sst_loader.c | 61 * This resets DSP in case of MRFLD platfroms
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_82598.c | 350 * On 82598 having Rx FC on causes resets while doing 1G ixgbe_fc_enable_82598() 784 * Double resets are required for recovery from certain error ixgbe_reset_hw_82598() 785 * conditions. Between resets, it is necessary to stall to allow time ixgbe_reset_hw_82598()
|
H A D | ixgbe_ptp.c | 804 * When the MAC resets, all the hardware bits for timesync are reset. This 809 * This function will maintain hwtstamp_config settings, and resets the SDP
|
H A D | ixgbe_x540.c | 129 * Double resets are required for recovery from certain error ixgbe_reset_hw_X540() 130 * conditions. Between resets, it is necessary to stall to allow time ixgbe_reset_hw_X540()
|
/linux-4.4.14/drivers/net/wimax/i2400m/ |
H A D | driver.c | 25 * the driver model glue [_setup()/_release()], handling device resets 732 * want consecutive bus resets simply because the multiple TX works 734 * is introduced for preventing unwanted consecutive bus resets.
|
H A D | i2400m.h | 84 * and off, handling the device reboots/resets and a few simple 534 * @bus_reset_retries: counter for the number of bus resets attempted for 535 * this boot. It's not for tracking the number of bus resets during
|
/linux-4.4.14/net/llc/ |
H A D | llc_c_ac.c | 883 * llc_conn_ac_rst_sendack_flag - resets ack_must_be_send flag 887 * This action resets ack_must_be_send flag of given connection, this flag 1390 * llc_conn_reset - resets connection
|
/linux-4.4.14/fs/jfs/ |
H A D | jfs_txnmgr.c | 1270 * txUpdateMap() resets XAD_NEW in XAD. txCommit() 1333 * txUpdateMap() resets XAD_NEW in XAD. txCommit() 1746 * logredo() resets (XAD_NEW|XAD_EXTEND) flag when xtLog() 1758 * txUpdateMap() resets (XAD_NEW|XAD_EXTEND) flag. xtLog() 1957 * logredo() resets (XAD_NEW|XAD_EXTEND) flag when xtLog() 2021 * txUpdateMap() resets (XAD_NEW|XAD_EXTEND) flag. xtLog()
|
/linux-4.4.14/drivers/staging/media/lirc/ |
H A D | lirc_zilog.c | 376 "unable to read from the IR chip after 3 resets, giving up\n"); add_to_buf() 481 * We use this interval as the chip resets every time you poll lirc_thread() 1181 "unable to send to the IR chip after 3 resets, giving up\n"); write()
|
/linux-4.4.14/drivers/scsi/libsas/ |
H A D | sas_init.c | 210 /* try to route user requested link resets through libata */ sas_try_ata_reset()
|
H A D | sas_ata.c | 759 * resets will cause bcn flutters sas_ata_strategy_handler()
|
/linux-4.4.14/drivers/staging/panel/ |
H A D | panel.c | 932 /* fills the display with spaces and resets X/Y */ lcd_clear_fast_s() 955 /* fills the display with spaces and resets X/Y */ lcd_clear_fast_p8() 993 /* fills the display with spaces and resets X/Y */ lcd_clear_fast_tilcd() 1016 /* clears the display and resets X/Y */ lcd_clear_display()
|
/linux-4.4.14/drivers/rtc/ |
H A D | rtc-at91sam9.c | 469 /* NOTE: sam9260 rev A silicon has a ROM bug which resets the at91_rtc_probe()
|
/linux-4.4.14/drivers/uwb/ |
H A D | whc-rc.c | 33 * Once uwb_rc_add() is called, the UWB stack takes control, resets
|
/linux-4.4.14/drivers/vfio/pci/ |
H A D | vfio_pci_intrs.c | 344 * via backdoor resets. We don't allow direct access to the vector vfio_msi_set_vector_signal()
|
/linux-4.4.14/drivers/media/common/saa7146/ |
H A D | saa7146_i2c.c | 113 /* this functions resets the i2c-device and returns 0 if everything was fine, otherwise -1 */ saa7146_i2c_reset()
|
/linux-4.4.14/drivers/misc/mic/host/ |
H A D | mic_smpt.c | 425 * across resets and this API should be called for performing
|
/linux-4.4.14/drivers/misc/vmw_vmci/ |
H A D | vmci_doorbell.c | 381 * resets the bitmap and invokes appropriate callbacks.
|
/linux-4.4.14/drivers/i2c/algos/ |
H A D | i2c-algo-pcf.c | 81 * This resets the PCF8584; since we've lost the bus, no handle_lab()
|
/linux-4.4.14/drivers/media/pci/zoran/ |
H A D | videocodec.h | 96 set_mode -> this fn-ref. resets the entire codec, and sets up the mode
|
/linux-4.4.14/drivers/net/ethernet/altera/ |
H A D | altera_sgdma.c | 124 /* This function resets the SGDMA controller and clears the
|
/linux-4.4.14/arch/sparc/kernel/ |
H A D | time_64.c | 347 * XXX of how we store %tick_cmpr in head.S this somehow resets the hbtick_init_tick()
|
/linux-4.4.14/arch/um/kernel/ |
H A D | irq.c | 375 * been modified) and resets the task's stack pointer.
|
/linux-4.4.14/kernel/ |
H A D | profile.c | 501 * Writing to /proc/profile resets the counters
|
/linux-4.4.14/include/scsi/ |
H A D | libfcoe.h | 100 * @timer_work: &work_struct for doing keep-alives and resets.
|
/linux-4.4.14/arch/mips/pci/ |
H A D | pcie-octeon.c | 773 /* Wait until pcie resets the ports. */ __cvmx_pcie_rc_initialize_gen1() 805 /* Wait until pcie resets the ports. */ __cvmx_pcie_rc_initialize_gen1() 993 * PCIe port resets. This code detects this fault and corrects __cvmx_pcie_rc_initialize_gen1() 1274 /* Wait until pcie resets the ports. */ __cvmx_pcie_rc_initialize_gen2()
|
/linux-4.4.14/arch/arm/mach-omap1/ |
H A D | usb.c | 71 pr_debug("USB resets not complete?\n"); omap_otg_init()
|
/linux-4.4.14/arch/arm/common/ |
H A D | mcpm_entry.c | 404 * in case the CPU init code path resets the VFP or similar. mcpm_loopback()
|
/linux-4.4.14/drivers/target/ |
H A D | target_core_stat.c | 166 CONFIGFS_ATTR_RO(target_stat_tgt_, resets); 372 CONFIGFS_ATTR_RO(target_stat_lu_, resets);
|
/linux-4.4.14/drivers/scsi/ |
H A D | ultrastor.c | 946 /* FIXME - devices that implement soft resets will still be running 1016 /* FIXME - if the device implements soft resets, then the command
|
H A D | dc395x.h | 263 #define SCSI_INQ_SFTRE 0x01 /* device supports soft resets */
|
/linux-4.4.14/drivers/scsi/bfa/ |
H A D | bfad_im.c | 282 * Scsi_Host template entry, resets a LUN and abort its all commands. 349 * Scsi_Host template entry, resets the bus and abort all commands.
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
H A D | ipw2100.h | 493 int resets; member in struct:ipw2100_priv 1051 IPW_ORD_RESET_CNT, // # of adapter resets (warm)
|
/linux-4.4.14/drivers/net/ethernet/realtek/ |
H A D | atp.c | 181 /* This code, written by wwc@super.org, resets the adapter every 452 /* This routine resets the hardware. We initialize everything, assuming that
|
/linux-4.4.14/drivers/dma/ |
H A D | qcom_bam_dma.c | 421 * This function resets a specific BAM channel 444 * This function resets and initializes the BAM channel
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
H A D | tlan.c | 908 * It allocates the IRQ, resets and brings the adapter 1360 * was completed and resets it. If the buffer was the last 1493 * then resets the used buffer and appends it to the end 1693 * an Adapter Check interrupt. If so, it resets the 2164 * This function resets the adapter and it's physical
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
H A D | efx.c | 94 * efx_reset_work() acquires the rtnl lock, so resets are naturally serialised. 1103 * being scheduled again. This doesn't cover online resets, which 2403 /* Enable resets to be scheduled and check whether any were efx_register_netdev() 3103 * theoretically). It sets up PCI mappings, resets the NIC, 3263 /* Reschedule any quenched resets scheduled during efx_pm_freeze() */ efx_pm_thaw()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
H A D | qib_mad.c | 1439 /* Adjust counters for any resets done. */ pma_get_portcounters() 1553 /* Adjust counters for any resets done. */ pma_get_portcounters_cong() 1676 /* Adjust counters for any resets done. */ pma_get_portcounters_ext()
|
/linux-4.4.14/drivers/net/ethernet/xilinx/ |
H A D | xilinx_axienet_main.c | 462 * areconnected to Axi Ethernet reset lines, this in turn resets the Axi 922 * When we do an Axi Ethernet reset, it resets the complete core axienet_open() 1380 * When we do an Axi Ethernet reset, it resets the complete core axienet_dma_err_handler()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
H A D | f_ecm.c | 577 * Changing altsettings resets filters, statistics, etc. ecm_set_alt()
|
/linux-4.4.14/drivers/usb/misc/ |
H A D | uss720.c | 293 /* This mode resets the FIFO, so we may change_mode()
|
/linux-4.4.14/drivers/staging/vt6656/ |
H A D | baseband.c | 487 /* Fix for TX USB resets from vendors driver */ vnt_vt3184_init()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
H A D | lpfc_vport.c | 834 * This function resets the statistical data for the vport. This function
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
H A D | lprocfs_status.h | 113 * counter readout and resets.
|
/linux-4.4.14/drivers/ssb/ |
H A D | driver_pcicore.c | 342 /* GPIO 1 resets the bridge */ ssb_pcicore_init_hostmode()
|
/linux-4.4.14/drivers/scsi/fnic/ |
H A D | fnic_debugfs.c | 586 * resets cumulative stats of fnic.
|
/linux-4.4.14/drivers/macintosh/ |
H A D | mediabay.c | 297 * Functions for tweaking resets
|
H A D | via-pmu68k.c | 522 c = via1[SR]; /* resets SR */ recv_byte()
|
/linux-4.4.14/drivers/mmc/host/ |
H A D | sdhci.h | 324 /* Controller doesn't honor resets unless we touch the clock register */
|
/linux-4.4.14/drivers/hid/ |
H A D | hid-roccat-kone.c | 539 /* calibration resets profile */ kone_sysfs_set_tcu()
|
/linux-4.4.14/drivers/media/i2c/ |
H A D | saa6752hs.c | 446 /* Set video format - must be done first as it resets other settings */ saa6752hs_init()
|
/linux-4.4.14/drivers/media/i2c/soc_camera/ |
H A D | tw9910.c | 182 #define SRESET 0x80 /* resets the device to its default state
|
/linux-4.4.14/drivers/media/pci/ngene/ |
H A D | ngene.h | 311 * Bit 0: resets buffer pointers
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
H A D | sta_event.c | 29 * This function resets the connection state.
|
/linux-4.4.14/drivers/net/wireless/rsi/ |
H A D | rsi_91x_sdio.c | 147 * rsi_reset_card() - This function resets and re-initializes the card.
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_type.h | 355 /* Define timeouts for resets and disables */
|