/linux/arch/powerpc/platforms/pseries/ |
H A 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 …]
|
/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/include/uapi/linux/ |
H A 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 392 * @lineoffsets: an array of desired lines, specified by offset index for the 394 * @flags: desired flags for the desired GPIO lines, such as 404 * @consumer_label: a desired consumer label for the selected GPIO line(s) 446 * the desired target state. States are 0 (inactive) or 1 (active). 463 * @lineoffset: the desired line to subscribe to events from, specified by 465 * @handleflags: desired handle flags for the desired GPIO line, such as 467 * @eventflags: desired flags for the desired GPIO event line, such as [all …]
|
H A 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 */
|
/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/tools/power/x86/x86_energy_perf_policy/ |
H A 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.
|
/linux/arch/powerpc/kernel/ |
H A 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.
|
/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/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/drivers/pci/ |
H A 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
|
/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/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_hdcp.h | 57 * hdcp perperties, like type, undesired, desired, enabled, 63 /* un-desired, desired, enabled */
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A 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.
|
/linux/drivers/media/usb/gspca/ |
H A D | autogain_functions.c | 32 desired lumination fast (with the risc of a slight overshoot) */ in gspca_expo_autogain() 35 gspca_dbg(gspca_dev, D_FRAM, "autogain: lum: %d, desired: %d, steps: %d\n", in gspca_expo_autogain() 117 desired lumination fast (with the risc of a slight overshoot) */ in gspca_coarse_grained_expo_autogain() 120 gspca_dbg(gspca_dev, D_FRAM, "autogain: lum: %d, desired: %d, steps: %d\n", in gspca_coarse_grained_expo_autogain()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | global_map_resize.c | 176 /* set desired size a fraction of element size beyond an aligned size */ in global_map_resize_invalid_subtest() 179 /* confirm desired size does NOT align with array */ in global_map_resize_invalid_subtest() 193 /* set desired size to arbitrary value */ in global_map_resize_invalid_subtest() 208 /* set desired size to a multiple of element size */ in global_map_resize_invalid_subtest() 211 /* confirm desired size aligns with array */ in global_map_resize_invalid_subtest()
|
/linux/drivers/gpu/drm/display/ |
H A D | drm_hdcp_helper.c | 313 { DRM_MODE_CONTENT_PROTECTION_DESIRED, "Desired" }, 348 * When kernel triggered content protection state change like DESIRED->ENABLED in DRM_ENUM_NAME_FN() 349 * and ENABLED->DESIRED, will use drm_hdcp_update_content_protection() to update in DRM_ENUM_NAME_FN() 401 * content protection state changes of a drm_connector such as DESIRED->ENABLED 402 * and ENABLED->DESIRED. No uevent for DESIRED->UNDESIRED or ENABLED->UNDESIRED,
|
/linux/arch/powerpc/platforms/powernv/ |
H A 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 185 * Check how many actags are desired for the AFUs under that in pnv_ocxl_fixup_actag() 213 static u16 assign_fn_actags(u16 desired, u16 total) in assign_fn_actags() argument 218 count = desired; in assign_fn_actags() 220 count = PNV_OCXL_ACTAG_MAX * desired / total; in assign_fn_actags() 243 pr_debug("link %x:%x:%x fct %d actags: start=%d count=%d (desired=%d)\n", in assign_actags() 267 * the desired actag counts during PCI enumeration, so that we in pnv_ocxl_get_actag()
|
/linux/drivers/pnp/ |
H A D | manager.c | 253 * @dev: pointer to the desired device 306 * @dev: pointer to the desired device 333 * @dev: pointer to the desired device 357 * @dev: pointer to the desired device 379 * @dev: pointer to the desired device 405 * @dev: pointer to the desired device
|
/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/drivers/gpu/drm/vmwgfx/ |
H A 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/Documentation/admin-guide/laptops/ |
H 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/ |
H A D | vio.h | 91 * @desired: set from return of driver's get_desired_dma() function 103 size_t desired; member 136 extern void vio_cmo_set_dev_desired(struct vio_dev *viodev, size_t desired);
|
/linux/drivers/platform/x86/dell/ |
H A D | dell-pc.c | 84 * cbArg1 0x1 (Set Thermal Information), both desired thermal mode and 85 * desired AAC mode shall be applied 86 * cbArg2, byte 0 Desired Thermal Mode to set 92 * cbArg2, byte 1 Desired Active Acoustic Controller (AAC) Mode to set
|
/linux/include/media/ |
H A D | v4l2-dev.h | 126 * @local: pointer to the desired priority, as defined by enum &v4l2_priority 139 * @local: pointer to the desired priority, as defined by enum &v4l2_priority 171 * @local: desired priority, as defined by enum &v4l2_priority local 333 * @nr: which device node number is desired: 335 * @warn_if_nr_in_use: warn if the desired device node number 367 * @nr: which device node number is desired: 391 * @nr: which device node number is desired: 395 * warning is issued if the desired device node number was already in use.
|
/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.
|