| /Linux-v5.15/drivers/clk/renesas/ | 
| D | Kconfig | 4 	bool "Renesas SoC clock support" if COMPILE_TEST && !ARCH_RENESAS5 	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-v5.15/drivers/pinctrl/renesas/ | 
| D | Kconfig | 9 	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-v5.15/arch/arm/ | 
| D | Kconfig.debug | 13 	  Say Y here if you want to show the kernel pagetable layout in a18 	  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
 110 	  in the kernel.  This is helpful if you are debugging code that
 127 		  Say Y here if you want kernel low-level debugging support
 [all …]
 
 | 
| /Linux-v5.15/drivers/media/usb/dvb-usb-v2/ | 
| D | Kconfig | 15 	  Say Y if you own a USB DVB device.22 	select DVB_PLL              if MEDIA_SUBDRV_AUTOSELECT
 23 	select MEDIA_TUNER_MT2060   if MEDIA_SUBDRV_AUTOSELECT
 24 	select MEDIA_TUNER_QT1010   if MEDIA_SUBDRV_AUTOSELECT
 25 	select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
 26 	select MEDIA_TUNER_MXL5005S if MEDIA_SUBDRV_AUTOSELECT
 27 	select MEDIA_TUNER_MC44S803 if MEDIA_SUBDRV_AUTOSELECT
 28 	select MEDIA_TUNER_TDA18218 if MEDIA_SUBDRV_AUTOSELECT
 29 	select MEDIA_TUNER_MXL5007T if MEDIA_SUBDRV_AUTOSELECT
 37 	select DVB_SI2168 if MEDIA_SUBDRV_AUTOSELECT
 [all …]
 
 | 
