Home
last modified time | relevance | path

Searched refs:IS_BUILTIN (Results 1 – 25 of 46) sorted by relevance

12

/Linux-v5.4/include/linux/
Dnetfilter_ipv6.h90 #elif IS_BUILTIN(CONFIG_IPV6) in nf_ipv6_chk_addr()
111 #if IS_BUILTIN(CONFIG_IPV6) in nf_ip6_route()
130 #elif IS_BUILTIN(CONFIG_IPV6) in nf_ipv6_br_defrag()
157 #elif IS_BUILTIN(CONFIG_IPV6) in nf_br_ip6_fragment()
175 #elif IS_BUILTIN(CONFIG_IPV6) in nf_ip6_route_me_harder()
192 #elif IS_BUILTIN(CONFIG_IPV6) in nf_ipv6_cookie_init_sequence()
208 #elif IS_BUILTIN(CONFIG_IPV6) in nf_cookie_v6_check()
Dkconfig.h50 #define IS_BUILTIN(option) __is_defined(option) macro
64 #define IS_REACHABLE(option) __or(IS_BUILTIN(option), \
71 #define IS_ENABLED(option) __or(IS_BUILTIN(option), IS_MODULE(option))
Dpim.h73 return IS_BUILTIN(CONFIG_IP_PIMSM_V1) || IS_BUILTIN(CONFIG_IP_PIMSM_V2); in ipmr_pimsm_enabled()
Dindirect_call_wrapper.h42 #if IS_BUILTIN(CONFIG_IPV6)
Dwatchdog.h122 #define WATCHDOG_NOWAYOUT IS_BUILTIN(CONFIG_WATCHDOG_NOWAYOUT)
/Linux-v5.4/drivers/bcma/
Ddriver_gpio.c74 #if IS_BUILTIN(CONFIG_BCM47XX) || IS_BUILTIN(CONFIG_ARCH_BCM_5301X)
187 #if IS_BUILTIN(CONFIG_OF) in bcma_gpio_init()
209 if (IS_BUILTIN(CONFIG_BCM47XX) || in bcma_gpio_init()
/Linux-v5.4/scripts/gdb/linux/
Dconstants.py.in33 * Therefore - IS_BUILTIN() is more appropriate
35 #define LX_CONFIG(x) LX_##x = IS_BUILTIN(x)
43 if IS_BUILTIN(CONFIG_COMMON_CLK):
/Linux-v5.4/drivers/i2c/
Di2c-core-slave.c95 if (IS_BUILTIN(CONFIG_OF) && dev->of_node) { in i2c_detect_slave_mode()
106 } else if (IS_BUILTIN(CONFIG_ACPI) && ACPI_HANDLE(dev)) { in i2c_detect_slave_mode()
/Linux-v5.4/drivers/hid/
Dhid-steelseries.c17 #if IS_BUILTIN(CONFIG_LEDS_CLASS) || \
107 #if IS_BUILTIN(CONFIG_LEDS_CLASS) || \
376 #if IS_BUILTIN(CONFIG_LEDS_CLASS) || \
/Linux-v5.4/tools/include/tools/
Dconfig.h32 #define IS_BUILTIN(option) __is_defined(option) macro
/Linux-v5.4/arch/arm/mach-imx/
Dmach-imx6q.c39 if (IS_BUILTIN(CONFIG_PHYLIB)) { in ksz9021rn_phy_fixup()
165 if (IS_BUILTIN(CONFIG_PHYLIB)) { in imx6q_enet_phy_init()
Dmach-imx6ul.c46 if (IS_BUILTIN(CONFIG_PHYLIB)) in imx6ul_enet_phy_init()
Dmach-imx6sx.c38 if (IS_BUILTIN(CONFIG_PHYLIB)) in imx6sx_enet_phy_init()
Dmach-imx7d.c52 if (IS_BUILTIN(CONFIG_PHYLIB)) { in imx7d_enet_phy_init()
/Linux-v5.4/arch/powerpc/platforms/85xx/
Dmpc85xx_mds.c62 #if IS_BUILTIN(CONFIG_PHYLIB)
316 #if IS_BUILTIN(CONFIG_PHYLIB)
/Linux-v5.4/tools/perf/
Dbuiltin-version.c52 if (IS_BUILTIN(__d)) \
/Linux-v5.4/arch/m68k/kernel/
Dtime.c76 #if !IS_BUILTIN(CONFIG_RTC_DRV_GENERIC)
/Linux-v5.4/arch/x86/power/
Dhibernate.c68 #if IS_BUILTIN(CONFIG_CRYPTO_MD5)
/Linux-v5.4/arch/mips/txx9/rbtx4939/
Dsetup.c189 #if IS_BUILTIN(CONFIG_LEDS_CLASS)
264 #if IS_BUILTIN(CONFIG_LEDS_CLASS) in __rbtx4939_7segled_putc()
/Linux-v5.4/drivers/firmware/broadcom/
Dbcm47xx_sprom.c592 #if IS_BUILTIN(CONFIG_SSB) && IS_ENABLED(CONFIG_SSB_SPROM)
615 #if IS_BUILTIN(CONFIG_BCMA)
710 #if IS_BUILTIN(CONFIG_SSB) && IS_ENABLED(CONFIG_SSB_SPROM) in bcm47xx_sprom_register_fallbacks()
715 #if IS_BUILTIN(CONFIG_BCMA) in bcm47xx_sprom_register_fallbacks()
/Linux-v5.4/drivers/bus/
Domap_l3_smx.c204 #if IS_BUILTIN(CONFIG_OF)
/Linux-v5.4/drivers/of/
Dunittest.c1321 #if IS_BUILTIN(CONFIG_I2C)
1804 #if IS_BUILTIN(CONFIG_I2C) && IS_ENABLED(CONFIG_OF_OVERLAY)
1940 #if IS_BUILTIN(CONFIG_I2C_MUX)
2035 #if IS_BUILTIN(CONFIG_I2C_MUX) in of_unittest_overlay_i2c_init()
2047 #if IS_BUILTIN(CONFIG_I2C_MUX) in of_unittest_overlay_i2c_cleanup()
2141 #if IS_BUILTIN(CONFIG_I2C) in of_unittest_overlay()
/Linux-v5.4/arch/arm/mach-omap1/
Dboard-h2.c317 if (!IS_BUILTIN(CONFIG_TPS65010)) in tps_setup()
/Linux-v5.4/arch/arm/mach-mxs/
Dmach-mxs.c260 if (IS_BUILTIN(CONFIG_PHYLIB)) in apx4devkit_init()
/Linux-v5.4/arch/arm/mach-orion5x/
Ddns323-setup.c643 if (!IS_BUILTIN(CONFIG_PHYLIB)) in dns323_init()

12