Home
last modified time | relevance | path

Searched full:actual (Results 1 – 25 of 2171) sorted by relevance

12345678910>>...87

/linux-3.3/arch/arm/mach-at91/
Dclock.c288 unsigned long actual; in clk_round_rate() local
295 actual = clk->parent->rate_hz; in clk_round_rate()
297 if (actual > rate) in clk_round_rate()
298 prev = actual; in clk_round_rate()
300 if (actual && actual <= rate) { in clk_round_rate()
301 if ((prev - rate) < (rate - actual)) { in clk_round_rate()
302 actual = prev; in clk_round_rate()
307 actual >>= 1; in clk_round_rate()
311 return (prescale < 7) ? actual : -ENOENT; in clk_round_rate()
319 unsigned long actual; in clk_set_rate() local
[all …]
/linux-3.3/drivers/usb/class/
Dusbtmc.c149 int actual; in usbtmc_ioctl_abort_bulk_in() local
208 &actual, USBTMC_TIMEOUT); in usbtmc_ioctl_abort_bulk_in()
216 } while ((actual == max_size) && in usbtmc_ioctl_abort_bulk_in()
219 if (actual == max_size) { in usbtmc_ioctl_abort_bulk_in()
262 &actual, USBTMC_TIMEOUT); in usbtmc_ioctl_abort_bulk_in()
270 } while ((actual == max_size) && in usbtmc_ioctl_abort_bulk_in()
273 if (actual == max_size) { in usbtmc_ioctl_abort_bulk_in()
371 int actual; in usbtmc_read() local
421 buffer, 12, &actual, USBTMC_TIMEOUT); in usbtmc_read()
442 buffer, USBTMC_SIZE_IOBUFFER, &actual, in usbtmc_read()
[all …]
/linux-3.3/drivers/usb/renesas_usbhs/
Dfifo.c91 pkt->actual = 0; in usbhs_pkt_push()
393 pkt->actual = pkt->length; in usbhs_dcp_dir_switch_done()
503 buf = pkt->buf + pkt->actual; in usbhsf_pio_try_push()
504 len = pkt->length - pkt->actual; in usbhsf_pio_try_push()
527 pkt->actual += total_len; in usbhsf_pio_try_push()
529 if (pkt->actual < pkt->length) in usbhsf_pio_try_push()
547 pkt->length, pkt->actual, *is_done, pkt->zero); in usbhsf_pio_try_push()
624 buf = pkt->buf + pkt->actual; in usbhsf_pio_try_pop()
625 len = pkt->length - pkt->actual; in usbhsf_pio_try_pop()
630 * update actual length first here to decide disable pipe. in usbhsf_pio_try_pop()
[all …]
/linux-3.3/arch/arm/mach-bcmring/
Dclock.c129 unsigned long actual; in clk_round_rate() local
142 actual = clk->parent->rate_hz; in clk_round_rate()
143 rate_hz = min(actual, rate); in clk_round_rate()
153 unsigned long actual; in clk_set_rate() local
166 actual = clk->parent->rate_hz; in clk_set_rate()
167 rate_hz = min(actual, rate); in clk_set_rate()
/linux-3.3/drivers/pci/
Drom.c58 * pci_get_rom_size - obtain the actual size of the ROM image
62 * return: size of actual ROM image
64 * Determine the actual length of the ROM image.
66 * actual image size.
112 * actual ROM.
163 * size is much larger than the actual size of the ROM. in pci_map_rom()
180 * actual ROM.
/linux-3.3/drivers/usb/misc/
Dusb_u132.h75 int halted, int skipped, int actual, int non_null));
80 int halted, int skipped, int actual, int non_null));
85 int halted, int skipped, int actual, int non_null));
90 int halted, int skipped, int actual, int non_null));
95 int halted, int skipped, int actual, int non_null));
/linux-3.3/Documentation/device-mapper/
Dzero.txt12 than the amount of actual storage space available for that device. A user can
15 enough data has been written to fill up the actual storage space, the sparse
35 10GB of actual storage space available. If more than 10GB of data is written
/linux-3.3/drivers/i2c/busses/
Di2c-diolan-u2c.c105 int actual; in diolan_usb_transfer() local
113 dev->obuffer, dev->olen, &actual, in diolan_usb_transfer()
123 sizeof(dev->ibuffer), &actual, in diolan_usb_transfer()
133 if (ret == 0 && actual > 0) { in diolan_usb_transfer()
134 switch (dev->ibuffer[actual - 1]) { in diolan_usb_transfer()
148 ret = actual - 1; in diolan_usb_transfer()
209 int actual = 0; in diolan_flush_input() local
214 dev->ibuffer, sizeof(dev->ibuffer), &actual, in diolan_flush_input()
216 if (ret < 0 || actual == 0) in diolan_flush_input()
/linux-3.3/arch/um/drivers/
Dslip_common.c47 int actual, n; in slip_proto_write() local
49 actual = slip_esc(buf, slip->obuf, len); in slip_proto_write()
50 n = net_write(fd, slip->obuf, actual); in slip_proto_write()
/linux-3.3/drivers/usb/musb/
Dmusb_gadget.c202 req->request.actual, req->request.length); in musb_g_giveback()
206 req->request.actual, req->request.length, in musb_g_giveback()
342 (int)(request->length - request->actual)); in txstate()
366 request_size = min_t(size_t, request->length - request->actual, in txstate()
383 request->dma + request->actual, request_size); in txstate()
438 request->dma + request->actual, in txstate()
451 request->dma + request->actual, in txstate()
465 (u8 *) (request->buf + request->actual)); in txstate()
466 request->actual += fifo_count; in txstate()
475 request->actual, request->length, in txstate()
[all …]
/linux-3.3/Documentation/video4linux/cx88/
Dhauppauge-wintv-cx88-ir.txt34 You need to recover the actual RC5 bits out of the (oversampled) IR sensor
36 actual raw RC5 code will span 2-3 DWORDS, depending on the actual alignment.
/linux-3.3/Documentation/video4linux/
Dhauppauge-wintv-cx88-ir.txt34 You need to recover the actual RC5 bits out of the (oversampled) IR sensor
36 actual raw RC5 code will span 2-3 DWORDS, depending on the actual alignment.
/linux-3.3/drivers/char/ipmi/
Dipmi_si_sm.h7 * BT interface) and the actual low-level state machine.
45 * machine doesn't have the actual I/O routines, they are done through
55 * Generic info used by the actual handling routines, the
109 * present, or the actual length of the result data.
/linux-3.3/drivers/net/hamradio/
D6pack.c143 int actual, when = sp->slottime; in sp_xmit_on_air() local
152 actual = sp->tty->ops->write(sp->tty, sp->xbuff, sp->status2); in sp_xmit_on_air()
153 sp->xleft -= actual; in sp_xmit_on_air()
154 sp->xhead += actual; in sp_xmit_on_air()
168 int actual, count; in sp_encaps() local
224 actual = sp->tty->ops->write(sp->tty, sp->xbuff, count); in sp_encaps()
225 sp->xleft = count - actual; in sp_encaps()
226 sp->xhead = sp->xbuff + actual; in sp_encaps()
427 int actual; in sixpack_write_wakeup() local
442 actual = tty->ops->write(tty, sp->xhead, sp->xleft); in sixpack_write_wakeup()
[all …]
/linux-3.3/Documentation/hwmon/
Damc682167 the actual value.
73 writing to get the actual value.
89 writing to get actual value.
/linux-3.3/net/ipv4/
Dtcp_vegas.c21 * we use the rate at which ACKs come back as the "actual"
24 * to achieve the right ("actual") rate when we exit slow start.
27 * the actual rate.
219 * (actual rate in segments) * baseRTT in tcp_vegas_cong_avoid()
234 /* Set cwnd to match the actual rate in tcp_vegas_cong_avoid()
236 * cwnd = (actual rate) * baseRTT in tcp_vegas_cong_avoid()
/linux-3.3/drivers/dma/
Ddmatest.c158 static void dmatest_mismatch(u8 actual, u8 pattern, unsigned int index, in dmatest_mismatch() argument
161 u8 diff = actual ^ pattern; in dmatest_mismatch()
168 thread_name, index, expected, actual); in dmatest_mismatch()
173 thread_name, index, expected, actual); in dmatest_mismatch()
177 thread_name, index, expected, actual); in dmatest_mismatch()
181 thread_name, index, expected, actual); in dmatest_mismatch()
190 u8 actual; in dmatest_verify() local
198 actual = buf[i]; in dmatest_verify()
200 if (actual != expected) { in dmatest_verify()
202 dmatest_mismatch(actual, pattern, i, in dmatest_verify()
/linux-3.3/drivers/net/irda/
Dsir_dev.c437 int actual = 0; in sirdev_write_complete() local
447 actual = dev->drv->do_write(dev, dev->tx_buff.data, dev->tx_buff.len); in sirdev_write_complete()
449 if (likely(actual>0)) { in sirdev_write_complete()
450 dev->tx_buff.data += actual; in sirdev_write_complete()
451 dev->tx_buff.len -= actual; in sirdev_write_complete()
453 else if (unlikely(actual<0)) { in sirdev_write_complete()
456 __func__, actual); in sirdev_write_complete()
592 int actual = 0; in sirdev_hard_xmit() local
655 actual = dev->drv->do_write(dev, dev->tx_buff.data, dev->tx_buff.len); in sirdev_hard_xmit()
657 if (likely(actual > 0)) { in sirdev_hard_xmit()
[all …]
/linux-3.3/Documentation/s390/
Ds390dbf.txt68 All debug logs have an actual debug level (range from 0 to 6).
71 than the actual level are written to the log. This means, when
74 The actual debug level can be changed with the help of the debugfs-filesystem
157 Description: Sets new actual debug level if new_level is valid.
180 Description: writes debug entry to active debug area (if level <= actual
195 Description: writes debug entry to active debug area (if level <= actual
209 (if level <= actual debug level)
223 active debug area (if level $<=$ actual debug level).
238 Description: writes debug entry to active debug area (if level <= actual
253 Description: writes debug entry to active debug area (if level <= actual
[all …]
/linux-3.3/drivers/scsi/be2iscsi/
Dbe_main.h379 * Pseudo amap definition in which each bit of the actual structure is defined
448 * Pseudo amap definition in which each bit of the actual structure is defined
472 * Pseudo amap definition in which each bit of the actual structure is defined
567 * Pseudo amap definition in which each bit of the actual structure is defined
596 * Pseudo amap definition in which each bit of the actual structure is defined
612 * Pseudo amap definition in which each bit of the actual structure is defined
633 * Pseudo amap definition in which each bit of the actual structure is defined
688 * Pseudo amap definition in which each bit of the actual structure is defined
718 * Pseudo amap definition in which each bit of the actual structure is defined
739 * Pseudo amap definition in which each bit of the actual structure is defined
/linux-3.3/Documentation/
Dcputopology.txt8 socket number, but the actual value is architecture and platform
14 identifier (rather than the kernel's). The actual value is
20 identifier (rather than the kernel's). The actual value is
/linux-3.3/drivers/message/i2o/
DREADME.ioctl71 by hrt->iop in the buffer pointed to by hrt->resbuf. The actual size of
100 by lct->iop in the buffer pointed to by lct->resbuf. The actual size of
175 into the buffer pointed to by ops->resbuf. The actual size of data
299 The actual size of the module is written into *(sw->swlen).
357 should be set to NULL. The actual size of the reply received is written
393 - Changed all ioctls() to use pointers to user data instead of actual data
/linux-3.3/Documentation/i2o/
Dioctl71 by hrt->iop in the buffer pointed to by hrt->resbuf. The actual size of
100 by lct->iop in the buffer pointed to by lct->resbuf. The actual size of
175 into the buffer pointed to by ops->resbuf. The actual size of data
299 The actual size of the module is written into *(sw->swlen).
357 should be set to NULL. The actual size of the reply received is written
393 - Changed all ioctls() to use pointers to user data instead of actual data
/linux-3.3/Documentation/arm/pxa/
Dmfp.txt122 and written to the actual registers, they are useless and may discard,
141 and eventually calls gpio_set_wake() for the actual register setting.
194 the actual API invoked to convert these definitions into register settings and
226 for implementation of the pin configuration to take effect for the actual
232 The following comments are copied from mfp.h (see the actual source code
283 The conversion from a generic pin configuration to the actual register
/linux-3.3/Documentation/block/
Dwriteback_cache_control.txt25 has been flushed before the actual I/O operation is started. This explicitly
78 of an empty REQ_FLUSH request followed by the actual write by the block
86 layer turns it into an empty REQ_FLUSH request after the actual write.

12345678910>>...87