Home
last modified time | relevance | path

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

123

/Linux-v5.15/include/linux/
Dnetfilter_ipv6.h89 #elif IS_BUILTIN(CONFIG_IPV6) in nf_ipv6_chk_addr()
110 #if IS_BUILTIN(CONFIG_IPV6) in nf_ip6_route()
139 #elif IS_BUILTIN(CONFIG_IPV6) in nf_br_ip6_fragment()
157 #elif IS_BUILTIN(CONFIG_IPV6) in nf_ip6_route_me_harder()
174 #elif IS_BUILTIN(CONFIG_IPV6) in nf_ipv6_cookie_init_sequence()
190 #elif IS_BUILTIN(CONFIG_IPV6) in nf_cookie_v6_check()
Dkconfig.h50 #define IS_BUILTIN(option) __is_defined(option) macro
65 #define IS_REACHABLE(option) __or(IS_BUILTIN(option), \
73 #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.h56 #if IS_BUILTIN(CONFIG_IPV6)
Dwatchdog.h124 #define WATCHDOG_NOWAYOUT IS_BUILTIN(CONFIG_WATCHDOG_NOWAYOUT)
Dicmpv6.h24 #if IS_BUILTIN(CONFIG_IPV6)
Dptp_clock_kernel.h331 #if IS_BUILTIN(CONFIG_PTP_1588_CLOCK)
/Linux-v5.15/tools/include/linux/
Dkconfig.h44 #define IS_BUILTIN(option) __is_defined(option) macro
58 #define IS_REACHABLE(option) __or(IS_BUILTIN(option), \
65 #define IS_ENABLED(option) __or(IS_BUILTIN(option), IS_MODULE(option))
/Linux-v5.15/drivers/bcma/
Ddriver_gpio.c74 #if IS_BUILTIN(CONFIG_BCM47XX) || IS_BUILTIN(CONFIG_ARCH_BCM_5301X)
186 #if IS_BUILTIN(CONFIG_OF) in bcma_gpio_init()
208 if (IS_BUILTIN(CONFIG_BCM47XX) || in bcma_gpio_init()
/Linux-v5.15/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.15/drivers/i2c/
Di2c-core-slave.c96 if (IS_BUILTIN(CONFIG_OF) && dev->of_node) { in i2c_detect_slave_mode()
107 } else if (IS_BUILTIN(CONFIG_ACPI) && ACPI_HANDLE(dev)) { in i2c_detect_slave_mode()
/Linux-v5.15/lib/kunit/
Dexecutor.c15 #if IS_BUILTIN(CONFIG_KUNIT)
139 #if IS_BUILTIN(CONFIG_KUNIT_TEST)
/Linux-v5.15/arch/arm/mach-imx/
Dmach-imx6q.c26 if (IS_BUILTIN(CONFIG_PHYLIB)) { in ksz9021rn_phy_fixup()
73 if (IS_BUILTIN(CONFIG_PHYLIB)) { in imx6q_enet_phy_init()
Dmach-imx7d.c32 if (IS_BUILTIN(CONFIG_PHYLIB)) { in imx7d_enet_phy_init()
/Linux-v5.15/net/ipv4/
Dbpf_tcp_ca.c228 #if IS_BUILTIN(CONFIG_TCP_CONG_CUBIC) in BTF_ID()
236 #if IS_BUILTIN(CONFIG_TCP_CONG_DCTCP) in BTF_ID()
244 #if IS_BUILTIN(CONFIG_TCP_CONG_BBR) in BTF_ID()
/Linux-v5.15/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.15/drivers/tty/serial/
Dkgdboc.c46 #if IS_BUILTIN(CONFIG_KGDB_SERIAL_CONSOLE)
144 #if IS_BUILTIN(CONFIG_KGDB_SERIAL_CONSOLE)
401 #if IS_BUILTIN(CONFIG_KGDB_SERIAL_CONSOLE)
/Linux-v5.15/include/kunit/
Dtest-bug.h15 #if IS_BUILTIN(CONFIG_KUNIT)
/Linux-v5.15/tools/include/tools/
Dconfig.h32 #define IS_BUILTIN(option) __is_defined(option) macro
/Linux-v5.15/arch/powerpc/platforms/85xx/
Dmpc85xx_mds.c60 #if IS_BUILTIN(CONFIG_PHYLIB)
288 #if IS_BUILTIN(CONFIG_PHYLIB)
/Linux-v5.15/include/drm/
Ddrm_panel.h208 #if IS_ENABLED(CONFIG_DRM_PANEL) && (IS_BUILTIN(CONFIG_BACKLIGHT_CLASS_DEVICE) || \
/Linux-v5.15/tools/perf/
Dbuiltin-version.c52 if (IS_BUILTIN(__d)) \
/Linux-v5.15/arch/m68k/kernel/
Dtime.c66 #if !IS_BUILTIN(CONFIG_RTC_DRV_GENERIC)
/Linux-v5.15/net/ipv6/
Dip6_icmp.c12 #if !IS_BUILTIN(CONFIG_IPV6)
/Linux-v5.15/kernel/
Dscftorture.c54 torture_param(int, holdoff, IS_BUILTIN(CONFIG_SCF_TORTURE_TEST) ? 10 : 0,
340 if (IS_BUILTIN(CONFIG_SCF_TORTURE_TEST)) { in scftorture_invoke_one()
593 if (IS_BUILTIN(CONFIG_SCF_TORTURE_TEST)) in scf_torture_init()

123