| /Linux-v5.15/drivers/media/usb/dvb-usb/ | 
| D | Kconfig | 16 	  Say Y if you own a USB DVB device.22 	  Say Y if you want to enable debugging. See modinfo dvb-usb (and the
 39 	select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
 40 	select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT
 47 	select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
 50 	select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT
 58 	  Say Y if you own such a device and want to use it. You should build it as
 71 	select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT
 79 	  Say Y if you own such a device and want to use it. You should build it as
 85 	select DVB_DIB7000P if MEDIA_SUBDRV_AUTOSELECT
 [all …]
 
 | 
| /Linux-v5.15/drivers/hwmon/ | 
| D | Kconfig | 15 	  control the speed of the fans. If you want this support you23 	  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-v5.15/arch/riscv/ | 
| D | Kconfig | 16 	select ARCH_ENABLE_HUGEPAGE_MIGRATION if HUGETLB_PAGE && MIGRATION19 	select ARCH_HAS_DEBUG_VIRTUAL if MMU
 27 	select ARCH_HAS_SET_DIRECT_MAP if MMU
 28 	select ARCH_HAS_SET_MEMORY if MMU
 29 	select ARCH_HAS_STRICT_KERNEL_RWX if MMU && !XIP_KERNEL
 30 	select ARCH_HAS_STRICT_MODULE_RWX if MMU && !XIP_KERNEL
 31 	select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
 33 	select ARCH_OPTIONAL_KERNEL_RWX if ARCH_HAS_STRICT_KERNEL_RWX
 37 	select ARCH_SUPPORTS_DEBUG_PAGEALLOC if MMU
 38 	select ARCH_SUPPORTS_HUGETLBFS if MMU
 [all …]
 
 | 
| /Linux-v5.15/tools/testing/selftests/cgroup/ | 
| D | test_core.c | 24 	if (fd < 0)  in touch_anon()30 		if (ret < 0) {  in touch_anon()
 31 			if (errno != EINTR) {  in touch_anon()
 53 	if (buf == MAP_FAILED)  in alloc_and_touch_anon_noexit()
 56 	if (touch_anon((char *)buf, size)) {  in alloc_and_touch_anon_noexit()
 84 	if (!cg_test)  in test_cgcore_destroy()
 88 		if (cg_create(cg_test))  in test_cgcore_destroy()
 94 		if (child_pid < 0)  in test_cgcore_destroy()
 98 		if (cg_wait_for_proc_count(cg_test, 1))  in test_cgcore_destroy()
 101 		if (cg_killall(cg_test))  in test_cgcore_destroy()
 [all …]
 
 | 
| D | test_freezer.c | 25  * 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 …]
 
 | 
| D | test_memcontrol.c | 36 	if (!parent || !child)  in test_memcg_subtree_control()39 	if (cg_create(parent))  in test_memcg_subtree_control()
 42 	if (cg_write(parent, "cgroup.subtree_control", "+memory"))  in test_memcg_subtree_control()
 45 	if (cg_create(child))  in test_memcg_subtree_control()
 48 	if (cg_read_strstr(child, "cgroup.controllers", "memory"))  in test_memcg_subtree_control()
 54 	if (!parent2 || !child2)  in test_memcg_subtree_control()
 57 	if (cg_create(parent2))  in test_memcg_subtree_control()
 60 	if (cg_create(child2))  in test_memcg_subtree_control()
 63 	if (cg_read(child2, "cgroup.controllers", buf, sizeof(buf)))  in test_memcg_subtree_control()
 66 	if (!cg_read_strstr(child2, "cgroup.controllers", "memory"))  in test_memcg_subtree_control()
 [all …]
 
 | 
| /Linux-v5.15/drivers/hwmon/pmbus/ | 
| D | Kconfig | 10 	  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-v5.15/drivers/staging/rts5208/ | 
| D | rtsx_chip.c | 41 		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 …]
 
 | 
| D | sd.c | 101 	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 …]
 
 | 
| D | ms.c | 64 	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-v5.15/drivers/media/pci/cx23885/ | 
| D | Kconfig | 15 	select DVB_DIB7000P if MEDIA_SUBDRV_AUTOSELECT16 	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-v5.15/drivers/rtc/ | 
| D | Kconfig | 19 	  Generic RTC class support. If you say yes here, you will23 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-v5.15/drivers/media/usb/em28xx/ | 
| D | Kconfig | 12 	select VIDEO_SAA711X if MEDIA_SUBDRV_AUTOSELECT13 	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-v5.15/block/partitions/ | 
| D | Kconfig | 8 	  Say Y here if you would like to use hard disks under Linux which16 	  If unsure, say N.
 19 	bool "Acorn partition support" if PARTITION_ADVANCED
 20 	default y if ARCH_ACORN
 25 	bool "Cumana partition support" if PARTITION_ADVANCED
 26 	default y if ARCH_ACORN
 29 	  Say Y here if you would like to use hard disks under Linux which
 33 	bool "EESOX partition support" if PARTITION_ADVANCED
 34 	default y if ARCH_ACORN
 38 	bool "ICS partition support" if PARTITION_ADVANCED
 [all …]
 
 | 
| /Linux-v5.15/drivers/input/touchscreen/ | 
| D | Kconfig | 11 	  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-v5.15/drivers/media/tuners/ | 
| D | Kconfig | 7 	select MEDIA_TUNER_XC2028 if MEDIA_SUBDRV_AUTOSELECT8 	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-v5.15/drivers/net/bonding/ | 
| D | bond_netlink.c | 38 	if (nla_put_u8(skb, IFLA_BOND_SLAVE_STATE, bond_slave_state(slave)))  in bond_fill_slave_info()41 	if (nla_put_u8(skb, IFLA_BOND_SLAVE_MII_STATUS, slave->link))  in bond_fill_slave_info()
 44 	if (nla_put_u32(skb, IFLA_BOND_SLAVE_LINK_FAILURE_COUNT,  in bond_fill_slave_info()
 48 	if (nla_put(skb, IFLA_BOND_SLAVE_PERM_HWADDR,  in bond_fill_slave_info()
 52 	if (nla_put_u16(skb, IFLA_BOND_SLAVE_QUEUE_ID, slave->queue_id))  in bond_fill_slave_info()
 55 	if (BOND_MODE(slave->bond) == BOND_MODE_8023AD) {  in bond_fill_slave_info()
 61 		if (agg) {  in bond_fill_slave_info()
 62 			if (nla_put_u16(skb, IFLA_BOND_SLAVE_AD_AGGREGATOR_ID,  in bond_fill_slave_info()
 65 			if (nla_put_u8(skb,  in bond_fill_slave_info()
 69 			if (nla_put_u16(skb,  in bond_fill_slave_info()
 [all …]
 
 | 
| /Linux-v5.15/drivers/media/dvb-frontends/cxd2880/ | 
| D | cxd2880_tnrdmd.c | 209 	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-v5.15/arch/parisc/math-emu/ | 
| D | fcnvfx.c | 61 	if (src_exponent > SGL_FX_MAX_EXP) {  in sgl_to_sgl_fcnvfx()63 		if ((src_exponent > SGL_FX_MAX_EXP + 1) ||   in sgl_to_sgl_fcnvfx()
 65                         if (Sgl_iszero_sign(src)) result = 0x7fffffff;  in sgl_to_sgl_fcnvfx()
 68 	                if (Is_invalidtrap_enabled()) {  in sgl_to_sgl_fcnvfx()
 79 	if (src_exponent >= 0) {  in sgl_to_sgl_fcnvfx()
 83 		if (Sgl_isone_sign(src))  result = -Sgl_all(temp);  in sgl_to_sgl_fcnvfx()
 87 		if (Sgl_isinexact_to_fix(src,src_exponent)) {  in sgl_to_sgl_fcnvfx()
 92 			     if (Sgl_iszero_sign(src)) result++;  in sgl_to_sgl_fcnvfx()
 95 			     if (Sgl_isone_sign(src)) result--;  in sgl_to_sgl_fcnvfx()
 98 			     if (Sgl_isone_roundbit(src,src_exponent)) {  in sgl_to_sgl_fcnvfx()
 [all …]
 
 | 
| /Linux-v5.15/drivers/target/iscsi/ | 
| D | iscsi_target_parameters.c | 30 	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 …]
 
 | 
| /Linux-v5.15/drivers/staging/r8188eu/core/ | 
| D | rtw_led.c | 17 	if ((padapter->bSurpriseRemoved) || (padapter->bDriverStopped))  in BlinkTimerCallback()41 	pLed->bLedOn = false; /*  true if LED is ON, false if LED is OFF. */  in ResetLedStatus()
 43 	pLed->bLedBlinkInProgress = false; /*  true if it is blinking, false o.w.. */  in ResetLedStatus()
 82 /*		It toggle off LED and schedule corresponding timer if necessary. */
 92 	if (pLed->BlinkingLedState == RTW_LED_ON)  in SwLedBlink()
 97 	/*  Determine if we shall change LED state again. */  in SwLedBlink()
 101 		if (pLed->BlinkTimes == 0)  in SwLedBlink()
 105 		if (check_fwstate(pmlmepriv, _FW_LINKED) && check_fwstate(pmlmepriv, WIFI_STATION_STATE))  in SwLedBlink()
 107 		if (check_fwstate(pmlmepriv, _FW_LINKED) &&  in SwLedBlink()
 111 		else if (pLed->BlinkTimes == 0)  in SwLedBlink()
 [all …]
 
 |