/linux-6.12.1/arch/powerpc/platforms/pseries/ |
D | vio.c | 98 size_t desired; member 249 if (excess_freed && (vio_cmo.desired > vio_cmo.reserve.size)) { in vio_cmo_dealloc() 250 tmp = min(excess_freed, (vio_cmo.desired - vio_cmo.reserve.size)); in vio_cmo_dealloc() 404 cmo->desired = cmo->min; in vio_cmo_balance() 415 cmo->desired += (viodev->cmo.desired - VIO_CMO_MIN_ENT); in vio_cmo_balance() 430 if (viodev->cmo.desired <= level) { in vio_cmo_balance() 441 chunk = min(chunk, (viodev->cmo.desired - in vio_cmo_balance() 628 void vio_cmo_set_dev_desired(struct vio_dev *viodev, size_t desired) in vio_cmo_set_dev_desired() argument 638 if (desired < VIO_CMO_MIN_ENT) in vio_cmo_set_dev_desired() 639 desired = VIO_CMO_MIN_ENT; in vio_cmo_set_dev_desired() [all …]
|
/linux-6.12.1/arch/x86/platform/olpc/ |
D | olpc.c | 63 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-6.12.1/drivers/pci/controller/ |
D | pci-mvebu.c | 483 const struct mvebu_pcie_window *desired, in mvebu_pcie_set_window() argument 488 if (desired->base == cur->base && desired->remap == cur->remap && in mvebu_pcie_set_window() 489 desired->size == cur->size) in mvebu_pcie_set_window() 504 if (desired->size == 0) in mvebu_pcie_set_window() 507 ret = mvebu_pcie_add_windows(port, target, attribute, desired->base, in mvebu_pcie_set_window() 508 desired->size, desired->remap); in mvebu_pcie_set_window() 515 *cur = *desired; in mvebu_pcie_set_window() 521 struct mvebu_pcie_window desired = {}; in mvebu_pcie_handle_iobase_change() local 528 &desired, &port->iowin); in mvebu_pcie_handle_iobase_change() 537 desired.remap = ((conf->iobase & 0xF0) << 8) | in mvebu_pcie_handle_iobase_change() [all …]
|
/linux-6.12.1/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_bo.c | 741 static u32 placement_flags(u32 domain, u32 desired, u32 fallback) in placement_flags() argument 743 if (desired & fallback & domain) in placement_flags() 746 if (desired & domain) in placement_flags() 753 set_placement_list(struct ttm_place *pl, u32 desired, u32 fallback) in set_placement_list() argument 755 u32 domain = desired | fallback; in set_placement_list() 763 pl[n].flags = placement_flags(VMW_BO_DOMAIN_MOB, desired, in set_placement_list() 771 pl[n].flags = placement_flags(VMW_BO_DOMAIN_GMR, desired, in set_placement_list() 779 pl[n].flags = placement_flags(VMW_BO_DOMAIN_VRAM, desired, in set_placement_list() 788 desired, fallback); in set_placement_list() 795 pl[n].flags = placement_flags(VMW_BO_DOMAIN_SYS, desired, in set_placement_list()
|
/linux-6.12.1/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-dds | 10 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-6.12.1/Documentation/driver-api/thermal/ |
D | power_allocator.rst | 14 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 107 above "desired temperature" trip point). Conversely, `k_pu` is the 109 (current temperature below "desired temperature" trip point). 134 desired temperature and the current one. When the current temperature 135 is the desired one, then the proportional component is zero and 147 - T_set is the desired temperature 160 rises from the switch on temperature to the desired temperature.
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | vio.h | 103 size_t desired; member 136 extern void vio_cmo_set_dev_desired(struct vio_dev *viodev, size_t desired);
|
/linux-6.12.1/Documentation/admin-guide/laptops/ |
D | toshiba_haps.rst | 29 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-6.12.1/Documentation/hwmon/ |
D | max31790.rst | 23 PWM outputs. The desired fan speeds (or PWM duty cycles) are written 40 fan[1-6]_target RW desired fan speed in RPM
|
D | smsc47b397.rst | 124 The desired configuration registers are accessed in two steps: 128 desired logical device to the DATA PORT. 130 b. Write the address of the desired configuration register within the
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | vidioc-g-parm.rst | 107 - This is the desired period between successive frames captured by 119 Applications store here the desired frame period, drivers return 137 - Applications set this field to the desired number of buffers used 166 - This is the desired period between successive frames output by the 179 Applications store here the desired frame period, drivers return 197 - Applications set this field to the desired number of buffers used
|
/linux-6.12.1/fs/xfs/scrub/ |
D | alloc_repair.c | 448 unsigned int desired; in xrep_abt_reserve_space() local 471 desired = required - allocated; in xrep_abt_reserve_space() 485 len = min_t(unsigned int, arec.ar_blockcount, desired); in xrep_abt_reserve_space() 497 if (arec.ar_blockcount > desired) { in xrep_abt_reserve_space() 504 arec.ar_startblock += desired; in xrep_abt_reserve_space() 505 arec.ar_blockcount -= desired; in xrep_abt_reserve_space()
|
/linux-6.12.1/Documentation/userspace-api/media/drivers/ |
D | max2175.rst | 34 - The LO frequency position is below the desired frequency. 36 - The LO frequency position is above the desired frequency.
|
/linux-6.12.1/include/linux/ |
D | mdio-mux.h | 25 int (*switch_fn) (int cur, int desired, void *data),
|
/linux-6.12.1/Documentation/networking/ |
D | ipv6.rst | 25 IPv6 addresses or operations are desired. 65 This might be used when no IPv6 addresses are desired.
|
/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
D | pxa-clock.txt | 7 The clock consumer should specify the desired clock by having the clock
|
D | fujitsu,mb86s70-crg11.txt | 8 The consumer specifies the desired clock pointing to its phandle.
|
D | clps711x-clock.txt | 9 The clock consumer should specify the desired clock by having the clock
|
D | lsi,axm5516-clks.txt | 9 The consumer specifies the desired clock by having the clock ID in its "clocks"
|
D | armada3700-tbg-clock.txt | 6 The TBG clock consumer should specify the desired clock by having the
|
/linux-6.12.1/Documentation/devicetree/bindings/i2c/ |
D | i2c-wmt.txt | 12 - clock-frequency : desired I2C bus clock frequency in Hz.
|
D | i2c-digicolor.txt | 12 - clock-frequency: the desired I2C bus clock frequency in Hz; in
|
/linux-6.12.1/fs/hostfs/ |
D | hostfs_kern.c | 781 struct inode *ino, int desired) in hostfs_permission() argument 786 if (desired & MAY_NOT_BLOCK) in hostfs_permission() 789 if (desired & MAY_READ) r = 1; in hostfs_permission() 790 if (desired & MAY_WRITE) w = 1; in hostfs_permission() 791 if (desired & MAY_EXEC) x = 1; in hostfs_permission() 803 err = generic_permission(&nop_mnt_idmap, ino, desired); in hostfs_permission()
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-class-thermal | 141 is when the current temperature is above the "desired 151 is when the current temperature is below the "desired 159 Temperature offset from the desired temperature trip point 163 accumulates error when temperature is above the desired
|
/linux-6.12.1/drivers/staging/most/ |
D | Kconfig | 9 desired access from userspace (e.g. character devices) and one that
|