Home
last modified time | relevance | path

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

123456

/linux-3.4.99/arch/powerpc/kernel/
Dvio.c100 size_t desired; member
251 if (excess_freed && (vio_cmo.desired > vio_cmo.reserve.size)) { in vio_cmo_dealloc()
252 tmp = min(excess_freed, (vio_cmo.desired - vio_cmo.reserve.size)); in vio_cmo_dealloc()
406 cmo->desired = cmo->min; in vio_cmo_balance()
417 cmo->desired += (viodev->cmo.desired - VIO_CMO_MIN_ENT); in vio_cmo_balance()
432 if (viodev->cmo.desired <= level) { in vio_cmo_balance()
443 chunk = min(chunk, (viodev->cmo.desired - in vio_cmo_balance()
632 void vio_cmo_set_dev_desired(struct vio_dev *viodev, size_t desired) in vio_cmo_set_dev_desired() argument
642 if (desired < VIO_CMO_MIN_ENT) in vio_cmo_set_dev_desired()
643 desired = VIO_CMO_MIN_ENT; in vio_cmo_set_dev_desired()
[all …]
/linux-3.4.99/arch/x86/platform/olpc/
Dolpc.c82 static int __wait_on_ibf(unsigned int line, unsigned int port, int desired) in __wait_on_ibf() argument
87 for (timeo = ec_timeout; state != desired && timeo; timeo--) { in __wait_on_ibf()
92 if ((state == desired) && (ec_timeout > EC_BASE_TIMEOUT) && in __wait_on_ibf()
98 return !(state == desired); in __wait_on_ibf()
102 static int __wait_on_obf(unsigned int line, unsigned int port, int desired) in __wait_on_obf() argument
107 for (timeo = ec_timeout; state != desired && timeo; timeo--) { in __wait_on_obf()
112 if ((state == desired) && (ec_timeout > EC_BASE_TIMEOUT) && in __wait_on_obf()
118 return !(state == desired); in __wait_on_obf()
/linux-3.4.99/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.
/linux-3.4.99/arch/powerpc/include/asm/
Dvio.h63 size_t desired; member
94 extern void vio_cmo_set_dev_desired(struct vio_dev *viodev, size_t desired);
/linux-3.4.99/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-dds10 the desired active tuning word by writing Y to the
18 desired value in Hz. If shared across all frequency registers
38 control the desired phase Y which is added to the phase
46 desired value in rad. If shared across all phase registers
/linux-3.4.99/Documentation/networking/
Dipv6.txt19 IPv6 addresses or operations are desired.
59 This might be used when no IPv6 addresses are desired.
Dscaling.txt107 on the desired CPU’s backlog queue and waking up the CPU for processing.
189 rps_sock_flow_table is a global flow table that contains the *desired* CPU
219 are compared. If the desired CPU for the flow (found in the
222 the current CPU is updated to match the desired CPU if one of the
278 ndo_rx_flow_steer driver function to communicate the desired hardware
De100.txt63 ethtool -G eth? rx n, where n is the number of desired rx descriptors.
72 ethtool -G eth? tx n, where n is the number of desired tx descriptors.
/linux-3.4.99/Documentation/devicetree/bindings/i2c/
Di2c-designware.txt11 - clock-frequency : desired I2C bus clock frequency in Hz.
Dsirf-i2c.txt10 - clock-frequency : Constains desired I2C/HS-I2C bus clock frequency in Hz.
Dfsl-imx-i2c.txt9 - clock-frequency : Constains desired I2C/HS-I2C bus clock frequency in Hz.
Dfsl-i2c.txt22 - clock-frequency : desired I2C bus clock frequency in Hz.
/linux-3.4.99/fs/hostfs/
Dhostfs_kern.c762 int hostfs_permission(struct inode *ino, int desired) in hostfs_permission() argument
767 if (desired & MAY_NOT_BLOCK) in hostfs_permission()
770 if (desired & MAY_READ) r = 1; in hostfs_permission()
771 if (desired & MAY_WRITE) w = 1; in hostfs_permission()
772 if (desired & MAY_EXEC) x = 1; in hostfs_permission()
784 err = generic_permission(ino, desired); in hostfs_permission()
/linux-3.4.99/Documentation/mmc/
Dmmc-dev-attrs.txt74 clkgate_delay Tune the clock gating delay with desired value in milliseconds.
76 echo <desired delay> > /sys/class/mmc_host/mmcX/clkgate_delay
/linux-3.4.99/Documentation/hwmon/
Dsmsc47b39798 The desired configuration registers are accessed in two steps:
101 desired logical device to the DATA PORT.
103 b. Write the address of the desired configuration register within the
Dmax665035 fan1_target rw desired fan speed in RPM (closed loop mode only)
Dw83792d121 Works as expected. You just need to specify desired PWM/DC value (fan speed)
171 thermal_cruise[1-3] - Selects the desired temperature for cruise (degC)
/linux-3.4.99/Documentation/timers/
Dtimers-howto.txt23 the desired delay:
76 is not the desired behavior.
/linux-3.4.99/Documentation/devicetree/bindings/net/
Dfsl-tsec-phy.txt101 tclk_period = desired clock period nanoseconds
107 FiperFreq1 = desired frequency in Hz
/linux-3.4.99/scripts/coccinelle/locks/
Dcall_kern.cocci3 //# correct one. It may be desired to unlock the lock, or to not call the
/linux-3.4.99/Documentation/filesystems/
Dsysfs-pci.txt103 do legacy port I/O. The application should open the file, seek to the desired
106 desired, e.g. 0xa0000 for the VGA frame buffer. The application can then
/linux-3.4.99/Documentation/device-mapper/
Dzero.txt20 desired size of the sparse device. For this example, we'll assume a 10TB
/linux-3.4.99/drivers/mmc/host/
Dmmci.c147 static void mmci_set_clkreg(struct mmci_host *host, unsigned int desired) in mmci_set_clkreg() argument
152 if (desired) { in mmci_set_clkreg()
153 if (desired >= host->mclk) { in mmci_set_clkreg()
165 clk = DIV_ROUND_UP(host->mclk, desired) - 2; in mmci_set_clkreg()
174 clk = host->mclk / (2 * desired) - 1; in mmci_set_clkreg()
/linux-3.4.99/arch/m68k/ifpsp060/
Dilsp.doc70 below in "68060ILSP Entry Points" that corresponds to the desired
134 to record that such an event occurred if desired.
/linux-3.4.99/arch/frv/kernel/
Dsleep.S127 # On entry: gr7 holds desired hsr0 sleep value
128 # gr8 holds desired psr sleep value

123456