/Linux-v4.19/arch/powerpc/platforms/pseries/ |
D | vio.c | 99 size_t desired; member 250 if (excess_freed && (vio_cmo.desired > vio_cmo.reserve.size)) { in vio_cmo_dealloc() 251 tmp = min(excess_freed, (vio_cmo.desired - vio_cmo.reserve.size)); in vio_cmo_dealloc() 405 cmo->desired = cmo->min; in vio_cmo_balance() 416 cmo->desired += (viodev->cmo.desired - VIO_CMO_MIN_ENT); in vio_cmo_balance() 431 if (viodev->cmo.desired <= level) { in vio_cmo_balance() 442 chunk = min(chunk, (viodev->cmo.desired - in vio_cmo_balance() 641 void vio_cmo_set_dev_desired(struct vio_dev *viodev, size_t desired) in vio_cmo_set_dev_desired() argument 651 if (desired < VIO_CMO_MIN_ENT) in vio_cmo_set_dev_desired() 652 desired = VIO_CMO_MIN_ENT; in vio_cmo_set_dev_desired() [all …]
|
/Linux-v4.19/arch/x86/platform/olpc/ |
D | olpc.c | 70 static int __wait_on_ibf(unsigned int line, unsigned int port, int desired) in __wait_on_ibf() argument 75 for (timeo = ec_timeout; state != desired && timeo; timeo--) { in __wait_on_ibf() 80 if ((state == desired) && (ec_timeout > EC_BASE_TIMEOUT) && in __wait_on_ibf() 86 return !(state == desired); in __wait_on_ibf() 90 static int __wait_on_obf(unsigned int line, unsigned int port, int desired) in __wait_on_obf() argument 95 for (timeo = ec_timeout; state != desired && timeo; timeo--) { in __wait_on_obf() 100 if ((state == desired) && (ec_timeout > EC_BASE_TIMEOUT) && in __wait_on_obf() 106 return !(state == desired); in __wait_on_obf()
|
/Linux-v4.19/drivers/pci/controller/ |
D | pci-mvebu.c | 388 const struct mvebu_pcie_window *desired, in mvebu_pcie_set_window() argument 391 if (desired->base == cur->base && desired->remap == cur->remap && in mvebu_pcie_set_window() 392 desired->size == cur->size) in mvebu_pcie_set_window() 407 if (desired->size == 0) in mvebu_pcie_set_window() 410 mvebu_pcie_add_windows(port, target, attribute, desired->base, in mvebu_pcie_set_window() 411 desired->size, desired->remap); in mvebu_pcie_set_window() 412 *cur = *desired; in mvebu_pcie_set_window() 417 struct mvebu_pcie_window desired = {}; in mvebu_pcie_handle_iobase_change() local 424 &desired, &port->iowin); in mvebu_pcie_handle_iobase_change() 441 desired.remap = ((port->bridge.iobase & 0xF0) << 8) | in mvebu_pcie_handle_iobase_change() [all …]
|
/Linux-v4.19/Documentation/isdn/ |
D | README.hfc-pci | 24 at the hisax module load command line. Supply the load command with the desired 25 IO-address of the desired card. 33 Then the desired card will be the initialised in the desired order.
|
/Linux-v4.19/Documentation/thermal/ |
D | power_allocator.txt | 13 2. "desired temperature" trip point: it should be higher than the 64 sustained power that can be dissipated at the desired control 66 the desired maximum temperature. The actual sustained power can vary 104 above "desired temperature" trip point). Conversely, `k_pu` is the 106 (current temperature below "desired temperature" trip point). 131 desired temperature and the current one. When the current temperature 132 is the desired one, then the proportional component is zero and 142 T_set is the desired temperature 155 rises from the switch on temperature to the desired temperature.
|
/Linux-v4.19/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-v4.19/arch/powerpc/include/asm/ |
D | vio.h | 107 size_t desired; member 139 extern void vio_cmo_set_dev_desired(struct vio_dev *viodev, size_t desired);
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ |
D | csr,atlas7-car.txt | 9 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
|
D | pxa-clock.txt | 7 The clock consumer should specify the desired clock by having the clock
|
D | imx6sl-clock.txt | 8 The clock consumer should specify the desired clock by having the clock
|
D | efm32-clock.txt | 9 The clock consumer should specify the desired clock by having the clock ID in
|
D | fujitsu,mb86s70-crg11.txt | 8 The consumer specifies the desired clock pointing to its phandle.
|
/Linux-v4.19/Documentation/laptops/ |
D | toshiba_haps.txt | 28 file to set the desired protection level or sensor sensibility. 37 PTLV - Sets the desired protection level. 71 level, as well as set the desired protection level, the
|
/Linux-v4.19/Documentation/hwmon/ |
D | max31790 | 19 PWM outputs. The desired fan speeds (or PWM duty cycles) are written 35 fan[1-6]_target RW desired fan speed in RPM
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-g-parm.rst | 109 - This is the desired period between successive frames captured by 113 Applications store here the desired frame period, drivers return 132 - Applications set this field to the desired number of buffers used 162 - This is the desired period between successive frames output by the 170 Applications store here the desired frame period, drivers return 189 - Applications set this field to the desired number of buffers used
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | max2175.rst | 32 - The LO frequency position is below the desired frequency. 34 - The LO frequency position is above the desired frequency.
|
/Linux-v4.19/include/linux/ |
D | mdio-mux.h | 25 int (*switch_fn) (int cur, int desired, void *data),
|
/Linux-v4.19/Documentation/networking/ |
D | ipv6.txt | 19 IPv6 addresses or operations are desired. 59 This might be used when no IPv6 addresses are desired.
|
/Linux-v4.19/Documentation/devicetree/bindings/mmc/ |
D | rockchip-dw-mshc.txt | 37 * rockchip,desired-num-phases: The desired number of times that the host
|
/Linux-v4.19/Documentation/devicetree/bindings/i2c/ |
D | brcm,bcm2835-i2c.txt | 10 - clock-frequency : desired I2C bus clock frequency in Hz.
|
D | i2c-sirf.txt | 10 - clock-frequency : Constains desired I2C/HS-I2C bus clock frequency in Hz.
|
D | i2c-zx2967.txt | 10 - clock-frequency: the desired I2C bus clock frequency.
|
D | i2c-vt8500.txt | 12 - clock-frequency : desired I2C bus clock frequency in Hz.
|
/Linux-v4.19/kernel/rcu/ |
D | Kconfig.debug | 24 after the fact on the running kernel to be tested, if desired. 41 after the fact on the running kernel to be tested, if desired.
|
/Linux-v4.19/drivers/net/ethernet/ibm/ |
D | ibmvnic.c | 856 __ibmvnic_set_mac(netdev, &adapter->desired.mac); in ibmvnic_login() 1731 memcpy(&adapter->desired.mac, addr, sizeof(struct sockaddr)); in ibmvnic_set_mac() 2230 adapter->desired.mtu = adapter->fallback.mtu; in wait_for_reset() 2231 adapter->desired.rx_queues = adapter->fallback.rx_queues; in wait_for_reset() 2232 adapter->desired.tx_queues = adapter->fallback.tx_queues; in wait_for_reset() 2233 adapter->desired.rx_entries = adapter->fallback.rx_entries; in wait_for_reset() 2234 adapter->desired.tx_entries = adapter->fallback.tx_entries; in wait_for_reset() 2252 adapter->desired.mtu = new_mtu + ETH_HLEN; in ibmvnic_change_mtu() 2376 adapter->desired.rx_entries = ring->rx_pending; in ibmvnic_set_ringparam() 2377 adapter->desired.tx_entries = ring->tx_pending; in ibmvnic_set_ringparam() [all …]
|