Searched refs:actual (Results 1 – 25 of 49) sorted by relevance
12
/arch/um/drivers/ |
D | slip_common.c | 48 int actual, n; in slip_proto_write() local 50 actual = slip_esc(buf, slip->obuf, len); in slip_proto_write() 51 n = net_write(fd, slip->obuf, actual); in slip_proto_write()
|
D | ubd_kern.c | 562 unsigned long long actual; in backing_file_mismatch() local 572 err = os_file_size(file, &actual); in backing_file_mismatch() 579 if (actual != size) { in backing_file_mismatch() 583 "vs backing file\n", (unsigned long long) size, actual); in backing_file_mismatch()
|
/arch/arm/include/debug/ |
D | tegra.S | 68 adr \rp, 99f @ actual addr of 99f 72 sub \tmp, \rp, \rv @ actual tegra_uart_config
|
D | brcmstb.S | 57 adr \rp, 99f @ actual addr of 99f 61 sub \tmp, \rp, \rv @ actual brcmstb_uart_config
|
/arch/um/os-Linux/ |
D | file.c | 256 unsigned long long actual; in os_seek_file() local 258 actual = lseek64(fd, offset, SEEK_SET); in os_seek_file() 259 if (actual != offset) in os_seek_file()
|
/arch/m68k/ |
D | Kconfig.devices | 67 To compile the actual ethernet driver, choose Y or M for the SMC91X 81 To compile the actual ethernet driver, choose Y or M in for the NE2000
|
/arch/arm/nwfpe/ |
D | fpmodule.inl | 26 instruction, and points 4 bytes beyond the actual instruction
|
/arch/arm/boot/dts/ |
D | rk3288-veyron-pinky.dts | 32 * Therefore disable the powerseq (and actual reset) for pinky.
|
D | imx6qdl-tx6-lcd.dtsi | 57 * the PWM value and the actual duty cycle
|
D | rk3288-vmarc-som.dtsi | 326 * on the actual card populated):
|
D | pxa3xx.dtsi | 86 * Table that determines the low power modes outputs, with actual settings
|
D | rk3036-kylin.dts | 34 * on the actual card populated):
|
D | dra7.dtsi | 660 * NOTE: only FBB mode used but actual vset will 693 * NOTE: only FBB mode used but actual vset will 726 * NOTE: only FBB mode used but actual vset will 759 * NOTE: only FBB mode used but actual vset will
|
D | omap5.dtsi | 673 * NOTE: only FBB mode used but actual vset will 703 * NOTE: only FBB mode used but actual vset will
|
/arch/arm/mm/ |
D | proc-macros.S | 85 mov \reg, \reg, lsl \tmp @ actual cache line size 102 mov \reg, \reg, lsl \tmp @ actual cache line size
|
/arch/arm64/boot/dts/rockchip/ |
D | rk3399-sapphire-excavator.dts | 135 * on the actual card populated):
|
D | rk3328-evb.dts | 39 * on the actual card populated):
|
D | rk3399pro-vmarc-som.dtsi | 387 * on the actual card populated):
|
D | px30-evb.dts | 84 * on the actual card populated):
|
/arch/arm/mach-pxa/ |
D | sleep.S | 106 @ We keep the change-down close to the actual suspend on SDRAM
|
/arch/arm/plat-omap/ |
D | Kconfig | 88 The actual timer selection is done in the board file
|
/arch/arm64/boot/dts/allwinner/ |
D | sun50i-h5.dtsi | 142 * PMU, the actual silicon does not have the PMU
|
/arch/powerpc/platforms/pseries/ |
D | Kconfig | 81 will still need to enable or compile the actual drivers
|
/arch/powerpc/platforms/85xx/ |
D | Kconfig | 262 unset based on the emulated CPU (or actual host CPU in the case
|
/arch/nds32/ |
D | Kconfig.cpu | 170 vmalloc space and actual amount of RAM, you may not need this
|
12