Home
last modified time | relevance | path

Searched refs:desired (Results 1 – 25 of 220) sorted by relevance

123456789

/linux/arch/x86/platform/olpc/
H A 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()
/linux/drivers/pci/controller/
H A Dpci-mvebu.c482 const struct mvebu_pcie_window *desired, in mvebu_pcie_set_window() argument
487 if (desired->base == cur->base && desired->remap == cur->remap && in mvebu_pcie_set_window()
488 desired->size == cur->size) in mvebu_pcie_set_window()
503 if (desired->size == 0) in mvebu_pcie_set_window()
506 ret = mvebu_pcie_add_windows(port, target, attribute, desired->base, in mvebu_pcie_set_window()
507 desired->size, desired->remap); in mvebu_pcie_set_window()
514 *cur = *desired; in mvebu_pcie_set_window()
520 struct mvebu_pcie_window desired = {}; in mvebu_pcie_handle_iobase_change() local
527 &desired, &port->iowin); in mvebu_pcie_handle_iobase_change()
536 desired.remap = ((conf->iobase & 0xF0) << 8) | in mvebu_pcie_handle_iobase_change()
[all …]
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.c737 static u32 placement_flags(u32 domain, u32 desired, u32 fallback) in placement_flags() argument
739 if (desired & fallback & domain) in placement_flags()
742 if (desired & domain) in placement_flags()
749 set_placement_list(struct ttm_place *pl, u32 desired, u32 fallback) in set_placement_list() argument
751 u32 domain = desired | fallback; in set_placement_list()
759 pl[n].flags = placement_flags(VMW_BO_DOMAIN_MOB, desired, in set_placement_list()
767 pl[n].flags = placement_flags(VMW_BO_DOMAIN_GMR, desired, in set_placement_list()
775 pl[n].flags = placement_flags(VMW_BO_DOMAIN_VRAM, desired, in set_placement_list()
784 desired, fallback); in set_placement_list()
791 pl[n].flags = placement_flags(VMW_BO_DOMAIN_SYS, desired, in set_placement_list()
/linux/rust/syn/
H A Dbigint.rs35 let desired = in reserve_two_digits() localVariable
37 self.digits.resize(desired, 0); in reserve_two_digits()
/linux/drivers/staging/iio/Documentation/
H A 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
/linux/Documentation/driver-api/thermal/
H A 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
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/arch/powerpc/include/asm/
H A Dvio.h103 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/
H A Dvidioc-g-parm.rst107 - 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/fs/xfs/scrub/
H A Dalloc_repair.c447 unsigned int desired; in xrep_abt_reserve_space() local
470 desired = required - allocated; in xrep_abt_reserve_space()
484 len = min_t(unsigned int, arec.ar_blockcount, desired); in xrep_abt_reserve_space()
496 if (arec.ar_blockcount > desired) { in xrep_abt_reserve_space()
503 arec.ar_startblock += desired; in xrep_abt_reserve_space()
504 arec.ar_blockcount -= desired; in xrep_abt_reserve_space()
/linux/Documentation/userspace-api/media/drivers/
H A Dmax2175.rst34 - The LO frequency position is below the desired frequency.
36 - The LO frequency position is above the desired frequency.
/linux/include/linux/
H A Dmdio-mux.h25 int (*switch_fn) (int cur, int desired, void *data),
/linux/Documentation/networking/
H A Dipv6.rst25 IPv6 addresses or operations are desired.
65 This might be used when no IPv6 addresses are desired.
/linux/Documentation/devicetree/bindings/clock/
H A Dpxa-clock.txt7 The clock consumer should specify the desired clock by having the clock
/linux/Documentation/hwmon/
H A Dsmsc47b397.rst124 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
H A Dmax6620.rst28 range or accuracy, the desired value can be set by a programmable register
H A Demc2305.rst19 The driver supports the RPM-based PWM control to keep a fan at the desired speed.
/linux/Documentation/ABI/testing/
H A Dsysfs-class-thermal141 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/staging/most/
H A DKconfig9 desired access from userspace (e.g. character devices) and one that
/linux/arch/powerpc/platforms/powernv/
H A Docxl.c211 static u16 assign_fn_actags(u16 desired, u16 total) in assign_fn_actags() argument
216 count = desired; in assign_fn_actags()
218 count = PNV_OCXL_ACTAG_MAX * desired / total; in assign_fn_actags()
/linux/drivers/mmc/host/
H A Dmmci_stm32_sdmmc.c298 static void mmci_sdmmc_set_clkreg(struct mmci_host *host, unsigned int desired) in mmci_sdmmc_set_clkreg() argument
311 if (desired) { in mmci_sdmmc_set_clkreg()
312 if (desired >= host->mclk && !ddr) { in mmci_sdmmc_set_clkreg()
315 clk = DIV_ROUND_UP(host->mclk, 2 * desired); in mmci_sdmmc_set_clkreg()
/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c265 unsigned long desired) in cmpxchg() argument
269 __atomic_compare_exchange_n(p, &exp, desired, 0, in cmpxchg()
/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.c3654 adapter->desired.mtu = adapter->fallback.mtu; in wait_for_reset()
3655 adapter->desired.rx_queues = adapter->fallback.rx_queues; in wait_for_reset()
3656 adapter->desired.tx_queues = adapter->fallback.tx_queues; in wait_for_reset()
3657 adapter->desired.rx_entries = adapter->fallback.rx_entries; in wait_for_reset()
3658 adapter->desired.tx_entries = adapter->fallback.tx_entries; in wait_for_reset()
3684 adapter->desired.mtu = new_mtu + ETH_HLEN; in ibmvnic_change_mtu()
3810 adapter->desired.rx_entries = ring->rx_pending; in ibmvnic_set_ringparam()
3811 adapter->desired.tx_entries = ring->tx_pending; in ibmvnic_set_ringparam()
3836 adapter->desired.rx_queues = channels->rx_count; in ibmvnic_set_channels()
3837 adapter->desired.tx_queues = channels->tx_count; in ibmvnic_set_channels()
[all …]
/linux/Documentation/bpf/libbpf/
H A Dlibbpf_build.rst11 If using pkg-config at build time is not desired, it can be disabled by
/linux/drivers/most/
H A DKconfig9 desired access from userspace (e.g. character devices) and one that
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-func-open.rst38 desired device name. The function has no side effects; the device

123456789