Home
last modified time | relevance | path

Searched full:if (Results 1 – 25 of 9737) sorted by relevance

12345678910>>...390

/Linux-v6.1/drivers/clk/renesas/
DKconfig4 bool "Renesas SoC clock support" if COMPILE_TEST && !ARCH_RENESAS
5 default y if ARCH_RENESAS
6 select CLK_EMEV2 if ARCH_EMEV2
7 select CLK_RZA1 if ARCH_R7S72100
8 select CLK_R7S9210 if ARCH_R7S9210
9 select CLK_R8A73A4 if ARCH_R8A73A4
10 select CLK_R8A7740 if ARCH_R8A7740
11 select CLK_R8A7742 if ARCH_R8A7742
12 select CLK_R8A7743 if ARCH_R8A7743 || ARCH_R8A7744
13 select CLK_R8A7745 if ARCH_R8A7745
[all …]
/Linux-v6.1/drivers/pinctrl/renesas/
DKconfig9 bool "Renesas SoC pin control support" if COMPILE_TEST && !(ARCH_RENESAS || SUPERH)
10 default y if ARCH_RENESAS || SUPERH
11 select PINCTRL_PFC_EMEV2 if ARCH_EMEV2
12 select PINCTRL_PFC_R8A73A4 if ARCH_R8A73A4
13 select PINCTRL_PFC_R8A7740 if ARCH_R8A7740
14 select PINCTRL_PFC_R8A7742 if ARCH_R8A7742
15 select PINCTRL_PFC_R8A7743 if ARCH_R8A7743
16 select PINCTRL_PFC_R8A7744 if ARCH_R8A7744
17 select PINCTRL_PFC_R8A7745 if ARCH_R8A7745
18 select PINCTRL_PFC_R8A77470 if ARCH_R8A77470
[all …]
/Linux-v6.1/arch/arm/
DKconfig.debug13 Say Y here if you want to show the kernel pagetable layout in a
18 If in doubt, say "N"
25 Generate a warning if any W+X mappings are found at boot.
34 or like this, if the check failed:
38 Note that even if the check fails, your kernel is possibly
46 If in doubt, say "Y".
50 default UNWINDER_ARM if AEABI
51 default UNWINDER_FRAME_POINTER if !AEABI
119 in the kernel. This is helpful if you are debugging code that
136 Say Y here if you want kernel low-level debugging support
[all …]
/Linux-v6.1/drivers/media/usb/dvb-usb-v2/
DKconfig15 Say Y if you own a USB DVB device.
17 if DVB_USB_V2
24 select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
25 select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT
26 select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT
27 select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
28 select MEDIA_TUNER_MXL5005S if MEDIA_SUBDRV_AUTOSELECT
29 select MEDIA_TUNER_MC44S803 if MEDIA_SUBDRV_AUTOSELECT
30 select MEDIA_TUNER_TDA18218 if MEDIA_SUBDRV_AUTOSELECT
31 select MEDIA_TUNER_MXL5007T if MEDIA_SUBDRV_AUTOSELECT
[all …]
/Linux-v6.1/arch/mips/kernel/
Dproc.c46 if (!cpu_online(n)) in show_cpuinfo()
53 if (n == 0) { in show_cpuinfo()
55 if (mips_get_machine_name()) in show_cpuinfo()
77 if (cpu_has_watch) { in show_cpuinfo()
87 if (cpu_has_mips_1) in show_cpuinfo()
89 if (cpu_has_mips_2) in show_cpuinfo()
91 if (cpu_has_mips_3) in show_cpuinfo()
93 if (cpu_has_mips_4) in show_cpuinfo()
95 if (cpu_has_mips_5) in show_cpuinfo()
97 if (cpu_has_mips32r1) in show_cpuinfo()
[all …]
/Linux-v6.1/drivers/media/usb/dvb-usb/
DKconfig16 Say Y if you own a USB DVB device.
22 Say Y if you want to enable debugging. See modinfo dvb-usb (and the
25 if DVB_USB
31 select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
32 select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT
39 select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT
40 select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT
55 select DVB_STB0899 if MEDIA_SUBDRV_AUTOSELECT
56 select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT
66 Say Y if you own such a device and want to use it.
[all …]
/Linux-v6.1/tools/testing/selftests/cgroup/
Dtest_core.c27 if (fd < 0) in touch_anon()
33 if (ret < 0) { in touch_anon()
34 if (errno != EINTR) { in touch_anon()
56 if (buf == MAP_FAILED) in alloc_and_touch_anon_noexit()
59 if (touch_anon((char *)buf, size)) { in alloc_and_touch_anon_noexit()
87 if (!cg_test) in test_cgcore_destroy()
91 if (cg_create(cg_test)) in test_cgcore_destroy()
97 if (child_pid < 0) in test_cgcore_destroy()
101 if (cg_wait_for_proc_count(cg_test, 1)) in test_cgcore_destroy()
104 if (cg_killall(cg_test)) in test_cgcore_destroy()
[all …]
Dtest_freezer.c25 * Check if the cgroup is frozen by looking at the cgroup.events::frozen value.
29 if (frozen) { in cg_check_frozen()
30 if (cg_read_strstr(cgroup, "cgroup.events", "frozen 1") != 0) { in cg_check_frozen()
38 if (cg_read_strstr(cgroup, "cgroup.events", "frozen 0") != 0) { in cg_check_frozen()
66 if (fd < 0) in cg_enter_and_wait_for_frozen()
70 if (ret) in cg_enter_and_wait_for_frozen()
75 if (ret) in cg_enter_and_wait_for_frozen()
79 if (ret) in cg_enter_and_wait_for_frozen()
90 * If there are no events in 10 seconds, treat this as an error.
98 if (fd < 0) in cg_freeze_wait()
[all …]
Dtest_memcontrol.c40 if (!parent || !child) in test_memcg_subtree_control()
43 if (cg_create(parent)) in test_memcg_subtree_control()
46 if (cg_write(parent, "cgroup.subtree_control", "+memory")) in test_memcg_subtree_control()
49 if (cg_create(child)) in test_memcg_subtree_control()
52 if (cg_read_strstr(child, "cgroup.controllers", "memory")) in test_memcg_subtree_control()
58 if (!parent2 || !child2) in test_memcg_subtree_control()
61 if (cg_create(parent2)) in test_memcg_subtree_control()
64 if (cg_create(child2)) in test_memcg_subtree_control()
67 if (cg_read(child2, "cgroup.controllers", buf, sizeof(buf))) in test_memcg_subtree_control()
70 if (!cg_read_strstr(child2, "cgroup.controllers", "memory")) in test_memcg_subtree_control()
[all …]
/Linux-v6.1/drivers/hwmon/pmbus/
DKconfig10 Say yes here if you want to enable PMBus support.
12 This driver can also be built as a module. If so, the module will
15 if PMBUS
21 If you say yes here you get hardware monitoring support for generic
27 This driver can also be built as a module. If so, the module will
35 If you say yes here you get hardware monitoring support for Analog
38 This driver can also be built as a module. If so, the module will
44 If you say yes here you get hardware monitoring support for Analog
48 This driver can also be built as a module. If so, the module will
54 If you say yes here you get hardware monitoring support for BEL
[all …]
/Linux-v6.1/drivers/hwmon/
DKconfig15 control the speed of the fans. If you want this support you
23 This support can also be built as a module. If so, the module
26 if HWMON
34 Say Y here if you want the I2C chip drivers to produce a bunch of
35 debug messages to the system log. Select this if you are having
45 If you say yes here you get support for the sensor part of the first
53 This driver can also be built as a module. If so, the module
60 If you say yes here you get support for the sensor part of the
67 This driver can also be built as a module. If so, the module
74 If you say yes here you get support for the Analog Devices
[all …]
/Linux-v6.1/drivers/rtc/
DKconfig19 Generic RTC class support. If you say yes here, you will
23 if RTC_CLASS
29 If you say yes here, the system time (wall clock) will be set using
48 If the clock you specify here is not battery backed, it may still
57 If you say yes here, the system time (wall clock) will be stored
59 minutes if userspace reports synchronized NTP status.
64 default RTC_HCTOSYS_DEVICE if RTC_HCTOSYS
79 tristate "KUnit test for RTC lib functions" if !KUNIT_ALL_TESTS
85 If unsure, say N.
102 Say yes here if you want to use your RTCs using sysfs interfaces,
[all …]
/Linux-v6.1/drivers/staging/rts5208/
Drtsx_chip.c41 if (chip->lun2card[i] & XD_CARD) in rtsx_enable_card_int()
43 if (chip->lun2card[i] & SD_CARD) in rtsx_enable_card_int()
45 if (chip->lun2card[i] & MS_CARD) in rtsx_enable_card_int()
48 if (chip->hw_bypass_sd) in rtsx_enable_card_int()
68 if (chip->lun2card[i] & XD_CARD) in rtsx_enable_bus_int()
70 if (chip->lun2card[i] & SD_CARD) in rtsx_enable_bus_int()
72 if (chip->lun2card[i] & MS_CARD) in rtsx_enable_bus_int()
75 if (chip->hw_bypass_sd) in rtsx_enable_bus_int()
79 if (chip->ic_version >= IC_VER_C) in rtsx_enable_bus_int()
84 if (!chip->adma_mode) in rtsx_enable_bus_int()
[all …]
Dsd.c101 if (retval) in sd_check_data0_status()
104 if (!(stat & SD_DAT0_STATUS)) { in sd_check_data0_status()
127 if (rsp_type == SD_RSP_TYPE_R1b)
149 if (rsp_type == SD_RSP_TYPE_R2) {
155 } else if (rsp_type != SD_RSP_TYPE_R0) {
166 if (retval < 0) {
175 if (retval == -ETIMEDOUT) {
176 if (rsp_type & SD_WAIT_BUSY_END) {
178 if (retval != STATUS_SUCCESS) {
194 if (rsp_type == SD_RSP_TYPE_R0)
[all …]
Dms.c64 if (retval < 0) { in ms_transfer_tpc()
72 if (!(tpc & 0x08)) { /* Read Packet */ in ms_transfer_tpc()
73 if (*ptr & MS_CRC16_ERR) { in ms_transfer_tpc()
78 if (CHK_MSPRO(ms_card) && !(*ptr & 0x80)) { in ms_transfer_tpc()
79 if (*ptr & (MS_INT_ERR | MS_INT_CMDNK)) { in ms_transfer_tpc()
86 if (*ptr & MS_RDY_TIMEOUT) { in ms_transfer_tpc()
103 if (!buf || !buf_len) in ms_transfer_data()
106 if (trans_mode == MS_TM_AUTO_READ) { in ms_transfer_data()
109 } else if (trans_mode == MS_TM_AUTO_WRITE) { in ms_transfer_data()
124 if (mode_2k) { in ms_transfer_data()
[all …]
/Linux-v6.1/drivers/media/usb/em28xx/
DKconfig12 select VIDEO_SAA711X if MEDIA_SUBDRV_AUTOSELECT
13 select VIDEO_TVP5150 if MEDIA_SUBDRV_AUTOSELECT
14 select VIDEO_MSP3400 if MEDIA_SUBDRV_AUTOSELECT
15 select VIDEO_MT9V011 if MEDIA_SUBDRV_AUTOSELECT && MEDIA_CAMERA_SUPPORT
16 select VIDEO_OV2640 if MEDIA_SUBDRV_AUTOSELECT && MEDIA_CAMERA_SUPPORT
41 select DVB_LGDT330X if MEDIA_SUBDRV_AUTOSELECT
42 select DVB_LGDT3305 if MEDIA_SUBDRV_AUTOSELECT
43 select DVB_LGDT3306A if MEDIA_SUBDRV_AUTOSELECT
44 select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
45 select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT
[all …]
/Linux-v6.1/drivers/media/pci/cx23885/
DKconfig15 select DVB_DIB7000P if MEDIA_SUBDRV_AUTOSELECT
16 select DVB_DRXK if MEDIA_SUBDRV_AUTOSELECT
17 select DVB_S5H1409 if MEDIA_SUBDRV_AUTOSELECT
18 select DVB_S5H1411 if MEDIA_SUBDRV_AUTOSELECT
19 select DVB_LGDT330X if MEDIA_SUBDRV_AUTOSELECT
20 select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
21 select DVB_TDA10048 if MEDIA_SUBDRV_AUTOSELECT
22 select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT
23 select DVB_STV090x if MEDIA_SUBDRV_AUTOSELECT
24 select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT
[all …]
/Linux-v6.1/io_uring/
Dnet.c20 #if defined(CONFIG_NET)
74 if (unlikely(sqe->off || sqe->addr || sqe->rw_flags || in io_shutdown_prep()
88 if (issue_flags & IO_URING_F_NONBLOCK) in io_shutdown()
92 if (unlikely(!sock)) in io_shutdown()
102 if (!(flags & MSG_WAITALL)) in io_net_retry()
111 if (!req_has_async_data(req) || issue_flags & IO_URING_F_UNLOCKED) in io_netmsg_recycle()
114 /* Let normal cleanup path reap it if we fail adding to the cache */ in io_netmsg_recycle()
115 if (io_alloc_cache_put(&req->ctx->netmsg_cache, &hdr->cache)) { in io_netmsg_recycle()
128 if (!(issue_flags & IO_URING_F_UNLOCKED) && in io_msg_alloc_async()
137 if (!io_alloc_async_data(req)) { in io_msg_alloc_async()
[all …]
/Linux-v6.1/drivers/input/touchscreen/
DKconfig11 If unsure, say Y.
13 if INPUT_TOUCHSCREEN
19 Say Y here if you have a 88PM860x PMIC and want to enable
22 If unsure, say N.
32 Say Y here if you have a touchscreen interface using the
37 If HWMON is selected, and the driver is told the reference voltage
41 If unsure, say N (but it's safe to say "Y").
50 Say Y here if you have a touchscreen interface using the
54 If unsure, say N (but it's safe to say "Y").
62 Say Y here if you want to support a touchscreen interface using
[all …]
/Linux-v6.1/block/partitions/
DKconfig10 Say Y here if you would like to use hard disks under Linux which
18 If unsure, say N.
21 bool "Acorn partition support" if PARTITION_ADVANCED
22 default y if ARCH_ACORN
27 bool "Cumana partition support" if PARTITION_ADVANCED
28 default y if ARCH_ACORN
31 Say Y here if you would like to use hard disks under Linux which
35 bool "EESOX partition support" if PARTITION_ADVANCED
36 default y if ARCH_ACORN
40 bool "ICS partition support" if PARTITION_ADVANCED
[all …]
/Linux-v6.1/drivers/media/dvb-frontends/cxd2880/
Dcxd2880_tnrdmd.c209 if (!tnr_dmd) in p_init1()
215 if (ret) in p_init1()
218 if (tnr_dmd->diver_mode == CXD2880_TNRDMD_DIVERMODE_SINGLE || in p_init1()
236 if (ret) in p_init1()
244 if (ret) in p_init1()
261 if (ret) in p_init1()
264 if (tnr_dmd->create_param.en_internal_ldo) in p_init1()
272 if (ret) in p_init1()
277 if (ret) in p_init1()
283 if (ret) in p_init1()
[all …]
/Linux-v6.1/arch/riscv/
DKconfig16 select ARCH_ENABLE_HUGEPAGE_MIGRATION if HUGETLB_PAGE && MIGRATION
17 select ARCH_ENABLE_SPLIT_PMD_PTLOCK if PGTABLE_LEVELS > 2
21 select ARCH_HAS_DEBUG_VIRTUAL if MMU
29 select ARCH_HAS_SET_DIRECT_MAP if MMU
30 select ARCH_HAS_SET_MEMORY if MMU
31 select ARCH_HAS_STRICT_KERNEL_RWX if MMU && !XIP_KERNEL
32 select ARCH_HAS_STRICT_MODULE_RWX if MMU && !XIP_KERNEL
33 select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
35 select ARCH_OPTIONAL_KERNEL_RWX if ARCH_HAS_STRICT_KERNEL_RWX
39 select ARCH_SUPPORTS_DEBUG_PAGEALLOC if MMU
[all …]
/Linux-v6.1/arch/csky/
DKconfig12 select ARCH_INLINE_READ_LOCK if !PREEMPTION
13 select ARCH_INLINE_READ_LOCK_BH if !PREEMPTION
14 select ARCH_INLINE_READ_LOCK_IRQ if !PREEMPTION
15 select ARCH_INLINE_READ_LOCK_IRQSAVE if !PREEMPTION
16 select ARCH_INLINE_READ_UNLOCK if !PREEMPTION
17 select ARCH_INLINE_READ_UNLOCK_BH if !PREEMPTION
18 select ARCH_INLINE_READ_UNLOCK_IRQ if !PREEMPTION
19 select ARCH_INLINE_READ_UNLOCK_IRQRESTORE if !PREEMPTION
20 select ARCH_INLINE_WRITE_LOCK if !PREEMPTION
21 select ARCH_INLINE_WRITE_LOCK_BH if !PREEMPTION
[all …]
/Linux-v6.1/drivers/media/tuners/
DKconfig7 select MEDIA_TUNER_XC2028 if MEDIA_SUBDRV_AUTOSELECT
8 select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT
9 select MEDIA_TUNER_XC4000 if MEDIA_SUBDRV_AUTOSELECT
10 select MEDIA_TUNER_MT20XX if MEDIA_SUBDRV_AUTOSELECT
11 select MEDIA_TUNER_TDA8290 if MEDIA_SUBDRV_AUTOSELECT
12 select MEDIA_TUNER_TEA5761 if MEDIA_SUBDRV_AUTOSELECT && MEDIA_RADIO_SUPPORT
13 select MEDIA_TUNER_TEA5767 if MEDIA_SUBDRV_AUTOSELECT && MEDIA_RADIO_SUPPORT
14 select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT
15 select MEDIA_TUNER_TDA9887 if MEDIA_SUBDRV_AUTOSELECT
16 select MEDIA_TUNER_MC44S803 if MEDIA_SUBDRV_AUTOSELECT
[all …]
/Linux-v6.1/drivers/target/iscsi/
Discsi_target_parameters.c30 if (rx_got != length) { in iscsi_login_rx_data()
54 if (text_buf && text_length) { in iscsi_login_tx_data()
61 if (tx_sent != length) { in iscsi_login_tx_data()
125 if (!param) { in iscsi_set_default_param()
132 if (!param->name) { in iscsi_set_default_param()
138 if (!param->value) { in iscsi_set_default_param()
184 if (param) { in iscsi_set_default_param()
200 if (!pl) { in iscsi_create_default_params()
222 if (!param) in iscsi_create_default_params()
228 if (!param) in iscsi_create_default_params()
[all …]

12345678910>>...390