| /linux/arch/powerpc/platforms/pseries/ |
| H A 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() 631 void vio_cmo_set_dev_desired(struct vio_dev *viodev, size_t desired) in vio_cmo_set_dev_desired() argument 641 if (desired < VIO_CMO_MIN_ENT) in vio_cmo_set_dev_desired() 642 desired = VIO_CMO_MIN_ENT; in vio_cmo_set_dev_desired() [all …]
|
| /linux/arch/x86/platform/olpc/ |
| H A 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/drivers/pci/controller/ |
| H A 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/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_bo.c | 737 static u32 placement_flags(u32 domain, u32 desired, u32 fallback) in placement_flags() argument 739 if (desired & fallback & domain) in placement_flags() 742 if (desired & domain) in placement_flags() 749 set_placement_list(struct ttm_place *pl, u32 desired, u32 fallback) in set_placement_list() argument 751 u32 domain = desired | fallback; in set_placement_list() 759 pl[n].flags = placement_flags(VMW_BO_DOMAIN_MOB, desired, in set_placement_list() 767 pl[n].flags = placement_flags(VMW_BO_DOMAIN_GMR, desired, in set_placement_list() 775 pl[n].flags = placement_flags(VMW_BO_DOMAIN_VRAM, desired, in set_placement_list() 784 desired, fallback); in set_placement_list() 791 pl[n].flags = placement_flags(VMW_BO_DOMAIN_SYS, desired, in set_placement_list()
|
| /linux/Documentation/driver-api/thermal/ |
| H A 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/rust/syn/ |
| H A D | bigint.rs | 35 let desired = in reserve_two_digits() localVariable 37 self.digits.resize(desired, 0); in reserve_two_digits()
|
| /linux/drivers/staging/iio/Documentation/ |
| H A 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/arch/powerpc/include/asm/ |
| H A D | vio.h | 103 size_t desired; member 136 extern void vio_cmo_set_dev_desired(struct vio_dev *viodev, size_t desired);
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A 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/fs/xfs/scrub/ |
| H A D | alloc_repair.c | 447 unsigned int desired; in xrep_abt_reserve_space() local 470 desired = required - allocated; in xrep_abt_reserve_space() 484 len = min_t(unsigned int, arec.ar_blockcount, desired); in xrep_abt_reserve_space() 496 if (arec.ar_blockcount > desired) { in xrep_abt_reserve_space() 503 arec.ar_startblock += desired; in xrep_abt_reserve_space() 504 arec.ar_blockcount -= desired; in xrep_abt_reserve_space()
|
| /linux/Documentation/userspace-api/media/drivers/ |
| H A D | max2175.rst | 34 - The LO frequency position is below the desired frequency. 36 - The LO frequency position is above the desired frequency.
|
| /linux/Documentation/networking/ |
| H A D | ipv6.rst | 25 IPv6 addresses or operations are desired. 65 This might be used when no IPv6 addresses are desired.
|
| /linux/include/linux/ |
| H A D | mdio-mux.h | 25 int (*switch_fn) (int cur, int desired, void *data),
|
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | pxa-clock.txt | 7 The clock consumer should specify the desired clock by having the clock
|
| /linux/Documentation/ABI/testing/ |
| H A 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/Documentation/hwmon/ |
| H A 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
|
| H A D | max6620.rst | 28 range or accuracy, the desired value can be set by a programmable register
|
| /linux/fs/hostfs/ |
| H A D | hostfs_kern.c | 778 struct inode *ino, int desired) in hostfs_permission() argument 783 if (desired & MAY_NOT_BLOCK) in hostfs_permission() 786 if (desired & MAY_READ) r = 1; in hostfs_permission() 787 if (desired & MAY_WRITE) w = 1; in hostfs_permission() 788 if (desired & MAY_EXEC) x = 1; in hostfs_permission() 800 err = generic_permission(&nop_mnt_idmap, ino, desired); in hostfs_permission()
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | ocxl.c | 211 static u16 assign_fn_actags(u16 desired, u16 total) in assign_fn_actags() argument 216 count = desired; in assign_fn_actags() 218 count = PNV_OCXL_ACTAG_MAX * desired / total; in assign_fn_actags()
|
| /linux/drivers/staging/most/ |
| H A D | Kconfig | 9 desired access from userspace (e.g. character devices) and one that
|
| /linux/drivers/mmc/host/ |
| H A D | mmci_stm32_sdmmc.c | 298 static void mmci_sdmmc_set_clkreg(struct mmci_host *host, unsigned int desired) in mmci_sdmmc_set_clkreg() argument 311 if (desired) { in mmci_sdmmc_set_clkreg() 312 if (desired >= host->mclk && !ddr) { in mmci_sdmmc_set_clkreg() 315 clk = DIV_ROUND_UP(host->mclk, 2 * desired); in mmci_sdmmc_set_clkreg()
|
| /linux/Documentation/devicetree/bindings/i2c/ |
| H A D | i2c-altera.txt | 14 - clock-frequency : desired I2C bus clock frequency in Hz.
|
| /linux/drivers/net/ethernet/ibm/ |
| H A D | ibmvnic.c | 3654 adapter->desired.mtu = adapter->fallback.mtu; in wait_for_reset() 3655 adapter->desired.rx_queues = adapter->fallback.rx_queues; in wait_for_reset() 3656 adapter->desired.tx_queues = adapter->fallback.tx_queues; in wait_for_reset() 3657 adapter->desired.rx_entries = adapter->fallback.rx_entries; in wait_for_reset() 3658 adapter->desired.tx_entries = adapter->fallback.tx_entries; in wait_for_reset() 3684 adapter->desired.mtu = new_mtu + ETH_HLEN; in ibmvnic_change_mtu() 3810 adapter->desired.rx_entries = ring->rx_pending; in ibmvnic_set_ringparam() 3811 adapter->desired.tx_entries = ring->tx_pending; in ibmvnic_set_ringparam() 3836 adapter->desired.rx_queues = channels->rx_count; in ibmvnic_set_channels() 3837 adapter->desired.tx_queues = channels->tx_count; in ibmvnic_set_channels() [all …]
|
| /linux/tools/testing/selftests/powerpc/benchmarks/ |
| H A D | context_switch.c | 265 unsigned long desired) in cmpxchg() argument 269 __atomic_compare_exchange_n(p, &exp, desired, 0, in cmpxchg()
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | amd-pstate.rst | 131 register drives the behavior of the desired performance target. 147 ``amd-pstate`` specifies a desired target in the CPPC performance scale as 150 level, desired performance expresses the average performance level of the 182 Then, ``amd-pstate`` updates the desired performance according to the CPU 317 to the low-level firmware about the user's desired energy vs efficiency 368 user desired power state and react to those. 370 based on the power source and will not react to user desired power state. 397 - In autonomous mode, platform ignores the desired performance level request 400 - In non-autonomous mode, platform gets desired performance level 425 In this mode, ``amd_pstate`` driver software specifies a desired QoS target in the CPPC [all …]
|