Searched refs:thresholds (Results 1 - 187 of 187) sorted by relevance

/linux-4.4.14/drivers/power/
H A Dda9030_battery.c103 struct da9030_battery_thresholds thresholds; member in struct:da9030_charger
260 charger->thresholds.vbat_charge_start)) { da9030_charger_check_state()
271 charger->thresholds.vbat_charge_stop) { da9030_charger_check_state()
274 charger->thresholds.vbat_charge_restart); da9030_charger_check_state()
276 charger->thresholds.vbat_low) { da9030_charger_check_state()
281 charger->thresholds.vbat_low); da9030_charger_check_state()
283 if (charger->adc.vchmax_res > charger->thresholds.vcharge_max || da9030_charger_check_state()
284 charger->adc.vchmin_res < charger->thresholds.vcharge_min || da9030_charger_check_state()
286 charger->adc.tbat_res < charger->thresholds.tbat_high || da9030_charger_check_state()
287 charger->adc.tbat_res > charger->thresholds.tbat_low) { da9030_charger_check_state()
387 if (charger->adc.vbat_res < charger->thresholds.vbat_low) { da9030_battery_vbat_event()
390 charger->thresholds.vbat_crit); da9030_battery_vbat_event()
394 charger->thresholds.vbat_crit) { da9030_battery_vbat_event()
427 charger->thresholds.tbat_low = pdata->tbat_low; da9030_battery_convert_thresholds()
428 charger->thresholds.tbat_high = pdata->tbat_high; da9030_battery_convert_thresholds()
429 charger->thresholds.tbat_restart = pdata->tbat_restart; da9030_battery_convert_thresholds()
431 charger->thresholds.vbat_low = da9030_battery_convert_thresholds()
433 charger->thresholds.vbat_crit = da9030_battery_convert_thresholds()
435 charger->thresholds.vbat_charge_start = da9030_battery_convert_thresholds()
437 charger->thresholds.vbat_charge_stop = da9030_battery_convert_thresholds()
439 charger->thresholds.vbat_charge_restart = da9030_battery_convert_thresholds()
442 charger->thresholds.vcharge_min = da9030_battery_convert_thresholds()
444 charger->thresholds.vcharge_max = da9030_battery_convert_thresholds()
467 v[0] = v[1] = charger->thresholds.vbat_low; da9030_battery_charger_init()
468 v[2] = charger->thresholds.tbat_high; da9030_battery_charger_init()
469 v[3] = charger->thresholds.tbat_restart; da9030_battery_charger_init()
470 v[4] = charger->thresholds.tbat_low; da9030_battery_charger_init()
H A Daxp288_charger.c716 /* Program temperature thresholds */ charger_init_hw_regs()
H A Dmax17042_battery.c974 /* re-program the SOC thresholds to 1% change */ max17042_resume()
H A Dtwl4030_charger.c298 /* First, check thresholds and see if cgain is needed */ twl4030_charger_update_current()
H A Dcharger-manager.c963 * the battery voltage values and the thresholds given as desc charger_get_property()
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dtherm.h16 /* thresholds */
/linux-4.4.14/drivers/thermal/ti-soc-thermal/
H A Domap4xxx-bandgap.h63 * Temperature limits and thresholds for OMAP4430
67 * and thresholds for OMAP4430.
152 * Temperature limits and thresholds for OMAP4460
156 * and thresholds for OMAP4460.
169 /* interrupts thresholds */
H A Domap5xxx-bandgap.h145 * Temperature limits and thresholds for OMAP5430
149 * and thresholds for OMAP5430. Definitions are grouped
166 /* interrupts thresholds */
180 /* interrupts thresholds */
194 /* interrupts thresholds */
H A Ddra752-bandgap.h197 * Temperature limits and thresholds for DRA752
201 * and thresholds for DRA752. Definitions are grouped
218 /* interrupts thresholds */
232 /* interrupts thresholds */
246 /* interrupts thresholds */
260 /* interrupts thresholds */
274 /* interrupts thresholds */
H A Dti-bandgap.h90 * @bgap_threshold: BANDGAP_THRESHOLD register offset (TALERT thresholds)
93 * @tshut_threshold: TSHUT_THRESHOLD register offset (TSHUT thresholds)
168 * struct temp_sensor_data - The thresholds and limits for temperature sensors.
181 * This data structure will hold the required thresholds and temperature limits
254 * @ts_data: pointer to struct with thresholds, limits of temperature sensor
295 * shutdown thresholds are programmable, for instance.
298 * a signal representing violation of programmable alert thresholds.
H A Dti-bandgap.c415 * ti_bandgap_update_alert_threshold() - sequence to update thresholds
422 * It will program the required thresholds (hot and cold) for TALERT signal.
425 * and configures the thresholds so that t_hot is always greater than t_cold.
554 * It will update the required thresholds (hot and cold) for TALERT signal.
607 * It will fetch the required thresholds (hot and cold) for TALERT signal.
1162 * TALERT is a normal IRQ and it is fired any time thresholds (hot or cold)
1163 * are violated. In these situation, the driver must reprogram the thresholds,
1351 /* Set default thresholds for alert and shutdown */ ti_bandgap_probe()
1358 /* Set initial Talert thresholds */ ti_bandgap_probe()
1369 /* Set initial Tshut thresholds */ ti_bandgap_probe()
/linux-4.4.14/drivers/iio/adc/
H A Dhi8435.c56 unsigned threshold_lo[2]; /* GND-Open and Supply-Open thresholds */
57 unsigned threshold_hi[2]; /* GND-Open and Supply-Open thresholds */
216 /* program thresholds */ hi8435_write_event_value()
470 * After chip reset the thresholds are in undefined state, so we need to hi8435_probe()
471 * initialize thresholds to some initial values and then prevent hi8435_probe()
H A Dxilinx-xadc-core.c242 * again and again. To work around this we mask all active thresholds interrupts
935 /* Separate values for upper and lower thresholds, but only a shared enabled */
1244 /* Set thresholds to min/max */ xadc_probe()
1247 * Set max voltage threshold and both temperature thresholds to xadc_probe()
H A Dmax1363.c156 * @mask_high: bitmask for enabled high thresholds
157 * @mask_low: bitmask for enabled low thresholds
908 * Now that we hopefully have sensible thresholds in place it is max1363_monitor_mode_update()
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
H A Dani.h23 /* these thresholds are relative to the ATH5K_ANI_LISTEN_PERIOD */
30 /* average beacon RSSI thresholds */
H A Dpcu.c969 /* Set RSSI/BRSSI thresholds ath5k_hw_pcu_init()
H A Dreg.h2046 /* High thresholds */
2055 /* Low thresholds */
/linux-4.4.14/include/linux/mfd/
H A Dda903x.h114 /* voltage thresholds (in millivolts) */
125 /* Temperature thresholds. These are DA9030 register values
H A Dcros_ec_commands.h992 /* Battery level thresholds */
1035 /* Battery level thresholds */
2404 * DPTF temp thresholds. Any of the EC's temp sensors can have up to two
2405 * independent thresholds attached to them. The current value of the ID
2414 * direction) since the last read. A value of 0xFF means "no new thresholds
2415 * have tripped". Setting or enabling the thresholds for a sensor will clear
2432 * Set the thresholds for sensor 2 to 50 C and 60 C:
H A Dsi476x-core.h290 * metric thresholds are not met.
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
H A Ddss_features.h60 /* An unknown HW bug causing the normal FIFO thresholds not to work */
H A Ddispc.c1187 * Setup default fifo thresholds. dispc_init_fifos()
1270 * buffer_units, and the fifo thresholds must be buffer_unit aligned. dispc_ovl_compute_fifo_thresholds()
1339 * Changing MFLAG thresholds and PRELOAD to certain values seem to dispc_init_mflag()
/linux-4.4.14/fs/nfsd/
H A Dstats.c14 * time (seconds) when nfsd thread usage above thresholds
/linux-4.4.14/include/linux/
H A Dmroute.h86 unsigned char ttls[MAXVIFS]; /* TTL thresholds */
H A Dmemcontrol.h162 /* Array of thresholds */
167 /* Primary thresholds array */
219 /* protect arrays of thresholds */
222 /* thresholds for memory usage. RCU-protected */
223 struct mem_cgroup_thresholds thresholds; member in struct:mem_cgroup
225 /* thresholds for mem+swap usage. RCU-protected */
H A Dmroute6.h95 unsigned char ttls[MAXMIFS]; /* TTL thresholds */
H A Dfsl-diu-fb.h157 __be32 thresholds; member in struct:diu
H A Dmmzone.h406 * and thresholds.
/linux-4.4.14/drivers/md/
H A Ddm-cache-policy-mq.c37 * Two thresholds to switch between random and sequential io mode are defaulting
53 unsigned thresholds[2]; member in struct:io_tracker
65 t->thresholds[PATTERN_RANDOM] = random_threshold; iot_init()
66 t->thresholds[PATTERN_SEQUENTIAL] = sequential_threshold; iot_init()
98 if (t->nr_rand_samples >= t->thresholds[PATTERN_RANDOM]) { iot_check_for_pattern_switch()
105 if (t->nr_seq_samples >= t->thresholds[PATTERN_SEQUENTIAL]) { iot_check_for_pattern_switch()
953 else if (mq->tracker.thresholds[PATTERN_SEQUENTIAL] && map()
1312 mq->tracker.thresholds[PATTERN_RANDOM] = tmp; mq_set_config_value()
1315 mq->tracker.thresholds[PATTERN_SEQUENTIAL] = tmp; mq_set_config_value()
1343 mq->tracker.thresholds[PATTERN_RANDOM], mq_emit_config_values()
1344 mq->tracker.thresholds[PATTERN_SEQUENTIAL], mq_emit_config_values()
/linux-4.4.14/mm/
H A Dmemcontrol.c9 * Memory thresholds
3280 t = rcu_dereference(memcg->thresholds.primary); __mem_cgroup_threshold()
3297 * Iterate backward over array of thresholds starting from __mem_cgroup_threshold()
3299 * If none of thresholds below usage is crossed, we read __mem_cgroup_threshold()
3309 * Iterate forward over array of thresholds starting from __mem_cgroup_threshold()
3311 * If none of thresholds above usage is crossed, we read __mem_cgroup_threshold()
3372 struct mem_cgroup_thresholds *thresholds; __mem_cgroup_usage_register_event() local
3385 thresholds = &memcg->thresholds; __mem_cgroup_usage_register_event()
3388 thresholds = &memcg->memsw_thresholds; __mem_cgroup_usage_register_event()
3394 if (thresholds->primary) __mem_cgroup_usage_register_event()
3397 size = thresholds->primary ? thresholds->primary->size + 1 : 1; __mem_cgroup_usage_register_event()
3399 /* Allocate memory for new array of thresholds */ __mem_cgroup_usage_register_event()
3408 /* Copy thresholds (if any) to new array */ __mem_cgroup_usage_register_event()
3409 if (thresholds->primary) { __mem_cgroup_usage_register_event()
3410 memcpy(new->entries, thresholds->primary->entries, (size - 1) * __mem_cgroup_usage_register_event()
3418 /* Sort thresholds. Registering of new threshold isn't time-critical */ __mem_cgroup_usage_register_event()
3437 kfree(thresholds->spare); __mem_cgroup_usage_register_event()
3438 thresholds->spare = thresholds->primary; __mem_cgroup_usage_register_event()
3440 rcu_assign_pointer(thresholds->primary, new); __mem_cgroup_usage_register_event()
3442 /* To be sure that nobody uses thresholds */ __mem_cgroup_usage_register_event()
3466 struct mem_cgroup_thresholds *thresholds; __mem_cgroup_usage_unregister_event() local
3474 thresholds = &memcg->thresholds; __mem_cgroup_usage_unregister_event()
3477 thresholds = &memcg->memsw_thresholds; __mem_cgroup_usage_unregister_event()
3482 if (!thresholds->primary) __mem_cgroup_usage_unregister_event()
3490 for (i = 0; i < thresholds->primary->size; i++) { __mem_cgroup_usage_unregister_event()
3491 if (thresholds->primary->entries[i].eventfd != eventfd) __mem_cgroup_usage_unregister_event()
3495 new = thresholds->spare; __mem_cgroup_usage_unregister_event()
3497 /* Set thresholds array to NULL if we don't have thresholds */ __mem_cgroup_usage_unregister_event()
3506 /* Copy thresholds and find current threshold */ __mem_cgroup_usage_unregister_event()
3508 for (i = 0, j = 0; i < thresholds->primary->size; i++) { __mem_cgroup_usage_unregister_event()
3509 if (thresholds->primary->entries[i].eventfd == eventfd) __mem_cgroup_usage_unregister_event()
3512 new->entries[j] = thresholds->primary->entries[i]; __mem_cgroup_usage_unregister_event()
3526 thresholds->spare = thresholds->primary; __mem_cgroup_usage_unregister_event()
3528 rcu_assign_pointer(thresholds->primary, new); __mem_cgroup_usage_unregister_event()
3530 /* To be sure that nobody uses thresholds */ __mem_cgroup_usage_unregister_event()
3535 kfree(thresholds->spare); __mem_cgroup_usage_unregister_event()
3536 thresholds->spare = NULL; __mem_cgroup_usage_unregister_event()
H A Dvmpressure.c39 * thresholds. Currently we set it to 512 pages (2MB for 4KB pages).
44 * These thresholds are used when we account memory pressure through
H A Dvmstat.c101 * and real values. For high thresholds and a high number of CPUs, it calculate_pressure_threshold()
129 * Some sample thresholds: calculate_normal_threshold()
166 * Refresh the thresholds for each zone.
338 * Most of the time the thresholds are the same anyways mod_state()
1506 * Use the cpu notifier to insure that the thresholds are recalculated
H A Dpage-writeback.c412 * global_dirty_limits - background-writeback and dirty-throttling thresholds
2024 * thresholds.
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
H A Dmce_intel.c311 * We are able to set thresholds for some banks that cmci_discover()
313 * set the thresholds properly or does not work with cmci_discover()
326 "bios_cmci_threshold: Some banks do not have valid thresholds set\n"); cmci_discover()
H A Dtherm_throt.c393 /* Check for violation of core thermal thresholds*/ intel_thermal_interrupt()
408 /* check violations of package thermal thresholds */ intel_thermal_interrupt()
/linux-4.4.14/drivers/media/pci/solo6x10/
H A Dsolo6x10-disp.c210 const u16 *thresholds) solo_set_motion_block()
223 buf[x] = cpu_to_le16(thresholds[y * SOLO_MOTION_SZ + x]); solo_set_motion_block()
209 solo_set_motion_block(struct solo_dev *solo_dev, u8 ch, const u16 *thresholds) solo_set_motion_block() argument
H A Dsolo6x10.h100 * Motion thresholds are in a table of 64x64 samples, with
364 const u16 *thresholds);
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dg84.c81 "Programmed thresholds [ %d(%d), %d(%d), %d(%d), %d(%d) ]\n", g84_therm_program_alarms()
236 /* init the thresholds */ g84_therm_new()
H A Dtemp.c49 /* enforce a minimum hysteresis on thresholds */ nvkm_therm_temp_safety_checks()
198 "programmed thresholds [ %d(%d), %d(%d), %d(%d), %d(%d) ]\n", nvkm_therm_program_alarms_polling()
/linux-4.4.14/drivers/net/ethernet/sis/
H A Dsis900.h89 /* transmit FIFO thresholds */
102 /* recevie FIFO thresholds */
/linux-4.4.14/arch/x86/include/asm/
H A Dmce.h266 /* Interrupt Handler for core thermal thresholds */
269 /* Interrupt Handler for package thermal thresholds */
/linux-4.4.14/include/uapi/linux/
H A Dsysctl.h166 VM_UNUSED3=3, /* was: struct: Set free page thresholds */
169 VM_UNUSED5=6, /* was: struct: Set buffer memory thresholds */
170 VM_UNUSED7=7, /* was: struct: Set cache memory thresholds */
H A Dip_vs.h154 /* thresholds for active connections */
H A Dfd.h85 * Error thresholds
/linux-4.4.14/drivers/staging/android/
H A Dlowmemorykiller.c3 * The lowmemorykiller driver lets user-space specify a set of memory thresholds
/linux-4.4.14/drivers/staging/iio/accel/
H A Dlis3l02dq.h134 /* Threshold values for all axes and both above and below thresholds
/linux-4.4.14/drivers/isdn/hardware/mISDN/
H A Dw6692.h188 /* FIFO thresholds */
H A Dhfc_pci.h25 * thresholds for transparent B-channel mode
/linux-4.4.14/drivers/isdn/hisax/
H A Dhfc_pci.h14 /* thresholds for transparent B-channel mode */
H A Dhfc_sx.h15 /* thresholds for transparent B-channel mode */
H A Dw6692.h182 /* FIFO thresholds */
/linux-4.4.14/drivers/iio/light/
H A Dal3320a.c12 * TODO: interrupt support, thresholds
H A Disl29125.c13 * TODO: interrupt support, IR compensation, thresholds, 12bit
H A Dtcs3414.c14 * TODO: sync, interrupt support, thresholds, prescaler
H A Dtcs3472.c14 * TODO: interrupt support, thresholds, wait time
H A Djsa1212.c17 * TODO: Interrupt support, thresholds, range support.
H A Dus5182d.c90 * Experimental thresholds that work with US5182D sensor on evaluation board
H A Dapds9960.c976 /* Default ENTER and EXIT thresholds for the GESTURE engine. */ apds9960_chip_init()
H A Dlm3533-als.c625 * ALS Zone thresholds (boundaries)
H A Dgp2ap020a00f.c20 * - both falling and rising thresholds for the proximity events
/linux-4.4.14/drivers/thermal/
H A Dintel_quark_dts_thermal.c205 * thresholds. The threshold value is always offset by its _get_trip_temp()
256 * thresholds. The threshold value is always offset by its update_trip_temp()
H A Dx86_pkg_temp_thermal.c53 * for only 2 thresholds. This define enforces this, if there
54 * is some wrong values returned by cpuid for number of thresholds.
H A Dof-thermal.c204 /* TODO: These intervals might have some thresholds, but in core code */ of_thermal_get_trend()
/linux-4.4.14/fs/xfs/
H A Dxfs_mount.h30 /* dynamic preallocation free space thresholds, 5% down to 1% */
128 /* low free space thresholds */
H A Dxfs_dquot.c268 * Initialize the dynamic speculative preallocation thresholds. The lo/hi
647 /* initialize the dquot speculative prealloc thresholds */ xfs_qm_dqread()
H A Dxfs_mount.c492 * precalculate the low space thresholds for dynamic speculative preallocation.
720 /* set the low space thresholds for dynamic preallocation */ xfs_mountfs()
H A Dxfs_iomap.c553 * lowspace thresholds are smaller than MAXEXTLEN. xfs_iomap_prealloc_size()
/linux-4.4.14/drivers/spi/
H A Dspi-pxa2xx-dma.c357 * thresholds for now. pxa2xx_spi_set_dma_burst_and_threshold()
H A Dspi-pxa2xx.c81 /* FIFO thresholds */
993 * thresholds and burst also pump_transfers()
H A Dspi-zynqmp-gqspi.c314 /* Reset thresholds */ zynqmp_qspi_init_hw()
/linux-4.4.14/drivers/net/wireless/ti/wl1251/
H A Dinit.c372 /* Initialize connection monitoring thresholds */ wl1251_hw_init()
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h74 /* RX descriptor control thresholds.
H A Dnetdev.c658 * function were computed based on theoretical maximum wire speed and thresholds
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_82598.c211 /* Configure PFC Tx thresholds per TC */ ixgbe_dcb_config_pfc_82598()
H A Dixgbe_dcb_82599.c246 /* Configure PFC Tx thresholds per TC */ ixgbe_dcb_config_pfc_82599()
H A Dixgbe_82598.c429 /* Set up and enable Rx high/low water mark thresholds, enable XON. */ ixgbe_fc_enable_82598()
H A Dixgbe_common.c2155 /* Set up and enable Rx high/low water mark thresholds, enable XON. */ ixgbe_fc_enable_generic()
3807 * ixgbe_init_thermal_sensor_thresh_generic - Inits thermal sensor thresholds
3810 * Inits the thermal sensor thresholds according to the NVM map
H A Dixgbe_type.h2836 /* Calculate PCI Bus delay for low thresholds */
H A Dixgbe_main.c2254 * based on theoretical maximum wire speed and thresholds were set based
/linux-4.4.14/arch/tile/include/arch/
H A Dtrio_pcie_intfc.h149 * Contains TX FIFO thresholds. These registers are for diagnostics purposes
/linux-4.4.14/net/wireless/
H A Dwext-spy.c177 /* Copy also thresholds */ iw_send_thrspy_event()
/linux-4.4.14/arch/powerpc/kernel/
H A Dtau_6xx.c80 /* if both thresholds are crossed, the step_sizes cancel out TAUupdate()
/linux-4.4.14/arch/arm/lib/
H A Duaccess_with_memcpy.c222 * thresholds need to be revalidated. Some overhead (small but still)
/linux-4.4.14/include/media/
H A Dsaa7146.h365 #define ECT1R 0xEC /* Event cnt set 1 thresholds */
366 #define ECT2R 0xF0 /* Event cnt set 2 thresholds */
/linux-4.4.14/drivers/hwmon/
H A Dds1621.c11 * and maximum temperature thresholds (TH and TL).
H A Dabx500.c50 dev_dbg(&data->pdev->dev, "No active thresholds.\n"); threshold_updated()
H A Dlm93.c170 MODULE_PARM_DESC(vid_agtl, "Configures VID pin input thresholds.");
2641 /* configure VID pin input thresholds */ lm93_init_client()
H A Dabituguru.c480 * By setting the alarm thresholds so that we will always get an
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.h108 /* bit24: RXDCTL thresholds granularity: 0 - cache lines, 1 - descriptors */
H A Dnetdev.c2503 * based on theoretical maximum wire speed and thresholds were set based
3849 /* zero the lower 14 bits (prefetch and host thresholds) */ e1000_flush_rx_ring()
3852 /* update thresholds: prefetch threshold to 31, host threshold to 1 e1000_flush_rx_ring()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_common.h147 u32 sge_congestion_control; /* congestion thresholds, etc. */
/linux-4.4.14/net/tipc/
H A Dlink.h129 * @backlog_limit: backlog queue congestion thresholds (indexed by importance)
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
H A Ddm365_ipipe_hw.c504 /* Detection thresholds */ ipipe_set_otfdpc_regs()
513 /* Correction thresholds */ ipipe_set_otfdpc_regs()
602 /* Use NF thresholds */ ipipe_set_gic_regs()
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Djr3_pci.h215 /* Layout of a load enveloped packet. Four thresholds are showed ... for more
227 struct thresh_struct thresholds[4]; member in struct:le_struct
649 * thresholds active. A single load envelope this large would take
H A Dquatech_daqp_cs.c31 * - setting card's FIFO buffer thresholds to anything but default
/linux-4.4.14/drivers/staging/iio/cdc/
H A Dad7150.c54 * @threshold: thresholds for simple capacitance value events
/linux-4.4.14/drivers/ide/
H A Dvia82cxxx.c327 * Set up FIFO sizes and thresholds. init_chipset_via82cxxx()
H A Dhpt366.c105 * - get rid of the constant thresholds in the HPT37x PCI clock detection code,
/linux-4.4.14/drivers/gpu/host1x/
H A Djob.c135 * Check driver supplied waitchk structs for syncpt thresholds
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
H A Dinit.c524 /* Initialize connection monitoring thresholds */ wl12xx_init_sta_role()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
H A Digb.h112 /* RX descriptor control thresholds.
H A De1000_82575.c2809 * igb_init_thermal_sensor_thresh_generic - Sets thermal sensor thresholds
2812 * Sets the thermal sensor thresholds according to the NVM map
H A Digb_main.c4425 * receive rings. The divisors and thresholds used by this function
4500 * based on theoretical maximum wire speed and thresholds were set based
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/
H A Dixgb_param.c408 /* high low and spacing check for rx flow control thresholds */ ixgb_check_options()
/linux-4.4.14/drivers/net/wireless/iwlwifi/
H A Diwl-config.h219 * @tx_backoff: Array of thresholds for tx-backoff , in ascending order.
/linux-4.4.14/drivers/net/ethernet/broadcom/
H A Dbgmac.h72 #define BGMAC_FLOW_CTL_THRESH 0x104 /* Flow control thresholds */
/linux-4.4.14/drivers/cpufreq/
H A Dcpufreq_ondemand.c480 /* Idle micro accounting is supported. Use finer thresholds */ od_init()
/linux-4.4.14/sound/soc/fsl/
H A Dmpc5200_dma.c445 /* Set the TX and RX fifo alarm thresholds */ mpc5200_audio_dma_create()
H A Dfsl_asrc.c156 * Configure input and output thresholds
360 /* Set default thresholds for input and output FIFO */ fsl_asrc_config_pair()
/linux-4.4.14/drivers/watchdog/
H A Dintel_scu_watchdog.c233 /* Adjust thresholds by FREQ_ADJUSTMENT factor, to make the */ intel_scu_set_heartbeat()
/linux-4.4.14/drivers/media/usb/go7007/
H A Dgo7007-fw.c1437 u16 thresholds[] = { modet_to_package() local
1456 ret = copy_packages(code, thresholds, 1, space); modet_to_package()
/linux-4.4.14/drivers/misc/
H A Dbh1770glc.c599 * If this is the very first data, update thresholds after that. bh1770_irq()
995 /* Refresh thresholds on HW after changing correction value */ bh1770_lux_calib_store()
/linux-4.4.14/kernel/
H A Dwatchdog.c192 * the thresholds with a factor: we make the soft threshold twice the amount of
216 * and hard thresholds) to increment before the set_sample_period()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c1435 * After that install a new set of thresholds based on the signal ath6kl_wmi_rssi_threshold_event_rx()
1488 /* Calculate and install the next set of thresholds */ ath6kl_wmi_rssi_threshold_event_rx()
1494 /* Issue a wmi command to install the thresholds */ ath6kl_wmi_rssi_threshold_event_rx()
1502 ath6kl_err("unable to configure rssi thresholds\n"); ath6kl_wmi_rssi_threshold_event_rx()
1680 * After that install a new set of thresholds based on the signal ath6kl_wmi_snr_threshold_event_rx()
1721 /* Calculate and install the next set of thresholds */ ath6kl_wmi_snr_threshold_event_rx()
1727 /* Issue a wmi command to install the thresholds */ ath6kl_wmi_snr_threshold_event_rx()
/linux-4.4.14/drivers/media/pci/cx25821/
H A Dcx25821-medusa-video.c239 /* Setup flat chroma and luma thresholds */ medusa_PALCombInit()
/linux-4.4.14/drivers/media/usb/gspca/
H A Dstk1135.c222 { 0x2dd, 0x18e0 }, /* B-R thresholds, */ stk1135_configure_mt9m112()
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dcx24110.c68 {0x0d,0x6f}, /* @ RS Sync/Unsync thresholds */
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmain.h437 * fragthresh[NFIFO]: per-fifo fragmentation thresholds.
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
H A Dtt.c350 * Actions include relaxing the power down sleep thresholds and
H A Drx.c229 * When the plcp error is exceeding the thresholds, reset the radio
/linux-4.4.14/drivers/devfreq/
H A Dtegra-devfreq.c89 * Coefficients and thresholds are percentages unless otherwise noted
/linux-4.4.14/arch/arm/mach-omap2/
H A Dboard-rx51-peripherals.c145 /* Interrupt line 2 for click detection, line 1 for thresholds */
/linux-4.4.14/drivers/net/ethernet/sun/
H A Dsungem.h249 * GEM. The thresholds measure RX FIFO occupancy in units of 64 bytes.
292 * thresholds.
H A Dcassini.h773 /* flow control frames are emitted using two PAUSE thresholds:
776 * PAUSE thresholds defined in terms of FIFO occupancy and may be translated
782 #define REG_RX_PAUSE_THRESH 0x4020 /* RX pause thresholds */
861 thresholds */
874 /* probabilities for random early drop (RED) thresholds on a FIFO threshold
1063 thresholds */
H A Dsungem.c1898 /* Calculate pause thresholds. Setting the OFF threshold to the gem_init_pause_thresholds()
1929 * thresholds (and Apple bug fixes don't exist) gem_init_pause_thresholds()
2065 /* Configure pause thresholds */ gem_reinit_chip()
H A Dcassini.c1274 /* set up pause thresholds */ cas_init_rx_dma()
3144 /* Calculate pause thresholds. Setting the OFF threshold to the cas_init_pause_thresholds()
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_pm.c4201 /* Set max/min thresholds to 90ms and 80ms respectively */ ironlake_enable_drps()
4748 /* Program defaults and thresholds for RPS*/ gen9_enable_rps()
4784 /* 2b: Program RC6 thresholds.*/ gen9_enable_rc6()
4859 /* 2b: Program RC6 thresholds.*/ gen8_enable_rps()
4884 /* 4 Program defaults and thresholds for RPS*/ gen8_enable_rps()
4951 /* disable the counters and set deterministic thresholds */ gen6_enable_rps()
5465 /* 2a: Program RC6 thresholds.*/ cherryview_enable_rps()
5493 /* 4 Program defaults and thresholds for RPS*/ cherryview_enable_rps()
H A Dintel_fbc.c593 * thresholds, therefore, in that case, we only have 1 resort. find_compression_threshold()
H A Di915_reg.h2845 * EI/thresholds are "bad", leading to a very sluggish or even
/linux-4.4.14/include/net/
H A Dip_vs.h605 /* thresholds for active connections */
674 /* connection counters and thresholds */
H A Dmac80211.h2369 * configurable thresholds. In the future these thresholds will also be
H A Dcfg80211.h2407 * thresholds.
/linux-4.4.14/drivers/video/fbdev/
H A Dfsl-diu-fb.c445 "thresholds=%08x int_mask=%08x plut=%08x\n", fsl_diu_dump()
449 hw->syn_pol, hw->thresholds, hw->int_mask, hw->plut); fsl_diu_dump()
/linux-4.4.14/drivers/thermal/samsung/
H A Dexynos_tmu.c700 * and similarly for falling thresholds. exynos7_tmu_initialize()
/linux-4.4.14/drivers/net/caif/
H A Dcaif_hsi.c43 * HSI link layer flow-control thresholds.
/linux-4.4.14/drivers/iio/accel/
H A Dbmc150-accel-core.c1530 /* Set default slope duration and thresholds */ bmc150_accel_chip_init()
/linux-4.4.14/drivers/media/rc/
H A Dwinbond-cir.c979 /* Set FIFO thresholds (RX = 8, TX = 3), reset RX/TX */ wbcir_init_hw()
/linux-4.4.14/drivers/net/wireless/mwifiex/
H A Dsta_cmdresp.c148 /* Resubscribe low and high rssi events with new thresholds */ mwifiex_ret_802_11_rssi_info()
/linux-4.4.14/drivers/extcon/
H A Dextcon-arizona.c127 /* The number of levels in arizona_micd_levels valid for button thresholds */
/linux-4.4.14/sound/soc/omap/
H A Dmcbsp.c1041 * Initially configure the maximum thresholds to a safe value. omap_mcbsp_init()
/linux-4.4.14/sound/soc/codecs/
H A Dsta32x.c485 /* depending on mode, the attack/release thresholds have
H A Dsta350.c512 * depending on mode, the attack/release thresholds have
/linux-4.4.14/drivers/net/ethernet/realtek/
H A D8139too.c1411 /* Must enable Tx/Rx before setting transfer thresholds! */ rtl8139_hw_start()
1897 /* Must enable Tx/Rx before setting transfer thresholds! */ rtl8139_rx_err()
/linux-4.4.14/net/xfrm/
H A Dxfrm_policy.c354 /* calculate policy hash thresholds */ __get_hash_thresh()
593 /* read selector prefixlen thresholds */ xfrm_hash_rebuild()
H A Dxfrm_user.c1056 /* selector prefixlen thresholds to hash policies */ xfrm_set_spdinfo()
/linux-4.4.14/drivers/staging/rtl8188eu/hal/
H A Dodm.c695 /* 2012.03.30 LukeLee: enable DIG before link but with very high thresholds */ odm_DIG()
/linux-4.4.14/drivers/staging/rtl8723au/hal/
H A Dodm.c688 /* 2012.03.30 LukeLee: enable DIG before link but with very high thresholds */ odm_DIG23a()
/linux-4.4.14/drivers/staging/iio/light/
H A Dtsl2x7x_core.c850 * tsl2x7x_prox_cal() - Calculates std. and sets thresholds.
/linux-4.4.14/drivers/infiniband/hw/qib/
H A Dqib_sd7220.c1023 /* Set DFELTHFDR/HDR thresholds */
/linux-4.4.14/drivers/net/wireless/ti/wl18xx/
H A Dmain.c1657 /* the priority thresholds are taken from FW */ wl18xx_lnk_high_prio()
/linux-4.4.14/drivers/net/ethernet/natsemi/
H A Dnatsemi.c309 #define SDCFG_VAL 0x008c /* set voltage thresholds for Signal Detect */
576 /* FIFO and PCI burst thresholds */
1722 * Configure the PCI bus bursts and FIFO thresholds. init_registers()
/linux-4.4.14/drivers/ata/
H A Dsata_mv.c33 * --> Add sysfs attributes for per-chip / per-HC IRQ coalescing thresholds.
1129 * one set of global thresholds for the entire chip. mv_set_irq_coalescing()
1141 * All chips: independent thresholds for each HC on the chip. mv_set_irq_coalescing()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
H A Dhash.c1775 * theta thresholds for @hs are tunable via cfs_hash_set_theta().
/linux-4.4.14/drivers/net/ethernet/adaptec/
H A Dstarfire.c980 /* Configure the PCI bus bursts and FIFO thresholds. */ netdev_open()
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c1358 * divisors and thresholds used by this function were determined based
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
H A Di40e_txrx.c327 * theoretical maximum wire speed and thresholds were set based on
/linux-4.4.14/drivers/net/usb/
H A Dsmsc75xx.c603 /* set fct_flow thresholds to 20% and 80% */ smsc75xx_update_flowcontrol()
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c698 * Description: it sets the MTL operation mode: tx/rx MTL thresholds
/linux-4.4.14/drivers/net/ethernet/dec/tulip/
H A Dwinbond-840.c887 /* Configure the PCI bus bursts and FIFO thresholds. init_registers()
/linux-4.4.14/drivers/net/ethernet/dlink/
H A Dsundance.c878 /* Configure the PCI bus bursts and FIFO thresholds. */ netdev_open()
/linux-4.4.14/drivers/net/ethernet/
H A Dfealnx.c850 /* Configure the PCI bus bursts and FIFO thresholds. netdev_open()
/linux-4.4.14/fs/nfs/
H A Dpnfs.c1409 * reach or exceed both thresholds before sending its read or write
/linux-4.4.14/drivers/infiniband/hw/nes/
H A Dnes_hw.c144 /* todo use netdev->mtu to set thresholds */ nes_nic_init_timer_defaults()
173 /* todo use netdev->mtu to set thresholds */ nes_nic_init_timer()
/linux-4.4.14/drivers/block/
H A Dskd_main.c2294 { 0x70, 0x02, NO_SENSE, 0x5D, 0x00, 0x1E, /* thresholds */
2304 { 0x70, 0x02, 0x06, 0x5D, 0x00, 0x1E, /* thresholds */
/linux-4.4.14/drivers/tty/serial/8250/
H A D8250_port.c2343 * - TI16C752 requires control thresholds to be set. serial8250_do_set_termios()
/linux-4.4.14/drivers/tty/serial/
H A Datmel_serial.c63 * high and low thresholds
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Ddm.c966 * link but with very high thresholds rtl8821ae_dm_dig()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c824 * theoretical maximum wire speed and thresholds were set based on
/linux-4.4.14/drivers/net/ethernet/synopsys/
H A Ddwc_eth_qos.c1469 /* The thresholds are relative to a full queue, with a bias dwceqos_configure_flow_control()
/linux-4.4.14/drivers/net/ethernet/via/
H A Dvia-rhine.c1577 /* Configure initial FIFO thresholds. */ init_registers()
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dfalcon.c2422 /* RX control FIFO thresholds (32 entries) */ falcon_init_rx_cfg()
H A Dmcdi_pcol.h2259 * Read instantaneous and minimum flow control thresholds.
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c1287 * order to program the tx/rx DMA thresholds or Store-And-Forward mode.
/linux-4.4.14/drivers/net/ethernet/ibm/emac/
H A Dcore.c661 /* FIFOs thresholds */ emac_configure()
/linux-4.4.14/tools/power/x86/turbostat/
H A Dturbostat.c2620 * Package Thermal Management Sensor (PTM), and thermal event thresholds.
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c1180 * based on theoretical maximum wire speed and thresholds were set based
/linux-4.4.14/drivers/net/ethernet/marvell/
H A Dskge.c2492 /* Set thresholds on receive queue's */ skge_ramset()
H A Dsky2.c1065 /* On receive queue's set the thresholds sky2_ramset()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
H A Dmac80211.c2330 "failed to update CQM thresholds\n"); iwl_mvm_bss_info_changed_station()
H A Drs.c49 * Use this macro when dealing with thresholds consts set as a percentage
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c212 "thresholds 1..3 for queue interrupt packet counters, "
H A Dt4_hw.c7477 * @thres: holds the queue full thresholds in bytes
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
H A De1000_main.c2577 * based on theoretical maximum wire speed and thresholds were set based
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c3007 /* thresholds not implemented in firmware yet */ bnxt_hwrm_vnic_set_hds()
/linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.c5896 } /* drop thresholds by 1 dB */ set_vsb()
5901 } /* drop thresholds by 2 dB */ set_vsb()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c3210 * high thresholds bnx2x_pf_rx_q_prep()
7380 /* set the thresholds to prevent CFC/CDU race */ bnx2x_init_hw_common()
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dchip.c6171 /* adjust kernel credit return thresholds based on new MTUs */ set_send_length()

Completed in 7143 milliseconds