Home
last modified time | relevance | path

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

12345678910>>...15

/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
Dvio.c96 size_t desired; member
247 if (excess_freed && (vio_cmo.desired > vio_cmo.reserve.size)) { in vio_cmo_dealloc()
248 tmp = min(excess_freed, (vio_cmo.desired - vio_cmo.reserve.size)); in vio_cmo_dealloc()
402 cmo->desired = cmo->min; in vio_cmo_balance()
413 cmo->desired += (viodev->cmo.desired - VIO_CMO_MIN_ENT); in vio_cmo_balance()
428 if (viodev->cmo.desired <= level) { in vio_cmo_balance()
439 chunk = min(chunk, (viodev->cmo.desired - in vio_cmo_balance()
625 void vio_cmo_set_dev_desired(struct vio_dev *viodev, size_t desired) in vio_cmo_set_dev_desired() argument
635 if (desired < VIO_CMO_MIN_ENT) in vio_cmo_set_dev_desired()
636 desired = VIO_CMO_MIN_ENT; in vio_cmo_set_dev_desired()
[all …]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/pci/controller/
Dpci-mvebu.c340 const struct mvebu_pcie_window *desired, in mvebu_pcie_set_window() argument
343 if (desired->base == cur->base && desired->remap == cur->remap && in mvebu_pcie_set_window()
344 desired->size == cur->size) in mvebu_pcie_set_window()
359 if (desired->size == 0) in mvebu_pcie_set_window()
362 mvebu_pcie_add_windows(port, target, attribute, desired->base, in mvebu_pcie_set_window()
363 desired->size, desired->remap); in mvebu_pcie_set_window()
364 *cur = *desired; in mvebu_pcie_set_window()
369 struct mvebu_pcie_window desired = {}; in mvebu_pcie_handle_iobase_change() local
377 &desired, &port->iowin); in mvebu_pcie_handle_iobase_change()
394 desired.remap = ((conf->iobase & 0xF0) << 8) | in mvebu_pcie_handle_iobase_change()
[all …]
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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);
/kernel/linux/linux-5.10/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
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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dvidioc-g-parm.rst108 - This is the desired period between successive frames captured by
120 Applications store here the desired frame period, drivers return
138 - Applications set this field to the desired number of buffers used
167 - This is the desired period between successive frames output by the
180 Applications store here the desired frame period, drivers return
198 - Applications set this field to the desired number of buffers used
/kernel/linux/linux-5.10/Documentation/userspace-api/media/drivers/
Dmax2175.rst34 - The LO frequency position is below the desired frequency.
36 - The LO frequency position is above the desired frequency.
/kernel/linux/linux-5.10/include/linux/
Dmdio-mux.h25 int (*switch_fn) (int cur, int desired, void *data),
/kernel/linux/linux-5.10/Documentation/networking/
Dipv6.rst25 IPv6 addresses or operations are desired.
65 This might be used when no IPv6 addresses are desired.
/kernel/linux/linux-5.10/drivers/mmc/host/
Dmmci_stm32_sdmmc.c195 static void mmci_sdmmc_set_clkreg(struct mmci_host *host, unsigned int desired) in mmci_sdmmc_set_clkreg() argument
208 if (desired) { in mmci_sdmmc_set_clkreg()
209 if (desired >= host->mclk && !ddr) { in mmci_sdmmc_set_clkreg()
212 clk = DIV_ROUND_UP(host->mclk, 2 * desired); in mmci_sdmmc_set_clkreg()
/kernel/linux/linux-5.10/kernel/rcu/
DKconfig.debug38 after the fact on the running kernel to be tested, if desired.
57 after the fact on the running kernel to be tested, if desired.
77 tested, if desired.
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
Docxl.c212 static u16 assign_fn_actags(u16 desired, u16 total) in assign_fn_actags() argument
217 count = desired; in assign_fn_actags()
219 count = PNV_OCXL_ACTAG_MAX * desired / total; in assign_fn_actags()
/kernel/linux/linux-5.10/fs/hostfs/
Dhostfs_kern.c759 static int hostfs_permission(struct inode *ino, int desired) in hostfs_permission() argument
764 if (desired & MAY_NOT_BLOCK) in hostfs_permission()
767 if (desired & MAY_READ) r = 1; in hostfs_permission()
768 if (desired & MAY_WRITE) w = 1; in hostfs_permission()
769 if (desired & MAY_EXEC) x = 1; in hostfs_permission()
781 err = generic_permission(ino, desired); in hostfs_permission()

12345678910>>...15