Home
last modified time | relevance | path

Searched refs:desired (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/Linux-v5.4/arch/powerpc/platforms/pseries/
Dvio.c95 size_t desired; member
246 if (excess_freed && (vio_cmo.desired > vio_cmo.reserve.size)) { in vio_cmo_dealloc()
247 tmp = min(excess_freed, (vio_cmo.desired - vio_cmo.reserve.size)); in vio_cmo_dealloc()
401 cmo->desired = cmo->min; in vio_cmo_balance()
412 cmo->desired += (viodev->cmo.desired - VIO_CMO_MIN_ENT); in vio_cmo_balance()
427 if (viodev->cmo.desired <= level) { in vio_cmo_balance()
438 chunk = min(chunk, (viodev->cmo.desired - in vio_cmo_balance()
622 void vio_cmo_set_dev_desired(struct vio_dev *viodev, size_t desired) in vio_cmo_set_dev_desired() argument
632 if (desired < VIO_CMO_MIN_ENT) in vio_cmo_set_dev_desired()
633 desired = VIO_CMO_MIN_ENT; in vio_cmo_set_dev_desired()
[all …]
/Linux-v5.4/arch/x86/platform/olpc/
Dolpc.c63 static int __wait_on_ibf(unsigned int line, unsigned int port, int desired) in __wait_on_ibf() argument
68 for (timeo = ec_timeout; state != desired && timeo; timeo--) { in __wait_on_ibf()
73 if ((state == desired) && (ec_timeout > EC_BASE_TIMEOUT) && in __wait_on_ibf()
79 return !(state == desired); in __wait_on_ibf()
83 static int __wait_on_obf(unsigned int line, unsigned int port, int desired) in __wait_on_obf() argument
88 for (timeo = ec_timeout; state != desired && timeo; timeo--) { in __wait_on_obf()
93 if ((state == desired) && (ec_timeout > EC_BASE_TIMEOUT) && in __wait_on_obf()
99 return !(state == desired); in __wait_on_obf()
/Linux-v5.4/drivers/pci/controller/
Dpci-mvebu.c334 const struct mvebu_pcie_window *desired, in mvebu_pcie_set_window() argument
337 if (desired->base == cur->base && desired->remap == cur->remap && in mvebu_pcie_set_window()
338 desired->size == cur->size) in mvebu_pcie_set_window()
353 if (desired->size == 0) in mvebu_pcie_set_window()
356 mvebu_pcie_add_windows(port, target, attribute, desired->base, in mvebu_pcie_set_window()
357 desired->size, desired->remap); in mvebu_pcie_set_window()
358 *cur = *desired; in mvebu_pcie_set_window()
363 struct mvebu_pcie_window desired = {}; in mvebu_pcie_handle_iobase_change() local
371 &desired, &port->iowin); in mvebu_pcie_handle_iobase_change()
388 desired.remap = ((conf->iobase & 0xF0) << 8) | in mvebu_pcie_handle_iobase_change()
[all …]
/Linux-v5.4/Documentation/driver-api/thermal/
Dpower_allocator.rst14 2. "desired temperature" trip point: it should be higher than the
65 sustained power that can be dissipated at the desired control
67 the desired maximum temperature. The actual sustained power can vary
105 above "desired temperature" trip point). Conversely, `k_pu` is the
107 (current temperature below "desired temperature" trip point).
132 desired temperature and the current one. When the current temperature
133 is the desired one, then the proportional component is zero and
145 - T_set is the desired temperature
158 rises from the switch on temperature to the desired temperature.
/Linux-v5.4/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-dds10 can control the desired active tuning word by writing Y to the
18 obtain the desired value in Hz. If shared across all frequency
40 control the desired phase Y which is added to the phase
48 the desired value in rad. If shared across all phase registers
/Linux-v5.4/drivers/mmc/host/
Dmmci_stm32_sdmmc.c167 static void mmci_sdmmc_set_clkreg(struct mmci_host *host, unsigned int desired) in mmci_sdmmc_set_clkreg() argument
180 if (desired) { in mmci_sdmmc_set_clkreg()
181 if (desired >= host->mclk && !ddr) { in mmci_sdmmc_set_clkreg()
184 clk = DIV_ROUND_UP(host->mclk, 2 * desired); in mmci_sdmmc_set_clkreg()
/Linux-v5.4/arch/powerpc/include/asm/
Dvio.h103 size_t desired; member
135 extern void vio_cmo_set_dev_desired(struct vio_dev *viodev, size_t desired);
/Linux-v5.4/Documentation/devicetree/bindings/clock/
Dcsr,atlas7-car.txt9 The clock consumer should specify the desired clock by having the clock
13 The reset consumer should specify the desired reset by having the reset
Dpxa-clock.txt7 The clock consumer should specify the desired clock by having the clock
Dimx6sl-clock.txt8 The clock consumer should specify the desired clock by having the clock
Dfujitsu,mb86s70-crg11.txt8 The consumer specifies the desired clock pointing to its phandle.
Defm32-clock.txt9 The clock consumer should specify the desired clock by having the clock ID in
/Linux-v5.4/Documentation/admin-guide/laptops/
Dtoshiba_haps.rst29 file to set the desired protection level or sensor sensibility.
40 PTLV Sets the desired protection level.
77 level, as well as set the desired protection level, the
/Linux-v5.4/Documentation/hwmon/
Dmax31790.rst23 PWM outputs. The desired fan speeds (or PWM duty cycles) are written
40 fan[1-6]_target RW desired fan speed in RPM
/Linux-v5.4/Documentation/devicetree/bindings/pinctrl/
Drenesas,rza2-pinctrl.txt44 (or a single) pin in some desired alternate function mode.
46 number and the desired function index. Use the RZA2_PINMUX macro located
49 to express the desired port pin.
/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-g-parm.rst119 - This is the desired period between successive frames captured by
123 Applications store here the desired frame period, drivers return
142 - Applications set this field to the desired number of buffers used
172 - This is the desired period between successive frames output by the
180 Applications store here the desired frame period, drivers return
199 - Applications set this field to the desired number of buffers used
/Linux-v5.4/Documentation/media/v4l-drivers/
Dmax2175.rst34 - The LO frequency position is below the desired frequency.
36 - The LO frequency position is above the desired frequency.
/Linux-v5.4/include/linux/
Dmdio-mux.h25 int (*switch_fn) (int cur, int desired, void *data),
/Linux-v5.4/Documentation/networking/
Dipv6.txt19 IPv6 addresses or operations are desired.
59 This might be used when no IPv6 addresses are desired.
/Linux-v5.4/Documentation/devicetree/bindings/mmc/
Drockchip-dw-mshc.txt37 * rockchip,desired-num-phases: The desired number of times that the host
/Linux-v5.4/Documentation/devicetree/bindings/i2c/
Dbrcm,bcm2835-i2c.txt12 - clock-frequency : desired I2C bus clock frequency in Hz.
Di2c-sirf.txt10 - clock-frequency : Constains desired I2C/HS-I2C bus clock frequency in Hz.
Di2c-zx2967.txt10 - clock-frequency: the desired I2C bus clock frequency.
Di2c-wmt.txt12 - clock-frequency : desired I2C bus clock frequency in Hz.
Di2c-digicolor.txt12 - clock-frequency: the desired I2C bus clock frequency in Hz; in

12345678910>>...15