| /kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
| D | vio.c | 85 * @desired: desired memory for system operation 98 size_t desired; member 185 * pool is used to increase the reserve pool toward the desired entitlement 245 * Increase the reserve pool until the desired allocation is met. in vio_cmo_dealloc() 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() 372 * The list of devices is iterated through to recalculate the desired 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() [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
| D | vio.c | 83 * @desired: desired memory for system operation 96 size_t desired; member 183 * pool is used to increase the reserve pool toward the desired entitlement 243 * Increase the reserve pool until the desired allocation is met. in vio_cmo_dealloc() 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() 370 * The list of devices is iterated through to recalculate the desired 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() [all …]
|
| /kernel/linux/linux-5.10/tools/perf/include/bpf/linux/ |
| D | socket.h | 6 * Desired design of maximum size and alignment (see RFC2553) 10 /* Implementation specific desired alignment */ 18 /* space to achieve desired size, */ 20 } __attribute__ ((aligned(_K_SS_ALIGNSIZE))); /* force desired alignment */
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | gpio.h | 123 * desired debounce period, in microseconds 172 * @offsets: an array of desired lines, specified by offset index for the 174 * @consumer: a desired consumer label for the selected GPIO lines such as 380 * @lineoffsets: an array of desired lines, specified by offset index for the 382 * @flags: desired flags for the desired GPIO lines, such as 392 * @consumer_label: a desired consumer label for the selected GPIO line(s) 435 * the desired target state 451 * @lineoffset: the desired line to subscribe to events from, specified by 453 * @handleflags: desired handle flags for the desired GPIO line, such as 455 * @eventflags: desired flags for the desired GPIO event line, such as [all …]
|
| D | socket.h | 6 * Desired design of maximum size and alignment (see RFC2553) 22 /* space to achieve desired size, */ 25 void *__align; /* implementation specific desired alignment */
|
| /kernel/linux/linux-5.10/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 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-6.6/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.
|
| /kernel/linux/linux-5.10/drivers/pci/controller/ |
| D | pci-mvebu.c | 340 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-6.6/include/uapi/linux/ |
| D | gpio.h | 128 * desired debounce period, in microseconds 177 * @offsets: an array of desired lines, specified by offset index for the 179 * @consumer: a desired consumer label for the selected GPIO lines such as 389 * @lineoffsets: an array of desired lines, specified by offset index for the 391 * @flags: desired flags for the desired GPIO lines, such as 401 * @consumer_label: a desired consumer label for the selected GPIO line(s) 444 * the desired target state 460 * @lineoffset: the desired line to subscribe to events from, specified by 462 * @handleflags: desired handle flags for the desired GPIO line, such as 464 * @eventflags: desired flags for the desired GPIO event line, such as [all …]
|
| D | socket.h | 6 * Desired design of maximum size and alignment (see RFC2553) 22 /* space to achieve desired size, */ 25 void *__align; /* implementation specific desired alignment */
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/tools/power/x86/x86_energy_perf_policy/ |
| D | x86_energy_perf_policy.8 | 14 .RB "field: \-\-all | \-\-epb | \-\-hwp-epp | \-\-hwp-min | \-\-hwp-max | \-\-hwp-desired" 118 (--hwp-min, --hwp-max, --hwp-desired), the value option 142 \fB-D, --hwp-desired\fP request HWP 'desired' frequency. 150 This parameter is meaningful only when the "desired" field above is non-zero. 178 Note that --hwp-desired and --hwp-window are considered experimental.
|
| /kernel/linux/linux-6.6/tools/power/x86/x86_energy_perf_policy/ |
| D | x86_energy_perf_policy.8 | 14 .RB "field: \-\-all | \-\-epb | \-\-hwp-epp | \-\-hwp-min | \-\-hwp-max | \-\-hwp-desired" 118 (--hwp-min, --hwp-max, --hwp-desired), the value option 142 \fB-D, --hwp-desired\fP request HWP 'desired' frequency. 150 This parameter is meaningful only when the "desired" field above is non-zero. 178 Note that --hwp-desired and --hwp-window are considered experimental.
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| D | idle_book3s.S | 22 * Desired PSSCR in r3 38 * Desired PSSCR in r3 42 * idle_return_gpr_loss with r3 set to desired return value. 86 * Desired return value in r3 145 * Desired instruction type in r3 149 * idle_return_gpr_loss with r3 set to desired return value.
|
| /kernel/linux/linux-6.6/arch/powerpc/kernel/ |
| D | idle_book3s.S | 22 * Desired PSSCR in r3 38 * Desired PSSCR in r3 42 * idle_return_gpr_loss with r3 set to desired return value. 86 * Desired return value in r3 145 * Desired instruction type in r3 149 * idle_return_gpr_loss with r3 set to desired return value.
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | vidioc-g-parm.rst | 108 - 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-6.6/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
|
| /kernel/linux/linux-6.6/drivers/pci/ |
| D | search.c | 135 * @busnr: number of desired PCI bus 137 * Given a PCI bus number and domain number, the desired PCI bus is located 182 * @bus: PCI bus on which desired PCI device resides 183 * @devfn: encodes number of PCI slot in which the desired PCI 187 * Given a PCI bus and slot/function number, the desired PCI device 216 * @bus: PCI bus on which desired PCI device resides 217 * @devfn: encodes number of PCI slot in which the desired PCI device 221 * Given a PCI domain, bus, and slot/function number, the desired PCI
|
| /kernel/linux/linux-5.10/drivers/pci/ |
| D | search.c | 135 * @busnr: number of desired PCI bus 137 * Given a PCI bus number and domain number, the desired PCI bus is located 183 * @bus: PCI bus on which desired PCI device resides 184 * @devfn: encodes number of PCI slot in which the desired PCI 188 * Given a PCI bus and slot/function number, the desired PCI device 218 * @bus: PCI bus on which desired PCI device resides 219 * @devfn: encodes number of PCI slot in which the desired PCI device 223 * Given a PCI domain, bus, and slot/function number, the desired PCI
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
| D | ocxl.c | 50 * of desired actags. The host must configure in the config space of 70 * count of desired actags for the device, and assign the actags to 184 * Check how many actags are desired for the AFUs under that in pnv_ocxl_fixup_actag() 212 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() 242 pr_debug("link %x:%x:%x fct %d actags: start=%d count=%d (desired=%d)\n", in assign_actags() 266 * the desired actag counts during PCI enumeration, so that we in pnv_ocxl_get_actag()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | ptp_clock_kernel.h | 58 * parameter scaled_ppm: Desired frequency offset from 65 * parameter delta: Desired frequency offset from nominal frequency 69 * parameter delta: Desired change in nanoseconds. 72 * parameter delta: Desired change in nanoseconds. 96 * parameter request: Desired resource to enable or disable. 108 * parameter func: the desired function to use.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/pinctrl/ |
| D | renesas,rza2-pinctrl.yaml | 52 (or a single) pin in some desired alternate function mode. 54 pin number and the desired function index. Use the RZA2_PINMUX macro 58 to express the desired port pin.
|