Searched refs:actual (Results 1 – 25 of 48) sorted by relevance
12
/arch/um/drivers/ |
D | slip_common.c | 47 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()
|
D | ubd_kern.c | 552 unsigned long long actual; in backing_file_mismatch() local 562 err = os_file_size(file, &actual); in backing_file_mismatch() 569 if (actual != size) { in backing_file_mismatch() 573 "vs backing file\n", (unsigned long long) size, actual); in backing_file_mismatch()
|
/arch/um/os-Linux/ |
D | aio.c | 135 unsigned long long actual; in do_not_aio() local 138 actual = lseek64(req->io_fd, req->offset, SEEK_SET); in do_not_aio() 139 if (actual != req->offset) in do_not_aio()
|
D | file.c | 251 unsigned long long actual; in os_seek_file() local 253 actual = lseek64(fd, offset, SEEK_SET); in os_seek_file() 254 if (actual != offset) in os_seek_file()
|
/arch/arm/boot/dts/ |
D | imx6q-tx6q-1110.dts | 32 * the PWM value and the actual duty cycle 54 * the PWM value and the actual duty cycle
|
D | imx6dl-tx6u-811x.dts | 32 * the PWM value and the actual duty cycle 54 * the PWM value and the actual duty cycle
|
D | imx6dl-tx6dl-comtft.dts | 30 * the PWM value and the actual duty cycle
|
D | imx6q-tx6q-1010-comtft.dts | 30 * the PWM value and the actual duty cycle
|
D | imx6q-tx6q-1020-comtft.dts | 30 * the PWM value and the actual duty cycle
|
D | imx6dl-tx6u-801x.dts | 30 * the PWM value and the actual duty cycle
|
D | imx6q-tx6q-1010.dts | 30 * the PWM value and the actual duty cycle
|
D | imx6q-tx6q-1020.dts | 30 * the PWM value and the actual duty cycle
|
D | rk3288-veyron-pinky.dts | 62 * Therefore disable the powerseq (and actual reset) for pinky.
|
/arch/arm/include/debug/ |
D | tegra.S | 77 adr \rp, 99f @ actual addr of 99f 81 sub \tmp, \rp, \rv @ actual tegra_uart_config
|
/arch/m68k/ |
D | Kconfig.devices | 65 To compile the actual ethernet driver, choose Y or M for the SMC91X 79 To compile the actual ethernet driver, choose Y or M in for the NE2000
|
/arch/arm/mm/ |
D | proc-macros.S | 78 mov \reg, \reg, lsl \tmp @ actual cache line size 89 mov \reg, \reg, lsl \tmp @ actual cache line size
|
/arch/arm/nwfpe/ |
D | fpmodule.inl | 26 instruction, and points 4 bytes beyond the actual instruction
|
/arch/cris/arch-v10/lib/ |
D | checksum.S | 17 ;; actual length when length < 40
|
D | checksumcopy.S | 21 ;; actual length when length < 40
|
/arch/arm/mach-pxa/ |
D | sleep.S | 106 @ We keep the change-down close to the actual suspend on SDRAM
|
/arch/cris/arch-v10/ |
D | Kconfig | 28 what YOU choose in this option. The actual bits used are configured 38 what YOU choose in this option. The actual bits used are configured 48 what YOU choose in this option. The actual bits used are configured
|
/arch/powerpc/platforms/pseries/ |
D | Kconfig | 73 will still need to enable or compile the actual drivers
|
/arch/metag/lib/ |
D | memcpy.S | 178 ! Re-adjust the source pointer (A1.2) back to the actual (unaligned) byte
|
/arch/arm/plat-omap/ |
D | Kconfig | 113 The actual timer selection is done in the board file
|
/arch/avr32/mach-at32ap/ |
D | at32ap700x.c | 140 unsigned long actual = 0; in pll_set_rate() local 166 actual = pll_in * mul; in pll_set_rate() 167 rate_error = abs(actual - rate); in pll_set_rate() 191 return actual; in pll_set_rate()
|
12