Home
last modified time | relevance | path

Searched refs:actual (Results 1 – 25 of 48) sorted by relevance

12

/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()
Dubd_kern.c552 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/
Daio.c135 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()
Dfile.c251 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/
Dimx6q-tx6q-1110.dts32 * the PWM value and the actual duty cycle
54 * the PWM value and the actual duty cycle
Dimx6dl-tx6u-811x.dts32 * the PWM value and the actual duty cycle
54 * the PWM value and the actual duty cycle
Dimx6dl-tx6dl-comtft.dts30 * the PWM value and the actual duty cycle
Dimx6q-tx6q-1010-comtft.dts30 * the PWM value and the actual duty cycle
Dimx6q-tx6q-1020-comtft.dts30 * the PWM value and the actual duty cycle
Dimx6dl-tx6u-801x.dts30 * the PWM value and the actual duty cycle
Dimx6q-tx6q-1010.dts30 * the PWM value and the actual duty cycle
Dimx6q-tx6q-1020.dts30 * the PWM value and the actual duty cycle
Drk3288-veyron-pinky.dts62 * Therefore disable the powerseq (and actual reset) for pinky.
/arch/arm/include/debug/
Dtegra.S77 adr \rp, 99f @ actual addr of 99f
81 sub \tmp, \rp, \rv @ actual tegra_uart_config
/arch/m68k/
DKconfig.devices65 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/
Dproc-macros.S78 mov \reg, \reg, lsl \tmp @ actual cache line size
89 mov \reg, \reg, lsl \tmp @ actual cache line size
/arch/arm/nwfpe/
Dfpmodule.inl26 instruction, and points 4 bytes beyond the actual instruction
/arch/cris/arch-v10/lib/
Dchecksum.S17 ;; actual length when length < 40
Dchecksumcopy.S21 ;; actual length when length < 40
/arch/arm/mach-pxa/
Dsleep.S106 @ We keep the change-down close to the actual suspend on SDRAM
/arch/cris/arch-v10/
DKconfig28 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/
DKconfig73 will still need to enable or compile the actual drivers
/arch/metag/lib/
Dmemcpy.S178 ! Re-adjust the source pointer (A1.2) back to the actual (unaligned) byte
/arch/arm/plat-omap/
DKconfig113 The actual timer selection is done in the board file
/arch/avr32/mach-at32ap/
Dat32ap700x.c140 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