/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
H A D | defconfig | 10 # CONFIG_DESKTOP is not set 11 # CONFIG_EXTRA_COMPAT is not set 12 # CONFIG_FEDORA_COMPAT is not set 13 # CONFIG_INCLUDE_SUSv2 is not set 16 # CONFIG_FEATURE_VERBOSE_USAGE is not set 20 # CONFIG_PAM is not set 23 # CONFIG_FEATURE_WTMP is not set 27 # CONFIG_FEATURE_SHOW_SCRIPT is not set 28 # CONFIG_FEATURE_INSTALLER is not set 29 # CONFIG_INSTALL_NO_USR is not set [all …]
|
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-is-regs.c | 17 void fimc_is_fw_clear_irq1(struct fimc_is *is, unsigned int nr) in fimc_is_fw_clear_irq1() argument 19 mcuctl_write(1UL << nr, is, MCUCTL_REG_INTCR1); in fimc_is_fw_clear_irq1() 22 void fimc_is_fw_clear_irq2(struct fimc_is *is) in fimc_is_fw_clear_irq2() argument 24 u32 cfg = mcuctl_read(is, MCUCTL_REG_INTSR2); in fimc_is_fw_clear_irq2() 25 mcuctl_write(cfg, is, MCUCTL_REG_INTCR2); in fimc_is_fw_clear_irq2() 28 void fimc_is_hw_set_intgr0_gd0(struct fimc_is *is) in fimc_is_hw_set_intgr0_gd0() argument 30 mcuctl_write(INTGR0_INTGD(0), is, MCUCTL_REG_INTGR0); in fimc_is_hw_set_intgr0_gd0() 33 int fimc_is_hw_wait_intmsr0_intmsd0(struct fimc_is *is) in fimc_is_hw_wait_intmsr0_intmsd0() argument 39 cfg = mcuctl_read(is, MCUCTL_REG_INTMSR0); in fimc_is_hw_wait_intmsr0_intmsd0() 43 dev_warn(&is->pdev->dev, "%s timeout\n", in fimc_is_hw_wait_intmsr0_intmsd0() [all …]
|
H A D | fimc-is.c | 65 static void fimc_is_put_clocks(struct fimc_is *is) in fimc_is_put_clocks() argument 70 if (IS_ERR(is->clocks[i])) in fimc_is_put_clocks() 72 clk_put(is->clocks[i]); in fimc_is_put_clocks() 73 is->clocks[i] = ERR_PTR(-EINVAL); in fimc_is_put_clocks() 77 static int fimc_is_get_clocks(struct fimc_is *is) in fimc_is_get_clocks() argument 82 is->clocks[i] = ERR_PTR(-EINVAL); in fimc_is_get_clocks() 85 is->clocks[i] = clk_get(&is->pdev->dev, fimc_is_clocks[i]); in fimc_is_get_clocks() 86 if (IS_ERR(is->clocks[i])) { in fimc_is_get_clocks() 87 ret = PTR_ERR(is->clocks[i]); in fimc_is_get_clocks() 94 fimc_is_put_clocks(is); in fimc_is_get_clocks() [all …]
|
H A D | fimc-is-param.c | 38 static void __fimc_is_hw_update_param_global_shotmode(struct fimc_is *is) in __fimc_is_hw_update_param_global_shotmode() argument 42 dst = &is->is_p_region->parameter.global.shotmode; in __fimc_is_hw_update_param_global_shotmode() 43 src = &is->config[is->config_index].global.shotmode; in __fimc_is_hw_update_param_global_shotmode() 47 static void __fimc_is_hw_update_param_sensor_framerate(struct fimc_is *is) in __fimc_is_hw_update_param_sensor_framerate() argument 51 dst = &is->is_p_region->parameter.sensor.frame_rate; in __fimc_is_hw_update_param_sensor_framerate() 52 src = &is->config[is->config_index].sensor.frame_rate; in __fimc_is_hw_update_param_sensor_framerate() 56 int __fimc_is_hw_update_param(struct fimc_is *is, u32 offset) in __fimc_is_hw_update_param() argument 58 struct is_param_region *par = &is->is_p_region->parameter; in __fimc_is_hw_update_param() 59 struct chain_config *cfg = &is->config[is->config_index]; in __fimc_is_hw_update_param() 161 unsigned int __get_pending_param_count(struct fimc_is *is) in __get_pending_param_count() argument [all …]
|
/openbmc/openbmc/poky/meta-poky/recipes-core/busybox/busybox/poky-tiny/ |
H A D | defconfig | 10 # CONFIG_DESKTOP is not set 11 # CONFIG_EXTRA_COMPAT is not set 12 # CONFIG_FEDORA_COMPAT is not set 13 # CONFIG_INCLUDE_SUSv2 is not set 16 # CONFIG_FEATURE_VERBOSE_USAGE is not set 19 # CONFIG_PAM is not set 21 # CONFIG_FEATURE_UTMP is not set 22 # CONFIG_FEATURE_WTMP is not set 26 # CONFIG_FEATURE_INSTALLER is not set 27 # CONFIG_INSTALL_NO_USR is not set [all …]
|
/openbmc/linux/arch/arm64/configs/ |
H A D | virt.config | 6 # CONFIG_ARCH_ACTIONS is not set 7 # CONFIG_ARCH_SUNXI is not set 8 # CONFIG_ARCH_ALPINE is not set 9 # CONFIG_ARCH_APPLE is not set 10 # CONFIG_ARCH_BCM is not set 11 # CONFIG_ARCH_BCM2835 is not set 12 # CONFIG_ARCH_BCMBCA is not set 13 # CONFIG_ARCH_BCM_IPROC is not set 14 # CONFIG_ARCH_BERLIN is not set 15 # CONFIG_ARCH_BRCMSTB is not set [all …]
|
/openbmc/linux/arch/riscv/configs/ |
H A D | nommu_k210_defconfig | 1 # CONFIG_CPU_ISOLATION is not set 4 # CONFIG_RD_GZIP is not set 5 # CONFIG_RD_BZIP2 is not set 6 # CONFIG_RD_LZMA is not set 7 # CONFIG_RD_XZ is not set 8 # CONFIG_RD_LZO is not set 9 # CONFIG_RD_LZ4 is not set 10 # CONFIG_RD_ZSTD is not set 12 # CONFIG_SYSFS_SYSCALL is not set 13 # CONFIG_FHANDLE is not set [all …]
|
H A D | nommu_k210_sdcard_defconfig | 1 # CONFIG_CPU_ISOLATION is not set 4 # CONFIG_SYSFS_SYSCALL is not set 5 # CONFIG_FHANDLE is not set 6 # CONFIG_BASE_FULL is not set 7 # CONFIG_FUTEX is not set 8 # CONFIG_EPOLL is not set 9 # CONFIG_SIGNALFD is not set 10 # CONFIG_TIMERFD is not set 11 # CONFIG_EVENTFD is not set 12 # CONFIG_AIO is not set [all …]
|
H A D | nommu_virt_defconfig | 1 # CONFIG_CPU_ISOLATION is not set 4 # CONFIG_RD_BZIP2 is not set 5 # CONFIG_RD_LZMA is not set 6 # CONFIG_RD_XZ is not set 7 # CONFIG_RD_LZO is not set 8 # CONFIG_RD_LZ4 is not set 11 # CONFIG_SYSFS_SYSCALL is not set 12 # CONFIG_FHANDLE is not set 13 # CONFIG_BASE_FULL is not set 14 # CONFIG_EPOLL is not set [all …]
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/ |
H A D | defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 11 # CONFIG_SUSPEND is not set 12 # CONFIG_STACKPROTECTOR is not set 14 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 31 # CONFIG_BLK_DEV_BSG is not set 33 # CONFIG_NET_VENDOR_ALACRITECH is not set 34 # CONFIG_NET_VENDOR_AMAZON is not set 35 # CONFIG_NET_VENDOR_AMD is not set 36 # CONFIG_NET_VENDOR_AQUANTIA is not set 37 # CONFIG_NET_VENDOR_ARC is not set [all …]
|
/openbmc/linux/arch/mips/configs/ |
H A D | ath25_defconfig | 1 # CONFIG_LOCALVERSION_AUTO is not set 3 # CONFIG_CROSS_MEMORY_ATTACH is not set 6 # CONFIG_RD_GZIP is not set 7 # CONFIG_RD_BZIP2 is not set 8 # CONFIG_RD_XZ is not set 9 # CONFIG_RD_LZO is not set 10 # CONFIG_RD_LZ4 is not set 12 # CONFIG_FHANDLE is not set 13 # CONFIG_AIO is not set 15 # CONFIG_VM_EVENT_COUNTERS is not set [all …]
|
H A D | rs90_defconfig | 1 # CONFIG_LOCALVERSION_AUTO is not set 3 # CONFIG_CROSS_MEMORY_ATTACH is not set 9 # CONFIG_SGETMASK_SYSCALL is not set 10 # CONFIG_SYSFS_SYSCALL is not set 11 # CONFIG_ELF_CORE is not set 12 # CONFIG_BASE_FULL is not set 13 # CONFIG_TIMERFD is not set 14 # CONFIG_AIO is not set 15 # CONFIG_IO_URING is not set 16 # CONFIG_ADVISE_SYSCALLS is not set [all …]
|
/openbmc/linux/arch/arm/configs/ |
H A D | mps2_defconfig | 7 # CONFIG_UID16 is not set 8 # CONFIG_BASE_FULL is not set 9 # CONFIG_FUTEX is not set 10 # CONFIG_EPOLL is not set 11 # CONFIG_SIGNALFD is not set 12 # CONFIG_EVENTFD is not set 13 # CONFIG_AIO is not set 14 # CONFIG_MMU is not set 19 # CONFIG_ATAGS is not set 20 # CONFIG_SUSPEND is not set [all …]
|
/openbmc/linux/arch/s390/configs/ |
H A D | zfcpdump_defconfig | 4 # CONFIG_CPU_ISOLATION is not set 5 # CONFIG_UTS_NS is not set 6 # CONFIG_TIME_NS is not set 7 # CONFIG_PID_NS is not set 8 # CONFIG_NET_NS is not set 14 # CONFIG_COMPAT is not set 17 # CONFIG_CHSC_SCH is not set 18 # CONFIG_SCM_BUS is not set 19 # CONFIG_PFAULT is not set 20 # CONFIG_S390_HYPFS is not set [all …]
|
/openbmc/linux/arch/powerpc/configs/ |
H A D | skiroot_defconfig | 2 # CONFIG_SWAP is not set 5 # CONFIG_CROSS_MEMORY_ATTACH is not set 8 # CONFIG_CPU_ISOLATION is not set 13 # CONFIG_RD_GZIP is not set 14 # CONFIG_RD_BZIP2 is not set 15 # CONFIG_RD_LZMA is not set 16 # CONFIG_RD_LZO is not set 17 # CONFIG_RD_LZ4 is not set 20 # CONFIG_SGETMASK_SYSCALL is not set 21 # CONFIG_SYSFS_SYSCALL is not set [all …]
|
H A D | microwatt_defconfig | 1 # CONFIG_SWAP is not set 2 # CONFIG_CROSS_MEMORY_ATTACH is not set 12 # CONFIG_VM_EVENT_COUNTERS is not set 13 # CONFIG_SLUB_DEBUG is not set 14 # CONFIG_COMPAT_BRK is not set 15 # CONFIG_SLAB_MERGE_DEFAULT is not set 18 # CONFIG_PPC_64S_HASH_MMU is not set 19 # CONFIG_PPC_KUEP is not set 20 # CONFIG_PPC_KUAP is not set 24 # CONFIG_PPC_POWERNV is not set [all …]
|
/openbmc/u-boot/configs/ |
H A D | xilinx_zynqmp_mini_defconfig | 8 # CONFIG_CMD_ZYNQMP is not set 9 # CONFIG_IMAGE_FORMAT_LEGACY is not set 10 # CONFIG_BOARD_LATE_INIT is not set 11 # CONFIG_DISPLAY_CPUINFO is not set 12 # CONFIG_CMDLINE_EDITING is not set 13 # CONFIG_AUTO_COMPLETE is not set 14 # CONFIG_SYS_LONGHELP is not set 16 # CONFIG_AUTOBOOT is not set 17 # CONFIG_CMD_BDI is not set 18 # CONFIG_CMD_CONSOLE is not set [all …]
|
H A D | zynq_cse_qspi_defconfig | 10 # CONFIG_ZYNQ_DDRC_INIT is not set 12 # CONFIG_CMD_ZYNQ is not set 14 # CONFIG_ARCH_FIXUP_FDT_MEMORY is not set 15 # CONFIG_BOARD_LATE_INIT is not set 16 # CONFIG_DISPLAY_CPUINFO is not set 17 # CONFIG_ARCH_EARLY_INIT_R is not set 20 # CONFIG_CMDLINE_EDITING is not set 21 # CONFIG_AUTO_COMPLETE is not set 22 # CONFIG_SYS_LONGHELP is not set 24 # CONFIG_AUTOBOOT is not set [all …]
|
H A D | xilinx_zynqmp_mini_nand_defconfig | 6 # CONFIG_CMD_ZYNQMP is not set 10 # CONFIG_BOARD_LATE_INIT is not set 11 # CONFIG_DISPLAY_CPUINFO is not set 13 # CONFIG_CMDLINE_EDITING is not set 14 # CONFIG_AUTO_COMPLETE is not set 15 # CONFIG_SYS_LONGHELP is not set 17 # CONFIG_AUTOBOOT is not set 18 # CONFIG_CMD_BDI is not set 19 # CONFIG_CMD_CONSOLE is not set 20 # CONFIG_CMD_BOOTD is not set [all …]
|
H A D | xilinx_versal_mini_defconfig | 10 # CONFIG_IMAGE_FORMAT_LEGACY is not set 12 # CONFIG_DISPLAY_CPUINFO is not set 14 # CONFIG_CMDLINE_EDITING is not set 15 # CONFIG_AUTO_COMPLETE is not set 16 # CONFIG_SYS_LONGHELP is not set 18 # CONFIG_AUTOBOOT is not set 19 # CONFIG_CMD_BDI is not set 20 # CONFIG_CMD_CONSOLE is not set 21 # CONFIG_CMD_BOOTD is not set 22 # CONFIG_CMD_BOOTM is not set [all …]
|
H A D | zynq_cse_nand_defconfig | 9 # CONFIG_BOARD_LATE_INIT is not set 10 # CONFIG_DISPLAY_CPUINFO is not set 12 # CONFIG_CMDLINE_EDITING is not set 13 # CONFIG_AUTO_COMPLETE is not set 14 # CONFIG_SYS_LONGHELP is not set 16 # CONFIG_AUTOBOOT is not set 17 # CONFIG_CMD_BDI is not set 18 # CONFIG_CMD_CONSOLE is not set 19 # CONFIG_CMD_BOOTD is not set 20 # CONFIG_CMD_BOOTM is not set [all …]
|
H A D | xilinx_zynqmp_mini_qspi_defconfig | 9 # CONFIG_CMD_ZYNQMP is not set 11 # CONFIG_IMAGE_FORMAT_LEGACY is not set 12 # CONFIG_BOARD_LATE_INIT is not set 13 # CONFIG_DISPLAY_CPUINFO is not set 14 # CONFIG_CMDLINE_EDITING is not set 15 # CONFIG_AUTO_COMPLETE is not set 16 # CONFIG_SYS_LONGHELP is not set 18 # CONFIG_AUTOBOOT is not set 19 # CONFIG_CMD_BDI is not set 20 # CONFIG_CMD_CONSOLE is not set [all …]
|
/openbmc/linux/arch/powerpc/configs/44x/ |
H A D | akebono_defconfig | 9 # CONFIG_SLUB_CPU_PARTIAL is not set 13 # CONFIG_BLK_DEV_BSG is not set 15 # CONFIG_EBONY is not set 20 # CONFIG_COMPACTION is not set 21 # CONFIG_SUSPEND is not set 30 # CONFIG_IPV6 is not set 41 # CONFIG_SCSI_PROC_FS is not set 43 # CONFIG_SCSI_LOWLEVEL is not set 45 # CONFIG_SATA_PMP is not set 47 # CONFIG_ATA_SFF is not set [all …]
|
/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g5/ |
H A D | defconfig | 2 # CONFIG_SWAP is not set 17 # CONFIG_RD_GZIP is not set 18 # CONFIG_RD_BZIP2 is not set 19 # CONFIG_RD_LZMA is not set 20 # CONFIG_RD_LZO is not set 21 # CONFIG_RD_LZ4 is not set 22 # CONFIG_UID16 is not set 23 # CONFIG_SYSFS_SYSCALL is not set 24 # CONFIG_AIO is not set 27 # CONFIG_COMPAT_BRK is not set [all …]
|
/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g4/ |
H A D | defconfig | 2 # CONFIG_SWAP is not set 15 # CONFIG_RD_GZIP is not set 16 # CONFIG_RD_BZIP2 is not set 17 # CONFIG_RD_LZMA is not set 18 # CONFIG_RD_LZO is not set 19 # CONFIG_RD_LZ4 is not set 20 # CONFIG_UID16 is not set 21 # CONFIG_SYSFS_SYSCALL is not set 22 # CONFIG_AIO is not set 25 # CONFIG_COMPAT_BRK is not set [all …]
|