Home
last modified time | relevance | path

Searched refs:FUNC (Results 1 – 25 of 99) sorted by relevance

1234

/OK3568_Linux_fs/kernel/arch/mips/ralink/
H A Dmt7620.c53 static struct rt2880_pmx_func i2c_grp[] = { FUNC("i2c", 0, 1, 2) };
54 static struct rt2880_pmx_func spi_grp[] = { FUNC("spi", 0, 3, 4) };
55 static struct rt2880_pmx_func uartlite_grp[] = { FUNC("uartlite", 0, 15, 2) };
57 FUNC("mdio", MT7620_GPIO_MODE_MDIO, 22, 2),
58 FUNC("refclk", MT7620_GPIO_MODE_MDIO_REFCLK, 22, 2),
60 static struct rt2880_pmx_func rgmii1_grp[] = { FUNC("rgmii1", 0, 24, 12) };
61 static struct rt2880_pmx_func refclk_grp[] = { FUNC("spi refclk", 0, 37, 3) };
62 static struct rt2880_pmx_func ephy_grp[] = { FUNC("ephy", 0, 40, 5) };
63 static struct rt2880_pmx_func rgmii2_grp[] = { FUNC("rgmii2", 0, 60, 12) };
64 static struct rt2880_pmx_func wled_grp[] = { FUNC("wled", 0, 72, 1) };
[all …]
H A Drt3883.c21 static struct rt2880_pmx_func i2c_func[] = { FUNC("i2c", 0, 1, 2) };
22 static struct rt2880_pmx_func spi_func[] = { FUNC("spi", 0, 3, 4) };
24 FUNC("uartf", RT3883_GPIO_MODE_UARTF, 7, 8),
25 FUNC("pcm uartf", RT3883_GPIO_MODE_PCM_UARTF, 7, 8),
26 FUNC("pcm i2s", RT3883_GPIO_MODE_PCM_I2S, 7, 8),
27 FUNC("i2s uartf", RT3883_GPIO_MODE_I2S_UARTF, 7, 8),
28 FUNC("pcm gpio", RT3883_GPIO_MODE_PCM_GPIO, 11, 4),
29 FUNC("gpio uartf", RT3883_GPIO_MODE_GPIO_UARTF, 7, 4),
30 FUNC("gpio i2s", RT3883_GPIO_MODE_GPIO_I2S, 7, 4),
32 static struct rt2880_pmx_func uartlite_func[] = { FUNC("uartlite", 0, 15, 2) };
[all …]
H A Dmt7621.c52 static struct rt2880_pmx_func uart1_grp[] = { FUNC("uart1", 0, 1, 2) };
53 static struct rt2880_pmx_func i2c_grp[] = { FUNC("i2c", 0, 3, 2) };
55 FUNC("uart3", 0, 5, 4),
56 FUNC("i2s", 2, 5, 4),
57 FUNC("spdif3", 3, 5, 4),
60 FUNC("uart2", 0, 9, 4),
61 FUNC("pcm", 2, 9, 4),
62 FUNC("spdif2", 3, 9, 4),
64 static struct rt2880_pmx_func jtag_grp[] = { FUNC("jtag", 0, 13, 5) };
66 FUNC("wdt rst", 0, 18, 1),
[all …]
H A Drt305x.c23 static struct rt2880_pmx_func i2c_func[] = { FUNC("i2c", 0, 1, 2) };
24 static struct rt2880_pmx_func spi_func[] = { FUNC("spi", 0, 3, 4) };
26 FUNC("uartf", RT305X_GPIO_MODE_UARTF, 7, 8),
27 FUNC("pcm uartf", RT305X_GPIO_MODE_PCM_UARTF, 7, 8),
28 FUNC("pcm i2s", RT305X_GPIO_MODE_PCM_I2S, 7, 8),
29 FUNC("i2s uartf", RT305X_GPIO_MODE_I2S_UARTF, 7, 8),
30 FUNC("pcm gpio", RT305X_GPIO_MODE_PCM_GPIO, 11, 4),
31 FUNC("gpio uartf", RT305X_GPIO_MODE_GPIO_UARTF, 7, 4),
32 FUNC("gpio i2s", RT305X_GPIO_MODE_GPIO_I2S, 7, 4),
34 static struct rt2880_pmx_func uartlite_func[] = { FUNC("uartlite", 0, 15, 2) };
[all …]
H A Drt288x.c21 static struct rt2880_pmx_func i2c_func[] = { FUNC("i2c", 0, 1, 2) };
22 static struct rt2880_pmx_func spi_func[] = { FUNC("spi", 0, 3, 4) };
23 static struct rt2880_pmx_func uartlite_func[] = { FUNC("uartlite", 0, 7, 8) };
24 static struct rt2880_pmx_func jtag_func[] = { FUNC("jtag", 0, 17, 5) };
25 static struct rt2880_pmx_func mdio_func[] = { FUNC("mdio", 0, 22, 2) };
26 static struct rt2880_pmx_func sdram_func[] = { FUNC("sdram", 0, 24, 16) };
27 static struct rt2880_pmx_func pci_func[] = { FUNC("pci", 0, 40, 32) };
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/function/
H A Dadapt_callable.hpp15 #define BOOST_PHOENIX_ADAPT_CALLABLE_NULLARY(NAME, FUNC) \ argument
17 boost::phoenix::detail::expression::function_eval<FUNC>::type const \
21 function_eval<FUNC>::make(FUNC()); \
26 #define BOOST_PHOENIX_ADAPT_CALLABLE(NAME, FUNC, N) \ argument
31 FUNC \
36 function_eval<FUNC, BOOST_PHOENIX_A(N)>:: \
37 make(FUNC(), BOOST_PHOENIX_a(N)); \
42 #define BOOST_PHOENIX_ADAPT_CALLABLE_VARARG(NAME, FUNC) \ argument
43 BOOST_PHOENIX_ADAPT_CALLABLE_NULLARY(NAME, FUNC) \
48 , (NAME, FUNC) \
H A Dadapt_function.hpp16 #define BOOST_PHOENIX_ADAPT_FUNCTION_NULLARY(RESULT, NAME, FUNC) \ argument
26 return FUNC(); \
43 #define BOOST_PHOENIX_ADAPT_FUNCTION(RESULT, NAME, FUNC, N) \ argument
59 return FUNC(BOOST_PHOENIX_a(N)); \
83 #define BOOST_PHOENIX_ADAPT_FUNCTION_VARARG(RESULT, NAME, FUNC) \ argument
84 BOOST_PHOENIX_ADAPT_FUNCTION_NULLARY(NAME, FUNC) \
89 , (RESULT, NAME, FUNC) \
/OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_eventname.tc8 FUNC=`grep " [tT] .*vfs_read$" /proc/kallsyms | tail -n 1 | cut -f 3 -d " "`
9 [ "x" != "x$FUNC" ] || exit_unresolved
10 echo "p $FUNC" > kprobe_events
11 PROBE_NAME=`echo $FUNC | tr ".:" "_"`
16 echo "p:event1 $FUNC" > kprobe_events
21 echo "p:kprobes2/event2 $FUNC" > kprobe_events
40 FUNC=`find_dot_func | tail -n 1`
41 [ "x" != "x$FUNC" ] || exit_unresolved
42 echo "p $FUNC" > kprobe_events
43 EVENT=`grep $FUNC kprobe_events | cut -f 1 -d " " | cut -f 2 -d:`
H A Dkprobe_module.tc14 FUNC=trace_printk_irq_work
18 echo "p $MOD:$FUNC" > kprobe_events
19 PROBE_NAME=`echo $MOD:$FUNC | tr ".:" "_"`
24 echo "p:event1 $MOD:$FUNC" > kprobe_events
29 echo "p:kprobes1/event1 $MOD:$FUNC" > kprobe_events
40 echo "p:event2 $MOD:$FUNC" >> kprobe_events
/OK3568_Linux_fs/kernel/sound/usb/
H A Dvalidate.c234 #define FUNC(p, t, f) { .protocol = (p), .type = (t), .func = (f) } macro
238 FUNC(UAC_VERSION_1, UAC_HEADER, validate_uac1_header),
243 FUNC(UAC_VERSION_1, UAC_MIXER_UNIT, validate_mixer_unit),
244 FUNC(UAC_VERSION_1, UAC_SELECTOR_UNIT, validate_selector_unit),
245 FUNC(UAC_VERSION_1, UAC_FEATURE_UNIT, validate_uac1_feature_unit),
246 FUNC(UAC_VERSION_1, UAC1_PROCESSING_UNIT, validate_processing_unit),
247 FUNC(UAC_VERSION_1, UAC1_EXTENSION_UNIT, validate_processing_unit),
255 FUNC(UAC_VERSION_2, UAC_MIXER_UNIT, validate_mixer_unit),
256 FUNC(UAC_VERSION_2, UAC_SELECTOR_UNIT, validate_selector_unit),
257 FUNC(UAC_VERSION_2, UAC_FEATURE_UNIT, validate_uac2_feature_unit),
[all …]
/OK3568_Linux_fs/device/rockchip/common/build-hooks/
H A D05-partitions.sh30 edit-parts) FUNC=rk_partition_edit ;;
31 new-parts) FUNC=rk_partition_create ;;
32 insert-part) FUNC=rk_partition_insert ;;
33 del-part) FUNC=rk_partition_del ;;
34 move-part) FUNC=rk_partition_move ;;
35 rename-part) FUNC=rk_partition_rename ;;
36 resize-part) FUNC=rk_partition_resize ;;
37 help | h | -h | --help | \?) FUNC=false ;;
40 FUNC=false
44 if $FUNC $ARGS; then
H A Dbuild-helper74 FUNC=$1
85 type $FUNC >/dev/null 2>/dev/null || return 0
96 try_func $FUNC $ARGS
/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dmk-partitions.sh30 edit-parts) FUNC=rk_partition_edit ;;
31 new-parts) FUNC=rk_partition_create ;;
32 insert-part) FUNC=rk_partition_insert ;;
33 del-part) FUNC=rk_partition_del ;;
34 move-part) FUNC=rk_partition_move ;;
35 rename-part) FUNC=rk_partition_rename ;;
36 resize-part) FUNC=rk_partition_resize ;;
37 help | h | -h | --help | \?) FUNC=false ;;
40 FUNC=false
44 if $FUNC $ARGS; then
H A Dbuild-helper74 FUNC=$1
85 type $FUNC >/dev/null 2>/dev/null || return 0
96 try_func $FUNC $ARGS
/OK3568_Linux_fs/kernel/arch/mips/vdso/
H A Dgenvdso.h7 static inline bool FUNC(patch_vdso)(const char *path, void *vdso) in FUNC() function
15 shdrs = vdso + FUNC(swap_uint)(ehdr->e_shoff); in FUNC()
20 shstrtab = vdso + FUNC(swap_uint)(shdr->sh_offset); in FUNC()
58 static inline bool FUNC(get_symbols)(const char *path, void *vdso) in FUNC() function
69 shdrs = vdso + FUNC(swap_uint)(ehdr->e_shoff); in FUNC()
96 symtab = vdso + FUNC(swap_uint)(shdr->sh_offset); in FUNC()
97 st_entsize = FUNC(swap_uint)(shdr->sh_entsize); in FUNC()
98 st_count = FUNC(swap_uint)(shdr->sh_size) / st_entsize; in FUNC()
102 strtab = vdso + FUNC(swap_uint)(shdr->sh_offset); in FUNC()
114 offset = FUNC(swap_uint)(sym->st_value); in FUNC()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0016-target-ppc-Introduce-TRANS-FLAGS-macros.patch33 #define TRANS(NAME, FUNC, ...) \
35 { return FUNC(ctx, a, __VA_ARGS__); }
36 +#define TRANS_FLAGS(FLAGS, NAME, FUNC, ...) \
40 + return FUNC(ctx, a, __VA_ARGS__); \
42 +#define TRANS_FLAGS2(FLAGS2, NAME, FUNC, ...) \
46 + return FUNC(ctx, a, __VA_ARGS__); \
49 #define TRANS64(NAME, FUNC, ...) \
51 { REQUIRE_64BIT(ctx); return FUNC(ctx, a, __VA_ARGS__); }
52 +#define TRANS64_FLAGS2(FLAGS2, NAME, FUNC, ...) \
57 + return FUNC(ctx, a, __VA_ARGS__); \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dmath.h859 # define __MATH_TG(TG_ARG, FUNC, ARGS) \ argument
860 (sizeof (TG_ARG) == sizeof (float) ? FUNC ## f ARGS : FUNC ARGS)
864 # define __MATH_TG_F32(FUNC, ARGS) _Float32: FUNC ## f ARGS, argument
866 # define __MATH_TG_F32(FUNC, ARGS) argument
870 # define __MATH_TG_F64X(FUNC, ARGS) _Float64x: FUNC ## l ARGS, argument
872 # define __MATH_TG_F64X(FUNC, ARGS) _Float64x: FUNC ## f128 ARGS, argument
875 # define __MATH_TG_F64X(FUNC, ARGS) argument
877 # define __MATH_TG(TG_ARG, FUNC, ARGS) \ argument
879 float: FUNC ## f ARGS, \
880 __MATH_TG_F32 (FUNC, ARGS) \
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dmath.h859 # define __MATH_TG(TG_ARG, FUNC, ARGS) \ argument
860 (sizeof (TG_ARG) == sizeof (float) ? FUNC ## f ARGS : FUNC ARGS)
864 # define __MATH_TG_F32(FUNC, ARGS) _Float32: FUNC ## f ARGS, argument
866 # define __MATH_TG_F32(FUNC, ARGS) argument
870 # define __MATH_TG_F64X(FUNC, ARGS) _Float64x: FUNC ## l ARGS, argument
872 # define __MATH_TG_F64X(FUNC, ARGS) _Float64x: FUNC ## f128 ARGS, argument
875 # define __MATH_TG_F64X(FUNC, ARGS) argument
877 # define __MATH_TG(TG_ARG, FUNC, ARGS) \ argument
879 float: FUNC ## f ARGS, \
880 __MATH_TG_F32 (FUNC, ARGS) \
[all …]
/OK3568_Linux_fs/kernel/drivers/input/serio/
H A Dhil_mlc.c442 #define FUNC(funct, funct_arg, zero_rc, neg_rc, pos_rc) \ macro
464 FUNC(hilse_init_lcv, 0, HILSEN_NEXT, HILSEN_SLEEP, 0)
467 FUNC(hilse_inc_lcv, 10, HILSEN_NEXT, HILSEN_START, 0)
483 FUNC(hilse_init_lcv, 0, HILSEN_NEXT, HILSEN_SLEEP, 0)
486 FUNC(hilse_inc_lcv, 10, HILSEN_NEXT, HILSEN_START, 0)
487 FUNC(hilse_set_ddi, -1, HILSEN_NEXT, 0, 0)
503 FUNC(hilse_dec_ddi, 0, HILSEN_NEXT, HILSEN_ACF, 0)
504 FUNC(hilse_inc_ddi, 0, HILSEN_NEXT, 0, 0)
510 FUNC(hilse_dec_ddi, 0, HILSEN_HEAL, HILSEN_NEXT, 0)
513 FUNC(hilse_init_lcv, 0, HILSEN_NEXT, HILSEN_DOZE, 0)
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_interrupts.S19 #define FUNC(name) name macro
21 #define FUNC(name) GLUE(.,name) macro
26 #define FUNC(name) name macro
88 bl FUNC(kvmppc_copy_to_svcpu)
126 bl FUNC(kvmppc_entry_trampoline)
157 bl FUNC(kvmppc_copy_from_svcpu)
196 bl FUNC(kvmppc_handle_exit_pr)
H A Dbook3s_rmhandlers.S30 #define FUNC(name) name macro
32 #define FUNC(name) GLUE(.,name) macro
37 #define FUNC(name) name macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/cpufreq/
H A Dmain.sh10 FUNC=basic # do basic tests by default
80 FUNC=$OPTARG
107 if [ $count = 0 -a $FUNC != "modtest" ]; then
112 case "$FUNC" in
/OK3568_Linux_fs/u-boot/drivers/pinctrl/rockchip/
H A Dpinctrl-rockchip.h474 #define PIN_BANK_MUX_ROUTE_FLAGS(ID, PIN, FUNC, REG, VAL, FLAG) \ argument
478 .func = FUNC, \
484 #define MR_DEFAULT(ID, PIN, FUNC, REG, VAL) \ argument
485 PIN_BANK_MUX_ROUTE_FLAGS(ID, PIN, FUNC, REG, VAL, ROUTE_TYPE_DEFAULT)
487 #define MR_TOPGRF(ID, PIN, FUNC, REG, VAL) \ argument
488 PIN_BANK_MUX_ROUTE_FLAGS(ID, PIN, FUNC, REG, VAL, ROUTE_TYPE_TOPGRF)
490 #define MR_PMUGRF(ID, PIN, FUNC, REG, VAL) \ argument
491 PIN_BANK_MUX_ROUTE_FLAGS(ID, PIN, FUNC, REG, VAL, ROUTE_TYPE_PMUGRF)
/OK3568_Linux_fs/kernel/include/media/
H A Ddvbdev.h459 #define dvb_detach(FUNC) symbol_put_addr(FUNC) argument
466 #define dvb_detach(FUNC) {} argument
/OK3568_Linux_fs/kernel/arch/x86/math-emu/
H A Dfpu_aux.c66 static FUNC const finit_table[] = {
82 static FUNC const fstsw_table[] = {
92 static FUNC const fp_nop_table[] = {

1234