Home
last modified time | relevance | path

Searched full:desired (Results 1 – 25 of 2616) sorted by relevance

12345678910>>...105

/kernel/linux/linux-4.19/include/uapi/linux/
Dgpio.h68 * @lineoffsets: an array desired lines, specified by offset index for the
70 * @flags: desired flags for the desired GPIO lines, such as
80 * @consumer_label: a desired consumer label for the selected GPIO line(s)
101 * the desired target state
117 * @lineoffset: the desired line to subscribe to events from, specified by
119 * @handleflags: desired handle flags for the desired GPIO line, such as
121 * @eventflags: desired flags for the desired GPIO event line, such as
123 * @consumer_label: a desired consumer label for the selected GPIO line(s)
Dsocket.h6 * 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-4.19/arch/powerpc/platforms/pseries/
Dvio.c86 * @desired: desired memory for system operation
99 size_t desired; member
186 * pool is used to increase the reserve pool toward the desired entitlement
246 * Increase the reserve pool until the desired allocation is met. in vio_cmo_dealloc()
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()
373 * The list of devices is iterated through to recalculate the desired
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()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
Dvio.c83 * @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/
Dsocket.h6 * 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-4.19/Documentation/isdn/
DREADME.hfc-pci24 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.
/kernel/linux/linux-5.10/include/uapi/linux/
Dgpio.h123 * 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 …]
Dsocket.h6 * 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/
Dpower_allocator.rst14 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-4.19/Documentation/thermal/
Dpower_allocator.txt13 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.
/kernel/linux/linux-5.10/drivers/pci/controller/
Dpci-mvebu.c340 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-5.10/arch/x86/platform/olpc/
Dolpc.c63 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-4.19/drivers/pci/controller/
Dpci-mvebu.c388 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 …]
/kernel/linux/linux-5.10/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.814 .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-4.19/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.814 .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/
Dsysfs-bus-iio-dds10 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-4.19/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-dds10 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-4.19/arch/x86/platform/olpc/
Dolpc.c70 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()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Didle_book3s.S22 * 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/
Dvidioc-g-parm.rst108 - 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-4.19/Documentation/media/uapi/v4l/
Dvidioc-g-parm.rst109 - 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
/kernel/linux/linux-4.19/drivers/pci/
Dsearch.c134 * @busnr: number of desired PCI bus
136 * 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
217 * @bus: PCI bus on which desired PCI device resides
218 * @devfn: encodes number of PCI slot in which the desired PCI device
222 * Given a PCI domain, bus, and slot/function number, the desired PCI
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
Docxl.c50 * 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/drivers/pci/
Dsearch.c135 * @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/Documentation/devicetree/bindings/pinctrl/
Drenesas,rza2-pinctrl.yaml53 (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.

12345678910>>...105