Home
last modified time | relevance | path

Searched full:is (Results 1 – 25 of 14016) sorted by relevance

12345678910>>...561

/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is-regs.c3 * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver
12 #include "fimc-is.h"
13 #include "fimc-is-command.h"
14 #include "fimc-is-regs.h"
15 #include "fimc-is-sensor.h"
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_INTCR in fimc_is_fw_clear_irq2()
28 fimc_is_hw_set_intgr0_gd0(struct fimc_is * is) fimc_is_hw_set_intgr0_gd0() argument
33 fimc_is_hw_wait_intmsr0_intmsd0(struct fimc_is * is) fimc_is_hw_wait_intmsr0_intmsd0() argument
53 fimc_is_hw_set_param(struct fimc_is * is) fimc_is_hw_set_param() argument
72 fimc_is_hw_set_tune(struct fimc_is * is) fimc_is_hw_set_tune() argument
86 fimc_is_hw_get_params(struct fimc_is * is,unsigned int num_args) fimc_is_hw_get_params() argument
105 fimc_is_hw_set_isp_buf_mask(struct fimc_is * is,unsigned int mask) fimc_is_hw_set_isp_buf_mask() argument
119 fimc_is_hw_set_sensor_num(struct fimc_is * is) fimc_is_hw_set_sensor_num() argument
129 fimc_is_hw_close_sensor(struct fimc_is * is,unsigned int index) fimc_is_hw_close_sensor() argument
141 fimc_is_hw_get_setfile_addr(struct fimc_is * is) fimc_is_hw_get_setfile_addr() argument
149 fimc_is_hw_load_setfile(struct fimc_is * is) fimc_is_hw_load_setfile() argument
157 fimc_is_hw_change_mode(struct fimc_is * is) fimc_is_hw_change_mode() argument
175 fimc_is_hw_stream_on(struct fimc_is * is) fimc_is_hw_stream_on() argument
184 fimc_is_hw_stream_off(struct fimc_is * is) fimc_is_hw_stream_off() argument
192 fimc_is_hw_subip_power_off(struct fimc_is * is) fimc_is_hw_subip_power_off() argument
200 fimc_is_itf_s_param(struct fimc_is * is,bool update) fimc_is_itf_s_param() argument
219 fimc_is_itf_mode_change(struct fimc_is * is) fimc_is_itf_mode_change() argument
[all...]
H A Dfimc-is.c3 * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver
33 #include "fimc-is.h"
34 #include "fimc-is-command.h"
35 #include "fimc-is-errno.h"
36 #include "fimc-is-i2c.h"
37 #include "fimc-is-param.h"
38 #include "fimc-is-regs.h"
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 in fimc_is_put_clocks()
77 fimc_is_get_clocks(struct fimc_is * is) fimc_is_get_clocks() argument
100 fimc_is_setup_clocks(struct fimc_is * is) fimc_is_setup_clocks() argument
131 fimc_is_enable_clocks(struct fimc_is * is) fimc_is_enable_clocks() argument
151 fimc_is_disable_clocks(struct fimc_is * is) fimc_is_disable_clocks() argument
163 fimc_is_parse_sensor_config(struct fimc_is * is,unsigned int index,struct device_node * node) fimc_is_parse_sensor_config() argument
201 fimc_is_register_subdevs(struct fimc_is * is) fimc_is_register_subdevs() argument
225 fimc_is_unregister_subdevs(struct fimc_is * is) fimc_is_unregister_subdevs() argument
231 fimc_is_load_setfile(struct fimc_is * is,char * file_name) fimc_is_load_setfile() argument
263 fimc_is_cpu_set_power(struct fimc_is * is,int on) fimc_is_cpu_set_power() argument
294 fimc_is_wait_event(struct fimc_is * is,unsigned long bit,unsigned int state,unsigned int timeout) fimc_is_wait_event() argument
308 fimc_is_start_firmware(struct fimc_is * is) fimc_is_start_firmware() argument
334 fimc_is_alloc_cpu_memory(struct fimc_is * is) fimc_is_alloc_cpu_memory() argument
366 fimc_is_free_cpu_memory(struct fimc_is * is) fimc_is_free_cpu_memory() argument
379 struct fimc_is *is = context; fimc_is_load_firmware() local
437 fimc_is_request_firmware(struct fimc_is * is,const char * fw_name) fimc_is_request_firmware() argument
445 fimc_is_general_irq_handler(struct fimc_is * is) fimc_is_general_irq_handler() argument
600 struct fimc_is *is = priv; fimc_is_irq_handler() local
617 fimc_is_hw_open_sensor(struct fimc_is * is,struct fimc_is_sensor * sensor) fimc_is_hw_open_sensor() argument
653 fimc_is_hw_initialize(struct fimc_is * is) fimc_is_hw_initialize() argument
739 struct fimc_is *is = s->private; fimc_is_show() local
753 fimc_is_debugfs_remove(struct fimc_is * is) fimc_is_debugfs_remove() argument
759 fimc_is_debugfs_create(struct fimc_is * is) fimc_is_debugfs_create() argument
794 struct fimc_is *is; fimc_is_probe() local
896 struct fimc_is *is = dev_get_drvdata(dev); fimc_is_runtime_resume() local
908 struct fimc_is *is = dev_get_drvdata(dev); fimc_is_runtime_suspend() local
923 struct fimc_is *is = dev_get_drvdata(dev); fimc_is_suspend() local
936 struct fimc_is *is = dev_get_drvdata(dev); fimc_is_remove() local
[all...]
H A Dfimc-is-param.c3 * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver
26 #include "fimc-is.h"
27 #include "fimc-is-command.h"
28 #include "fimc-is-errno.h"
29 #include "fimc-is-param.h"
30 #include "fimc-is-regs.h"
31 #include "fimc-is-sensor.h"
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 in __fimc_is_hw_update_param_global_shotmode()
47 __fimc_is_hw_update_param_sensor_framerate(struct fimc_is * is) __fimc_is_hw_update_param_sensor_framerate() argument
56 __fimc_is_hw_update_param(struct fimc_is * is,u32 offset) __fimc_is_hw_update_param() argument
161 __get_pending_param_count(struct fimc_is * is) __get_pending_param_count() argument
175 __is_hw_update_params(struct fimc_is * is) __is_hw_update_params() argument
207 __is_set_frame_size(struct fimc_is * is,struct v4l2_mbus_framefmt * mf) __is_set_frame_size() argument
244 fimc_is_hw_get_sensor_max_framerate(struct fimc_is * is) fimc_is_hw_get_sensor_max_framerate() argument
254 __is_set_sensor(struct fimc_is * is,int fps) __is_set_sensor() argument
278 __is_set_init_isp_aa(struct fimc_is * is) __is_set_init_isp_aa() argument
299 __is_set_isp_flash(struct fimc_is * is,u32 cmd,u32 redeye) __is_set_isp_flash() argument
311 __is_set_isp_awb(struct fimc_is * is,u32 cmd,u32 val) __is_set_isp_awb() argument
325 __is_set_isp_effect(struct fimc_is * is,u32 cmd) __is_set_isp_effect() argument
338 __is_set_isp_iso(struct fimc_is * is,u32 cmd,u32 val) __is_set_isp_iso() argument
352 __is_set_isp_adjust(struct fimc_is * is,u32 cmd,u32 val) __is_set_isp_adjust() argument
399 __is_set_isp_metering(struct fimc_is * is,u32 id,u32 val) __is_set_isp_metering() argument
434 __is_set_isp_afc(struct fimc_is * is,u32 cmd,u32 val) __is_set_isp_afc() argument
448 __is_set_drc_control(struct fimc_is * is,u32 val) __is_set_drc_control() argument
460 __is_set_fd_control(struct fimc_is * is,u32 val) __is_set_fd_control() argument
475 __is_set_fd_config_maxface(struct fimc_is * is,u32 val) __is_set_fd_config_maxface() argument
495 __is_set_fd_config_rollangle(struct fimc_is * is,u32 val) __is_set_fd_config_rollangle() argument
515 __is_set_fd_config_yawangle(struct fimc_is * is,u32 val) __is_set_fd_config_yawangle() argument
535 __is_set_fd_config_smilemode(struct fimc_is * is,u32 val) __is_set_fd_config_smilemode() argument
555 __is_set_fd_config_blinkmode(struct fimc_is * is,u32 val) __is_set_fd_config_blinkmode() argument
575 __is_set_fd_config_eyedetect(struct fimc_is * is,u32 val) __is_set_fd_config_eyedetect() argument
595 __is_set_fd_config_mouthdetect(struct fimc_is * is,u32 val) __is_set_fd_config_mouthdetect() argument
615 __is_set_fd_config_orientation(struct fimc_is * is,u32 val) __is_set_fd_config_orientation() argument
635 __is_set_fd_config_orientation_val(struct fimc_is * is,u32 val) __is_set_fd_config_orientation_val() argument
655 fimc_is_set_initial_params(struct fimc_is * is) fimc_is_set_initial_params() argument
[all...]
/linux/arch/powerpc/configs/
H A Dskiroot_defconfig2 # 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 no
[all...]
H A Dmicrowatt_defconfig1 # 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 no
[all...]
/linux/arch/arm64/configs/
H A Dvirt.config6 # 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 no
[all...]
/linux/arch/riscv/configs/
H A Dnommu_k210_defconfig1 # 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 no
[all...]
H A Dnommu_k210_sdcard_defconfig1 # CONFIG_CPU_ISOLATION is not set
4 # CONFIG_SYSFS_SYSCALL is not set
5 # CONFIG_FHANDLE 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
13 # CONFIG_IO_URING is no
[all...]
H A Dnommu_virt_defconfig1 # 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
14 # CONFIG_EPOLL is not set
15 # CONFIG_SIGNALFD is no
[all...]
/linux/arch/mips/configs/
H A Dath25_defconfig1 # 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 no
[all...]
H A Drs90_defconfig1 # 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
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
17 # CONFIG_KALLSYMS is no
[all...]
H A Ddecstation_r4k_defconfig8 # CONFIG_SGETMASK_SYSCALL is not set
9 # CONFIG_SYSFS_SYSCALL is not set
11 # CONFIG_COMPAT_BRK is not set
14 # CONFIG_SUSPEND is not set
20 # CONFIG_EFI_PARTITION is not set
46 # CONFIG_WIRELESS is not set
47 # CONFIG_UEVENT_HELPER is not set
48 # CONFIG_FW_LOADER is not set
49 # CONFIG_ALLOW_DEV_COREDUMP is not set
65 # CONFIG_NET_VENDOR_ALACRITECH is no
[all...]
H A Ddecstation_defconfig8 # CONFIG_SGETMASK_SYSCALL is not set
9 # CONFIG_SYSFS_SYSCALL is not set
11 # CONFIG_COMPAT_BRK is not set
15 # CONFIG_SUSPEND is not set
21 # CONFIG_EFI_PARTITION is not set
47 # CONFIG_WIRELESS is not set
48 # CONFIG_UEVENT_HELPER is not set
49 # CONFIG_FW_LOADER is not set
50 # CONFIG_ALLOW_DEV_COREDUMP is not set
66 # CONFIG_NET_VENDOR_ALACRITECH is no
[all...]
H A Ddecstation_64_defconfig8 # CONFIG_SGETMASK_SYSCALL is not set
9 # CONFIG_SYSFS_SYSCALL is not set
11 # CONFIG_COMPAT_BRK is not set
18 # CONFIG_SUSPEND is not set
24 # CONFIG_EFI_PARTITION is not set
51 # CONFIG_WIRELESS is not set
52 # CONFIG_UEVENT_HELPER is not set
53 # CONFIG_FW_LOADER is not set
54 # CONFIG_ALLOW_DEV_COREDUMP is not set
70 # CONFIG_NET_VENDOR_ALACRITECH is no
[all...]
H A Dcavium_octeon_defconfig25 # CONFIG_BLK_DEV_BSG is not set
45 # CONFIG_FW_LOADER is not set
47 # CONFIG_MTD_OF_PARTS is not set
61 # CONFIG_NET_VENDOR_3COM is not set
62 # CONFIG_NET_VENDOR_ADAPTEC is not set
63 # CONFIG_NET_VENDOR_ALTEON is not set
64 # CONFIG_NET_VENDOR_AMD is not set
65 # CONFIG_NET_VENDOR_ATHEROS is not set
66 # CONFIG_NET_VENDOR_BROADCOM is not set
67 # CONFIG_NET_VENDOR_BROCADE is no
[all...]
/linux/arch/arm/configs/
H A Daspeed_g4_defconfig12 # CONFIG_RD_BZIP2 is not set
13 # CONFIG_RD_LZO is not set
14 # CONFIG_RD_LZ4 is not set
16 # CONFIG_UID16 is not set
17 # CONFIG_SYSFS_SYSCALL is not set
18 # CONFIG_AIO is not set
21 # CONFIG_ARCH_MULTI_V7 is not set
27 # CONFIG_ATAGS is not set
30 # CONFIG_BLK_DEBUG_FS is not set
31 # CONFIG_MQ_IOSCHED_DEADLINE is no
[all...]
H A Dmps2_defconfig7 # CONFIG_UID16 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
21 # CONFIG_BLOCK is no
[all...]
H A Dlpc18xx_defconfig4 # 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
10 # CONFIG_UID16 is not set
12 # CONFIG_FUTEX is not set
13 # CONFIG_EPOLL is not set
14 # CONFIG_SIGNALFD is not set
15 # CONFIG_EVENTFD is no
[all...]
H A Daspeed_g5_defconfig12 # CONFIG_RD_BZIP2 is not set
13 # CONFIG_RD_LZO is not set
14 # CONFIG_RD_LZ4 is not set
16 # CONFIG_UID16 is not set
17 # CONFIG_SYSFS_SYSCALL is not set
18 # CONFIG_AIO is not set
25 # CONFIG_CACHE_L2X0 is not set
27 # CONFIG_ARM_CPU_TOPOLOGY is not set
32 # CONFIG_ATAGS is not set
37 # CONFIG_BLK_DEBUG_FS is no
[all...]
H A Dmoxart_defconfig1 # CONFIG_LOCALVERSION_AUTO is not set
8 # CONFIG_ELF_CORE is not set
10 # CONFIG_SIGNALFD is not set
11 # CONFIG_TIMERFD is not set
12 # CONFIG_EVENTFD is not set
13 # CONFIG_AIO is not set
14 # CONFIG_BLK_DEV_BSG is not set
16 # CONFIG_ARCH_MULTI_V7 is not set
20 # CONFIG_ATAGS is not set
22 # CONFIG_SWAP is no
[all...]
H A Dwpcm450_defconfig12 # CONFIG_ARCH_MULTI_V7 is not set
18 # CONFIG_ATAGS is not set
41 # CONFIG_WIRELESS is not set
55 # CONFIG_SCSI_PROC_FS is not set
56 # CONFIG_SCSI_LOWLEVEL is not set
58 # CONFIG_NET_VENDOR_ALACRITECH is not set
59 # CONFIG_NET_VENDOR_AMAZON is not set
60 # CONFIG_NET_VENDOR_AQUANTIA is not set
61 # CONFIG_NET_VENDOR_ARC is not set
62 # CONFIG_NET_VENDOR_BROADCOM is no
[all...]
/linux/arch/powerpc/configs/44x/
H A Dakebono_defconfig9 # 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 no
[all...]
/linux/arch/s390/configs/
H A Dzfcpdump_defconfig4 # 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
15 # CONFIG_CHSC_SCH is not set
16 # CONFIG_SCM_BUS is not set
17 # CONFIG_AP is not set
18 # CONFIG_PFAULT is not set
19 # CONFIG_S390_HYPFS is no
[all...]
/linux/Documentation/admin-guide/
H A Dkernel-parameters.rst6 The following is a consolidated list of the kernel parameters as implemented
16 Everything after "``--``" is passed as an argument to init.
56 nohz_full, irqaffinity, rcu_nocbs. The format of this list is:
84 Keep in mind that "N" is dynamic, so if system changes cause the bitmap width
90 so that "nohz_full=all" is the equivalent of "nohz_full=0-N".
92 The semantics of "N" and "all" is supported on a level of bitmaps and holds for
98 The [KMG] suffix is commonly described after a number of kernel
108 were enabled and if respective hardware is present. This list should be kept
111 is applicable::
113 ACPI ACPI support is enable
[all...]
/linux/arch/openrisc/configs/
H A Dsimple_smp_defconfig5 # CONFIG_RD_GZIP is not set
6 # CONFIG_RD_BZIP2 is not set
7 # CONFIG_RD_LZMA 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_KALLSYMS is not set
13 # CONFIG_EPOLL is not set
14 # CONFIG_TIMERFD is not set
15 # CONFIG_EVENTFD is no
[all...]

12345678910>>...561