Searched refs:throttle (Results 1 - 25 of 72) sorted by relevance

123

/drivers/thermal/
H A Duser_space.c45 .throttle = notify_user_space,
H A Dstep_wise.c51 enum thermal_trend trend, bool throttle)
68 if (throttle) {
76 if (throttle)
81 if (!throttle)
91 if (!throttle)
120 bool throttle = false; local
134 throttle = true;
138 dev_dbg(&tz->device, "Trip%d[type=%d,temp=%ld]:trend=%d,throttle=%d\n",
139 trip, trip_type, trip_temp, trend, throttle);
148 instance->target = get_target_state(instance, trend, throttle);
50 get_target_state(struct thermal_instance *instance, enum thermal_trend trend, bool throttle) argument
[all...]
H A Dgov_bang_bang.c120 .throttle = bang_bang_control,
H A Dfair_share.c76 * throttle state of the cooling devices associated with the given zone.
79 * P1. max_state: Maximum throttle state exposed by the cooling device.
84 * We do not want to throttle too much when we trip a lower temperature,
122 .throttle = fair_share_throttle,
/drivers/md/
H A Ddm-kcopyd.c55 struct dm_kcopyd_throttle *throttle; member in struct:dm_kcopyd_client
101 unsigned throttle, now, difference; local
110 throttle = ACCESS_ONCE(t->throttle);
112 if (likely(throttle >= 100))
134 skew = t->io_period - throttle * t->total_period / 100;
160 if (likely(ACCESS_ONCE(t->throttle) >= 100))
465 io_job_finish(kc->throttle);
508 io_job_start(job->kc->throttle);
816 struct dm_kcopyd_client *dm_kcopyd_client_create(struct dm_kcopyd_throttle *throttle) argument
[all...]
/drivers/usb/serial/
H A Dio_tables.h108 .throttle = edge_throttle,
140 .throttle = edge_throttle,
172 .throttle = edge_throttle,
204 .throttle = edge_throttle,
H A Dempeg.c55 .throttle = usb_serial_generic_throttle,
H A Daircable.c172 .throttle = usb_serial_generic_throttle,
H A Dsymbolserial.c198 .throttle = symbol_throttle,
H A Dvisor.c175 .throttle = usb_serial_generic_throttle,
195 .throttle = usb_serial_generic_throttle,
215 .throttle = usb_serial_generic_throttle,
H A Dmetro-usb.c383 .throttle = metrousb_throttle,
H A Dopticon.c422 .throttle = usb_serial_generic_throttle,
H A Dcypress_m8.c165 .throttle = cypress_throttle,
191 .throttle = cypress_throttle,
217 .throttle = cypress_throttle,
H A Dusb-serial.c388 if (port->serial->type->throttle)
389 port->serial->type->throttle(tty);
1188 .throttle = serial_throttle,
H A Dkl5kusb105.c96 .throttle = usb_serial_generic_throttle,
/drivers/net/wireless/iwlwifi/mvm/
H A Dtt.c341 if (!tt->throttle && throttle_enable) {
344 tt->throttle = true;
345 } else if (tt->throttle && !tt->dynamic_smps &&
350 tt->throttle = false;
409 tt->throttle = false;
/drivers/staging/wlan-ng/
H A Dprism2usb.c167 del_singleshot_timer_sync(&hw->throttle);
H A Dhfa384x_usb.c560 init_timer(&hw->throttle);
561 hw->throttle.function = hfa384x_usb_throttlefn;
562 hw->throttle.data = (unsigned long)hw;
3180 !timer_pending(&hw->throttle)) {
3181 mod_timer(&hw->throttle, jiffies + THROTTLE_JIFFIES);
3721 !timer_pending(&hw->throttle)) {
3722 mod_timer(&hw->throttle,
3996 * We need to check BOTH the RX and the TX throttle controls,
/drivers/tty/
H A Dtty_ioctl.c97 * Takes the termios rwsem to protect against parallel throttle/unthrottle
107 tty->ops->throttle)
108 tty->ops->throttle(tty);
119 * Takes the termios rwsem to protect against parallel throttle/unthrottle
123 * Drivers should however remember that the stack can issue a throttle,
142 * Similar to tty_throttle() but will only attempt throttle
144 * throttle due to race conditions when throttling is conditional
160 if (tty->ops->throttle)
161 tty->ops->throttle(tty);
H A Dehv_bytechan.c598 .throttle = ehv_bc_tty_throttle,
/drivers/acpi/
H A Dacpi_processor.c84 errata.piix4.throttle = 1;
322 request_region(pr->throttling.address, 6, "ACPI CPU throttle");
/drivers/block/drbd/
H A Ddrbd_actlog.c1003 bool throttle = drbd_rs_should_slow_down(device, sector, true); local
1005 /* If we need to throttle, a half-locked (only marked BME_NO_WRITES,
1007 * need to throttle. There is at most one such half-locked extent,
1010 if (throttle && device->resync_wenr != enr)
1101 if (throttle) {
/drivers/s390/char/
H A Dtty3270.c93 int throttle, attn; /* tty throttle/unthrottle. */ member in struct:tty3270
650 if (!tp->throttle)
1762 tp->throttle = 1;
1776 tp->throttle = 0;
1834 .throttle = tty3270_throttle,
/drivers/scsi/bfa/
H A Dbfa_fcpim.c3778 /* Update io throttle value only once during driver load time */
3855 * To send config req, first try to use throttle value from flash
3867 * If throttle value from flash is already in effect after driver is
3920 struct bfa_defs_fcpim_throttle_s throttle; local
3926 memset(&throttle, 0, sizeof(struct bfa_defs_fcpim_throttle_s));
3928 throttle.cur_value = (u16)(fcpim->fcp->num_ioim_reqs);
3929 throttle.cfg_value = bfa_fcpim_read_throttle(bfa);
3930 if (!throttle.cfg_value)
3931 throttle.cfg_value = throttle
[all...]
/drivers/crypto/caam/
H A Dregs.h610 u32 throttle; /* RTHR - Throttle */ member in struct:caam_assurance

Completed in 420 milliseconds

123