Searched refs:after (Results 1 - 10 of 10) sorted by relevance
/device/qemu/riscv32_virt/liteos_m/board/driver/ |
H A D | virtmmio.c | 90 uint32_t features, supported, before, after; in Negotiate() local 103 after = GET_UINT32(baseDev->base + VIRTMMIO_REG_CONFIGGENERATION); in Negotiate() 104 } while (before != after); in Negotiate()
|
H A D | virtinput.c | 251 uint32_t before, after; in VirtinFillHidInfo() local 265 after = OSAL_READL(in->dev.base + VIRTMMIO_REG_CONFIGGENERATION); in VirtinFillHidInfo() 266 } while (before != after); in VirtinFillHidInfo()
|
/device/qemu/drivers/virtio/ |
H A D | virtmmio.c | 85 uint32_t features, supported, before, after; in Negotiate() local 98 after = GET_UINT32(baseDev->base + VIRTMMIO_REG_CONFIGGENERATION); in Negotiate() 99 } while (before != after); in Negotiate()
|
H A D | virtinput.c | 260 uint32_t before, after; in VirtinFillHidInfo() local 272 after = OSAL_READL(in->dev.base + VIRTMMIO_REG_CONFIGGENERATION); in VirtinFillHidInfo() 273 } while (before != after); in VirtinFillHidInfo()
|
/device/soc/rockchip/rk3588/kernel/include/linux/power/ |
H A D | cw2015_battery.h | 103 struct timespec after; member
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | plat_firmware.c | 686 hi_char *after = HI_NULL; in parse_file_cmd() local 719 *addr = oal_simple_strtoul((hi_char *)tmp, &after, 16); /* base 16 */ in parse_file_cmd() 724 /* after */ in parse_file_cmd() 725 after++; in parse_file_cmd() 726 while (((after - (hi_char *)string) < DOWNLOAD_CMD_PARA_LEN) && (*after == COMPART_KEYWORD)) { in parse_file_cmd() 727 after++; in parse_file_cmd() 730 *file_path = after; in parse_file_cmd()
|
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/ |
H A D | cgroup-v1.c | 96 * is guaranteed to be either visible in the source cgroup after the 266 goto after; in pidlist_uniq() 273 after: in pidlist_uniq() 350 * If cgroup gets more users after we read count, we won't have in pidlist_array_load() 409 * after a seek to the start). Use a binary-search to find the in cgroup_pidlist_start() 424 * start() after open. If the matching pidlist is around, we can use in cgroup_pidlist_start() 433 * Either this is the first start() after open or the matching in cgroup_pidlist_start() 1199 * still be dying after the previous unmount. Let's drain the
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/startup/ |
H A D | riscv_init_loaderboot.S | 236 # Remain in M-mode after mret.
|
/device/soc/rockchip/common/sdk_linux/ |
H A D | Makefile | 29 # after that we are sure that everything which is in that other dir 158 # once after the Makefile is read. We need to invoke sub-make. 698 # changes are detected. This should be included after arch/$(SRCARCH)/Makefile 945 # arch Makefile may override CC so keep this after arch Makefile is included 948 # warn about C99 declaration after statement 949 KBUILD_CFLAGS += -Wdeclaration-after-statement 1073 # stripped after they are installed. If INSTALL_MOD_STRIP is '1', then 1089 # after they are installed in agreement with CONFIG_MODULE_COMPRESS_GZIP 1213 # Final link of vmlinux with optional arch pass after final link
|
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
H A D | configure_llvm | 62 Options: [defaults in brackets after descriptions] 6789 # Funny iconv installations are not unusual, so check it after all flags have been set 6799 check_cflags -Wdeclaration-after-statement
|
Completed in 17 milliseconds