/linux/arch/powerpc/platforms/pseries/ |
A D | vio.c | 97 size_t desired; member 414 cmo->desired += (viodev->cmo.desired - VIO_CMO_MIN_ENT); in vio_cmo_balance() 656 if (desired >= viodev->cmo.desired) { in vio_cmo_set_dev_desired() 658 vio_cmo.desired += desired - viodev->cmo.desired; in vio_cmo_set_dev_desired() 659 viodev->cmo.desired = desired; in vio_cmo_set_dev_desired() 662 vio_cmo.desired -= viodev->cmo.desired - desired; in vio_cmo_set_dev_desired() 663 viodev->cmo.desired = desired; in vio_cmo_set_dev_desired() 737 viodev->cmo.desired = in vio_cmo_bus_probe() 767 vio_cmo.desired += (viodev->cmo.desired - in vio_cmo_bus_probe() 793 vio_cmo.desired += viodev->cmo.desired; in vio_cmo_bus_probe() [all …]
|
/linux/arch/x86/platform/olpc/ |
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/ |
A D | pci-mvebu.c | 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() 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() 396 desired.base = port->pcie->io.start + desired.remap; in mvebu_pcie_handle_iobase_change() 399 desired.remap) + in mvebu_pcie_handle_iobase_change() 415 &desired, &port->memwin); in mvebu_pcie_handle_membase_change() [all …]
|
/linux/Documentation/driver-api/thermal/ |
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/drivers/staging/iio/Documentation/ |
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/Documentation/devicetree/bindings/pinctrl/ |
A D | renesas,rza2-pinctrl.yaml | 53 (or a single) pin in some desired alternate function mode. 55 pin number and the desired function index. Use the RZA2_PINMUX macro 59 to express the desired port pin.
|
A D | canaan,k210-fpioa.yaml | 51 FPIOA client devices use sub-nodes to define the desired pin 60 desired function for the IO pin. Functions are defined as 74 FPIOA client devices use sub-nodes to define the desired
|
/linux/Documentation/admin-guide/laptops/ |
A 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/arch/powerpc/include/asm/ |
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/ |
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/Documentation/hwmon/ |
A 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
|
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
|
/linux/Documentation/userspace-api/media/drivers/ |
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/devicetree/bindings/sound/ |
A D | nvidia,tegra186-dspk.yaml | 12 the desired sampling rate by interpolation and then converts the 13 over sampled Pulse Code Modulation (PCM) input to the desired 1-bit
|
/linux/Documentation/devicetree/bindings/display/panel/ |
A D | tpo,tpg110.yaml | 16 driver is strapped up in electronics to the desired resolution 27 If some electrical strap or alternate resolution is desired,
|
/linux/Documentation/networking/ |
A D | ipv6.rst | 25 IPv6 addresses or operations are desired. 65 This might be used when no IPv6 addresses are desired.
|
/linux/drivers/mmc/host/ |
A D | mmci_stm32_sdmmc.c | 195 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()
|
/linux/kernel/rcu/ |
A D | Kconfig.debug | 38 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.
|
/linux/fs/hostfs/ |
A D | hostfs_kern.c | 765 struct inode *ino, int desired) in hostfs_permission() argument 770 if (desired & MAY_NOT_BLOCK) in hostfs_permission() 773 if (desired & MAY_READ) r = 1; in hostfs_permission() 774 if (desired & MAY_WRITE) w = 1; in hostfs_permission() 775 if (desired & MAY_EXEC) x = 1; in hostfs_permission() 787 err = generic_permission(&init_user_ns, ino, desired); in hostfs_permission()
|
/linux/include/linux/ |
A D | mdio-mux.h | 25 int (*switch_fn) (int cur, int desired, void *data),
|
/linux/Documentation/ABI/testing/ |
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/drivers/net/ethernet/ibm/ |
A D | ibmvnic.c | 3850 if (adapter->desired.mtu) in send_request_cap() 3856 adapter->desired.tx_entries = in send_request_cap() 3859 adapter->desired.rx_entries = in send_request_cap() 3875 if (adapter->desired.tx_entries) in send_request_cap() 3877 adapter->desired.tx_entries; in send_request_cap() 3882 if (adapter->desired.rx_entries) in send_request_cap() 3884 adapter->desired.rx_entries; in send_request_cap() 3889 if (adapter->desired.tx_queues) in send_request_cap() 3891 adapter->desired.tx_queues; in send_request_cap() 3896 if (adapter->desired.rx_queues) in send_request_cap() [all …]
|
/linux/Documentation/devicetree/bindings/clock/ |
A D | pxa-clock.txt | 7 The clock consumer should specify the desired clock by having the clock
|
/linux/fs/f2fs/ |
A D | segment.h | 876 long nr_to_write, desired; in nr_pages_to_write() local 882 desired = BIO_MAX_VECS; in nr_pages_to_write() 884 desired <<= 1; in nr_pages_to_write() 886 wbc->nr_to_write = desired; in nr_pages_to_write() 887 return desired - nr_to_write; in nr_pages_to_write()
|
/linux/Documentation/devicetree/bindings/mmc/ |
A D | rockchip-dw-mshc.yaml | 82 rockchip,desired-num-phases: 88 The desired number of times that the host execute tuning when needed.
|