Home
last modified time | relevance | path

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

12345678910>>...21

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dvio.c96 size_t desired; member
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()
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()
439 chunk = min(chunk, (viodev->cmo.desired - in vio_cmo_balance()
625 void vio_cmo_set_dev_desired(struct vio_dev *viodev, size_t desired) in vio_cmo_set_dev_desired() argument
635 if (desired < VIO_CMO_MIN_ENT) in vio_cmo_set_dev_desired()
636 desired = VIO_CMO_MIN_ENT; in vio_cmo_set_dev_desired()
[all …]
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A 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 …]
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dmakeusers-syntax.txt19 - +username+ is the desired user name (aka login name) for the user.
22 - +uid+ is the desired UID for the user. It must be unique, and not
25 - +group+ is the desired name for the user's main group. It can not
27 - +gid+ is the desired GID for the user's main group. It must be unique,
36 - +home+ is the desired home directory for the user. If set to '-', no
39 - +shell+ is the desired shell for the user. If set to +-+, then
/OK3568_Linux_fs/kernel/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
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.
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_pm_demand.c29 u64 desired = kbdev->shader_needed_bitmap | kbdev->shader_inuse_bitmap; in demand_get_core_mask() local
34 return desired; in demand_get_core_mask()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/buildroot/package/zlib/
H A DConfig.in13 Select the desired Zlib library provider.
21 Select the desired Zlib library provider.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/laptops/
H A Dtoshiba_haps.rst29 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
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dvio.h103 size_t desired; member
135 extern void vio_cmo_set_dev_desired(struct vio_dev *viodev, size_t desired);
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A 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
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Dcsr,atlas7-car.txt9 The clock consumer should specify the desired clock by having the clock
13 The reset consumer should specify the desired reset by having the reset
H A Dpxa-clock.txt7 The clock consumer should specify the desired clock by having the clock
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dmax31790.rst23 PWM outputs. The desired fan speeds (or PWM duty cycles) are written
40 fan[1-6]_target RW desired fan speed in RPM
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
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dstm32_sdmmc2.c469 u32 desired = mmc->clock; in stm32_sdmmc2_set_ios() local
476 if ((mmc->bus_width == 1) && (desired == cfg->f_min)) in stm32_sdmmc2_set_ios()
486 if (desired && ((sys_clock > desired) || in stm32_sdmmc2_set_ios()
488 clk = DIV_ROUND_UP(sys_clock, 2 * desired); in stm32_sdmmc2_set_ios()
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dmmci_stm32_sdmmc.c195 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()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dipv6.rst25 IPv6 addresses or operations are desired.
65 This might be used when no IPv6 addresses are desired.
/OK3568_Linux_fs/kernel/fs/hostfs/
H A Dhostfs_kern.c759 static int hostfs_permission(struct inode *ino, int desired) in hostfs_permission() argument
764 if (desired & MAY_NOT_BLOCK) in hostfs_permission()
767 if (desired & MAY_READ) r = 1; in hostfs_permission()
768 if (desired & MAY_WRITE) w = 1; in hostfs_permission()
769 if (desired & MAY_EXEC) x = 1; in hostfs_permission()
781 err = generic_permission(ino, desired); in hostfs_permission()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmdio-mux.h25 int (*switch_fn) (int cur, int desired, void *data),
/OK3568_Linux_fs/kernel/kernel/rcu/
H A DKconfig.debug38 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.
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Docxl.c212 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/
H A Dibmvnic.c2543 adapter->desired.mtu = adapter->fallback.mtu; in wait_for_reset()
2544 adapter->desired.rx_queues = adapter->fallback.rx_queues; in wait_for_reset()
2545 adapter->desired.tx_queues = adapter->fallback.tx_queues; in wait_for_reset()
2546 adapter->desired.rx_entries = adapter->fallback.rx_entries; in wait_for_reset()
2547 adapter->desired.tx_entries = adapter->fallback.tx_entries; in wait_for_reset()
2573 adapter->desired.mtu = new_mtu + ETH_HLEN; in ibmvnic_change_mtu()
2694 adapter->desired.rx_entries = ring->rx_pending; in ibmvnic_set_ringparam()
2695 adapter->desired.tx_entries = ring->tx_pending; in ibmvnic_set_ringparam()
2720 adapter->desired.rx_queues = channels->rx_count; in ibmvnic_set_channels()
2721 adapter->desired.tx_queues = channels->tx_count; in ibmvnic_set_channels()
[all …]
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsegment.h888 long nr_to_write, desired; in nr_pages_to_write() local
894 desired = BIO_MAX_PAGES; in nr_pages_to_write()
896 desired <<= 1; in nr_pages_to_write()
898 wbc->nr_to_write = desired; in nr_pages_to_write()
899 return desired - nr_to_write; in nr_pages_to_write()

12345678910>>...21