| /OK3568_Linux_fs/device/rockchip/common/build-hooks/ |
| H A D | 30-rootfs.sh | 5 check_config RK_BUILDROOT_CFG || return 0 28 check_config RK_BUILDROOT_CFG || return 0 46 check_config RK_YOCTO_CFG RK_KERNEL_VERSION_REAL || return 0 116 check_config RK_DEBIAN_VERSION || return 0 147 check_config RK_UBUNTU_VERSION || return 0 180 if check_config RK_BUILDROOT_CFG &>/dev/null; then 194 check_config RK_ROOTFS_TYPE &>/dev/null || return 0 226 check_config RK_ROOTFS_TYPE || return 0 230 check_config RK_BUILDROOT_CFG || return 0 258 check_config RK_ROOTFS_TYPE || return 0
|
| H A D | 90-updateimg.sh | 42 check_config RK_UPDATE || return 0 105 check_config RK_AB_UPDATE || return 0 117 check_config RK_AB_UPDATE RK_AB_UPDATE_SDCARD || return 0 128 check_config RK_AB_UPDATE || return 0
|
| H A D | 60-security.sh | 140 check_config RK_SECURITY_INITRD_CFG || return 0 188 check_config RK_SECURITY || return 0 201 check_config RK_RECOVERY_CFG || return 0
|
| H A D | 50-pcba.sh | 10 check_config RK_PCBA_CFG || return 0 18 check_config RK_PCBA_CFG || return 0
|
| H A D | 40-recovery.sh | 10 check_config RK_RECOVERY_CFG || return 0 20 check_config RK_RECOVERY_CFG || return 0
|
| H A D | 10-kernel.sh | 44 check_config RK_KERNEL_DTS_NAME RK_KERNEL_CFG RK_BOOT_IMG || return 0 118 check_config RK_KERNEL_CFG &>/dev/null || return 0 209 check_config RK_KERNEL_DTS_NAME RK_KERNEL_CFG RK_BOOT_IMG || return 0
|
| H A D | 70-loader.sh | 5 check_config RK_KERNEL_DTB || return 1 26 check_config RK_UBOOT_CFG || return 0
|
| H A D | 25-rtos.sh | 11 check_config RK_RTOS RK_RTTHREAD_TARGET || return 0
|
| H A D | 05-partitions.sh | 70 check_config RK_PARAMETER || return 0
|
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | mk-rootfs.sh | 5 check_config RK_BUILDROOT_CFG || return 0 28 check_config RK_BUILDROOT_CFG || return 0 46 check_config RK_YOCTO_CFG RK_KERNEL_VERSION_REAL || return 0 116 check_config RK_DEBIAN_VERSION || return 0 147 check_config RK_UBUNTU_VERSION || return 0 180 if check_config RK_BUILDROOT_CFG &>/dev/null; then 194 check_config RK_ROOTFS_TYPE &>/dev/null || return 0 226 check_config RK_ROOTFS_TYPE || return 0 230 check_config RK_BUILDROOT_CFG || return 0 258 check_config RK_ROOTFS_TYPE || return 0
|
| H A D | mk-updateimg.sh | 42 check_config RK_UPDATE || return 0 105 check_config RK_AB_UPDATE || return 0 117 check_config RK_AB_UPDATE RK_AB_UPDATE_SDCARD || return 0 128 check_config RK_AB_UPDATE || return 0
|
| H A D | mk-security.sh | 140 check_config RK_SECURITY_INITRD_CFG || return 0 188 check_config RK_SECURITY || return 0 201 check_config RK_RECOVERY_CFG || return 0
|
| H A D | mk-pcba.sh | 10 check_config RK_PCBA_CFG || return 0 18 check_config RK_PCBA_CFG || return 0
|
| H A D | mk-linuxrecovery.sh | 10 check_config RK_RECOVERY_CFG || return 0 20 check_config RK_RECOVERY_CFG || return 0
|
| H A D | mk-recovery.sh | 10 check_config RK_RECOVERY_CFG || return 0 20 check_config RK_RECOVERY_CFG || return 0
|
| H A D | mk-kernel.sh | 44 check_config RK_KERNEL_DTS_NAME RK_KERNEL_CFG RK_BOOT_IMG || return 0 118 check_config RK_KERNEL_CFG &>/dev/null || return 0 209 check_config RK_KERNEL_DTS_NAME RK_KERNEL_CFG RK_BOOT_IMG || return 0
|
| H A D | mk-loader.sh | 5 check_config RK_KERNEL_DTB || return 1 26 check_config RK_UBOOT_CFG || return 0
|
| H A D | mk-rtos.sh | 11 check_config RK_RTOS RK_RTTHREAD_TARGET || return 0
|
| H A D | mk-partitions.sh | 70 check_config RK_PARAMETER || return 0
|
| /OK3568_Linux_fs/kernel/tools/usb/ |
| H A D | hcd-tests.sh | 70 check_config () function 123 check_config sink-src 154 check_config sink-src 181 check_config sink-src 207 check_config sink-src 258 check_config loopback
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | ksample.py | 34 def check_config(self, config_opt=''): member in KSample 67 self.check_config("CONFIG_KPROBES") 127 self.check_config("CONFIG_TRACING_SUPPORT") 160 self.check_config("CONFIG_TRACING_SUPPORT") 183 self.check_config("CONFIG_KALLSYMS_ALL")
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/openssh/openssh/ |
| H A D | init | 38 check_config() { 62 check_config 70 check_config
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/ |
| H A D | collectd.init | 64 check_config() { 92 check_config 182 check_config
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | goodix.c | 83 int (*check_config)(struct goodix_ts_data *ts, const u8 *cfg, int len); member 130 .check_config = goodix_check_cfg_16, 137 .check_config = goodix_check_cfg_8, 144 .check_config = goodix_check_cfg_8, 151 .check_config = goodix_check_cfg_8, 547 return ts->chip->check_config(ts, cfg, len); in goodix_check_cfg()
|
| /OK3568_Linux_fs/buildroot/package/tvheadend/ |
| H A D | 0001-no-check_config.patch | 1 Makefile: do not use check_config
|