Searched refs:IS_BUILTIN (Results 1 - 25 of 75) sorted by relevance

123

/linux-master/include/net/
H A Dtc_wrapper.h52 #if IS_BUILTIN(CONFIG_NET_ACT_GACT)
56 #if IS_BUILTIN(CONFIG_NET_ACT_MIRRED)
60 #if IS_BUILTIN(CONFIG_NET_ACT_PEDIT)
64 #if IS_BUILTIN(CONFIG_NET_ACT_SKBEDIT)
68 #if IS_BUILTIN(CONFIG_NET_ACT_SKBMOD)
72 #if IS_BUILTIN(CONFIG_NET_ACT_POLICE)
76 #if IS_BUILTIN(CONFIG_NET_ACT_BPF)
80 #if IS_BUILTIN(CONFIG_NET_ACT_CONNMARK)
84 #if IS_BUILTIN(CONFIG_NET_ACT_CSUM)
88 #if IS_BUILTIN(CONFIG_NET_ACT_C
[all...]
/linux-master/include/net/netfilter/
H A Dnf_conntrack_bpf.h13 #if (IS_BUILTIN(CONFIG_NF_CONNTRACK) && IS_ENABLED(CONFIG_DEBUG_INFO_BTF)) || \
32 #if (IS_BUILTIN(CONFIG_NF_NAT) && IS_ENABLED(CONFIG_DEBUG_INFO_BTF)) || \
/linux-master/tools/include/tools/
H A Dconfig.h28 * IS_BUILTIN(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y', 0
32 #define IS_BUILTIN(option) __is_defined(option) macro
/linux-master/include/linux/platform_data/x86/
H A Dp2sb.h15 #if IS_BUILTIN(CONFIG_P2SB)
/linux-master/include/linux/
H A Dpim.h73 return IS_BUILTIN(CONFIG_IP_PIMSM_V1) || IS_BUILTIN(CONFIG_IP_PIMSM_V2);
H A Dkconfig.h46 * IS_BUILTIN(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y', 0
50 #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))
H A Dnetfilter_ipv6.h89 #elif IS_BUILTIN(CONFIG_IPV6)
110 #if IS_BUILTIN(CONFIG_IPV6)
139 #elif IS_BUILTIN(CONFIG_IPV6)
157 #elif IS_BUILTIN(CONFIG_IPV6)
174 #elif IS_BUILTIN(CONFIG_IPV6)
190 #elif IS_BUILTIN(CONFIG_IPV6)
H A Dindirect_call_wrapper.h56 #if IS_BUILTIN(CONFIG_IPV6)
H A Dwatchdog.h124 #define WATCHDOG_NOWAYOUT IS_BUILTIN(CONFIG_WATCHDOG_NOWAYOUT)
H A Dicmpv6.h24 #if IS_BUILTIN(CONFIG_IPV6)
H A Dptp_clock_kernel.h422 #if IS_BUILTIN(CONFIG_PTP_1588_CLOCK)
/linux-master/tools/include/linux/
H A Dkconfig.h40 * IS_BUILTIN(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y', 0
44 #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-master/drivers/i2c/
H A Di2c-core-slave.c111 if (IS_BUILTIN(CONFIG_OF) && dev->of_node) {
122 } else if (IS_BUILTIN(CONFIG_ACPI) && ACPI_HANDLE(dev)) {
/linux-master/arch/arm/mach-imx/
H A Dmach-imx7d.c32 if (IS_BUILTIN(CONFIG_PHYLIB)) {
H A Dmach-imx6q.c26 if (IS_BUILTIN(CONFIG_PHYLIB)) {
73 if (IS_BUILTIN(CONFIG_PHYLIB)) {
/linux-master/tools/perf/
H A Dbuiltin-version.c51 if (IS_BUILTIN(__d)) \
/linux-master/drivers/bcma/
H A Ddriver_gpio.c76 #if IS_BUILTIN(CONFIG_BCM47XX) || IS_BUILTIN(CONFIG_ARCH_BCM_5301X)
212 if (IS_BUILTIN(CONFIG_BCM47XX) ||
/linux-master/drivers/tty/serial/
H A Dkgdboc.c46 #if IS_BUILTIN(CONFIG_KGDB_SERIAL_CONSOLE)
49 #endif /* IS_BUILTIN(CONFIG_KGDB_SERIAL_CONSOLE) */
144 #if IS_BUILTIN(CONFIG_KGDB_SERIAL_CONSOLE)
150 #else /* !IS_BUILTIN(CONFIG_KGDB_SERIAL_CONSOLE) */
152 #endif /* !IS_BUILTIN(CONFIG_KGDB_SERIAL_CONSOLE) */
413 #if IS_BUILTIN(CONFIG_KGDB_SERIAL_CONSOLE)
623 #endif /* IS_BUILTIN(CONFIG_KGDB_SERIAL_CONSOLE) */
/linux-master/net/ipv6/
H A Dip6_icmp.c12 #if !IS_BUILTIN(CONFIG_IPV6)
/linux-master/arch/m68k/kernel/
H A Dtime.c75 #if !IS_BUILTIN(CONFIG_RTC_DRV_GENERIC)
/linux-master/include/drm/
H A Ddrm_panel.h331 #if IS_ENABLED(CONFIG_DRM_PANEL) && (IS_BUILTIN(CONFIG_BACKLIGHT_CLASS_DEVICE) || \
/linux-master/arch/powerpc/platforms/85xx/
H A Dmpc85xx_mds.c52 #if IS_BUILTIN(CONFIG_PHYLIB)
280 #if IS_BUILTIN(CONFIG_PHYLIB)
/linux-master/drivers/hid/
H A Dhid-steelseries.c37 #if IS_BUILTIN(CONFIG_LEDS_CLASS) || \
127 #if IS_BUILTIN(CONFIG_LEDS_CLASS) || \
526 #if IS_BUILTIN(CONFIG_LEDS_CLASS) || \
557 #if IS_BUILTIN(CONFIG_LEDS_CLASS) || \
/linux-master/kernel/time/
H A Dclocksource-wdtest.c27 static int holdoff = IS_BUILTIN(CONFIG_TEST_CLOCKSOURCE_WATCHDOG) ? 10 : 0;
/linux-master/lib/kunit/
H A Dexecutor.c332 #if IS_BUILTIN(CONFIG_KUNIT)
412 #if IS_BUILTIN(CONFIG_KUNIT_TEST)
416 #endif /* IS_BUILTIN(CONFIG_KUNIT) */

Completed in 186 milliseconds

123