Home
last modified time | relevance | path

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

12345678910>>...699

/linux-6.12.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-6.12.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-6.12.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
116 in the kernel. This is helpful if you are debugging code that
133 Say Y here if you want kernel low-level debugging support
[all …]
/linux-6.12.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-6.12.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-6.12.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-6.12.1/tools/testing/selftests/cgroup/
Dtest_core.c29 if (fd < 0) in touch_anon()
35 if (ret < 0) { in touch_anon()
36 if (errno != EINTR) { in touch_anon()
58 if (buf == MAP_FAILED) in alloc_and_touch_anon_noexit()
61 if (touch_anon((char *)buf, size)) { in alloc_and_touch_anon_noexit()
89 if (!cg_test) in test_cgcore_destroy()
93 if (cg_create(cg_test)) in test_cgcore_destroy()
99 if (child_pid < 0) in test_cgcore_destroy()
103 if (cg_wait_for_proc_count(cg_test, 1)) in test_cgcore_destroy()
106 if (cg_killall(cg_test)) in test_cgcore_destroy()
[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 …]
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 …]
/linux-6.12.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
33 If you say yes here you get hardware monitoring support for the ACBEL
36 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
47 This driver can also be built as a module. If so, the module will
53 If you say yes here you get hardware monitoring support for Analog
[all …]
/linux-6.12.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-6.12.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 thermal, voltage,
[all …]
/linux-6.12.1/arch/powerpc/
DKconfig12 # where pcrel code is not generated if -msoft-float, -mno-altivec, or
20 default y if PPC32
24 default y if PPC64
41 default 29 if PPC_BOOK3S_64 && PPC_64K_PAGES # 29 = 45 (32T) - 16 (64K)
42 default 33 if PPC_BOOK3S_64 # 33 = 45 (32T) - 12 (4K)
47 default 32 if 64BIT # 32 = 44 (16T) - 12 (4K)
54 default 14 if 64BIT && PPC_64K_PAGES # 14 = 30 (1GB) - 16 (64K)
55 default 18 if 64BIT # 18 = 30 (1GB) - 12 (4K)
63 default 11 if PPC_256K_PAGES # 11 = 29 (512MB) - 18 (256K)
64 default 13 if PPC_64K_PAGES # 13 = 29 (512MB) - 16 (64K)
[all …]
/linux-6.12.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-6.12.1/drivers/media/dvb-frontends/
Ddrxk_hard.c154 if (debug >= level) \
176 if ((R0 >> 3) >= c) in Frac28a()
201 if (!state->drxk_i2c_exclusive_lock) in drxk_i2c_unlock()
211 if (state->drxk_i2c_exclusive_lock) in drxk_i2c_transfer()
235 if (status >= 0 && status != 1) in i2c_write()
238 if (status < 0) in i2c_write()
256 if (status != 2) { in i2c_read()
257 if (debug > 2) in i2c_read()
259 if (status >= 0) in i2c_read()
274 if (state->single_master) in read16_flags()
[all …]
/linux-6.12.1/arch/riscv/
DKconfig15 select ACPI_GENERIC_GSI if ACPI
16 select ACPI_MCFG if (ACPI && PCI)
17 select ACPI_PPTT if ACPI
18 select ACPI_REDUCED_HARDWARE_ONLY if ACPI
19 select ACPI_SPCR_TABLE if ACPI
21 select ARCH_ENABLE_HUGEPAGE_MIGRATION if HUGETLB_PAGE && MIGRATION
22 select ARCH_ENABLE_MEMORY_HOTPLUG if SPARSEMEM_VMEMMAP
23 select ARCH_ENABLE_MEMORY_HOTREMOVE if MEMORY_HOTPLUG
24 select ARCH_ENABLE_SPLIT_PMD_PTLOCK if PGTABLE_LEVELS > 2
25 select ARCH_ENABLE_THP_MIGRATION if TRANSPARENT_HUGEPAGE
[all …]
/linux-6.12.1/include/net/
Dtc_wrapper.h7 #if IS_ENABLED(CONFIG_MITIGATION_RETPOLINE)
49 if (static_branch_likely(&tc_skip_wrapper)) in tc_act()
52 #if IS_BUILTIN(CONFIG_NET_ACT_GACT) in tc_act()
53 if (a->ops->act == tcf_gact_act) in tc_act()
56 #if IS_BUILTIN(CONFIG_NET_ACT_MIRRED) in tc_act()
57 if (a->ops->act == tcf_mirred_act) in tc_act()
60 #if IS_BUILTIN(CONFIG_NET_ACT_PEDIT) in tc_act()
61 if (a->ops->act == tcf_pedit_act) in tc_act()
64 #if IS_BUILTIN(CONFIG_NET_ACT_SKBEDIT) in tc_act()
65 if (a->ops->act == tcf_skbedit_act) in tc_act()
[all …]
/linux-6.12.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-6.12.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 && VIDEO_CAMERA_SENSOR
16 select VIDEO_OV2640 if MEDIA_SUBDRV_AUTOSELECT && VIDEO_CAMERA_SENSOR
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-6.12.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-6.12.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-6.12.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-6.12.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>>...699