Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/mips/ralink/
Dmt7620.c55 static struct rt2880_pmx_func i2c_grp[] = { FUNC("i2c", 0, 1, 2) };
56 static struct rt2880_pmx_func spi_grp[] = { FUNC("spi", 0, 3, 4) };
57 static struct rt2880_pmx_func uartlite_grp[] = { FUNC("uartlite", 0, 15, 2) };
59 FUNC("mdio", MT7620_GPIO_MODE_MDIO, 22, 2),
60 FUNC("refclk", MT7620_GPIO_MODE_MDIO_REFCLK, 22, 2),
62 static struct rt2880_pmx_func rgmii1_grp[] = { FUNC("rgmii1", 0, 24, 12) };
63 static struct rt2880_pmx_func refclk_grp[] = { FUNC("spi refclk", 0, 37, 3) };
64 static struct rt2880_pmx_func ephy_grp[] = { FUNC("ephy", 0, 40, 5) };
65 static struct rt2880_pmx_func rgmii2_grp[] = { FUNC("rgmii2", 0, 60, 12) };
66 static struct rt2880_pmx_func wled_grp[] = { FUNC("wled", 0, 72, 1) };
[all …]
Drt3883.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", RT3883_GPIO_MODE_UARTF, 7, 8),
27 FUNC("pcm uartf", RT3883_GPIO_MODE_PCM_UARTF, 7, 8),
28 FUNC("pcm i2s", RT3883_GPIO_MODE_PCM_I2S, 7, 8),
29 FUNC("i2s uartf", RT3883_GPIO_MODE_I2S_UARTF, 7, 8),
30 FUNC("pcm gpio", RT3883_GPIO_MODE_PCM_GPIO, 11, 4),
31 FUNC("gpio uartf", RT3883_GPIO_MODE_GPIO_UARTF, 7, 4),
32 FUNC("gpio i2s", RT3883_GPIO_MODE_GPIO_I2S, 7, 4),
34 static struct rt2880_pmx_func uartlite_func[] = { FUNC("uartlite", 0, 15, 2) };
[all …]
Dmt7621.c57 static struct rt2880_pmx_func uart1_grp[] = { FUNC("uart1", 0, 1, 2) };
58 static struct rt2880_pmx_func i2c_grp[] = { FUNC("i2c", 0, 3, 2) };
60 FUNC("uart3", 0, 5, 4),
61 FUNC("i2s", 2, 5, 4),
62 FUNC("spdif3", 3, 5, 4),
65 FUNC("uart2", 0, 9, 4),
66 FUNC("pcm", 2, 9, 4),
67 FUNC("spdif2", 3, 9, 4),
69 static struct rt2880_pmx_func jtag_grp[] = { FUNC("jtag", 0, 13, 5) };
71 FUNC("wdt rst", 0, 18, 1),
[all …]
Drt305x.c25 static struct rt2880_pmx_func i2c_func[] = { FUNC("i2c", 0, 1, 2) };
26 static struct rt2880_pmx_func spi_func[] = { FUNC("spi", 0, 3, 4) };
28 FUNC("uartf", RT305X_GPIO_MODE_UARTF, 7, 8),
29 FUNC("pcm uartf", RT305X_GPIO_MODE_PCM_UARTF, 7, 8),
30 FUNC("pcm i2s", RT305X_GPIO_MODE_PCM_I2S, 7, 8),
31 FUNC("i2s uartf", RT305X_GPIO_MODE_I2S_UARTF, 7, 8),
32 FUNC("pcm gpio", RT305X_GPIO_MODE_PCM_GPIO, 11, 4),
33 FUNC("gpio uartf", RT305X_GPIO_MODE_GPIO_UARTF, 7, 4),
34 FUNC("gpio i2s", RT305X_GPIO_MODE_GPIO_I2S, 7, 4),
36 static struct rt2880_pmx_func uartlite_func[] = { FUNC("uartlite", 0, 15, 2) };
[all …]
Drt288x.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) };
25 static struct rt2880_pmx_func uartlite_func[] = { FUNC("uartlite", 0, 7, 8) };
26 static struct rt2880_pmx_func jtag_func[] = { FUNC("jtag", 0, 17, 5) };
27 static struct rt2880_pmx_func mdio_func[] = { FUNC("mdio", 0, 22, 2) };
28 static struct rt2880_pmx_func sdram_func[] = { FUNC("sdram", 0, 24, 16) };
29 static struct rt2880_pmx_func pci_func[] = { FUNC("pci", 0, 40, 32) };
/Linux-v4.19/tools/testing/selftests/ftrace/test.d/kprobe/
Dkprobe_eventname.tc12 FUNC=`grep " [tT] .*vfs_read$" /proc/kallsyms | tail -n 1 | cut -f 3 -d " "`
13 [ "x" != "x$FUNC" ] || exit_unresolved
14 echo "p $FUNC" > kprobe_events
15 PROBE_NAME=`echo $FUNC | tr ".:" "_"`
20 echo "p:event1 $FUNC" > kprobe_events
25 echo "p:kprobes2/event2 $FUNC" > kprobe_events
30 FUNC=`grep -m 10 " [tT] .*\.isra\..*$" /proc/kallsyms | tail -n 1 | cut -f 3 -d " "`
31 [ "x" != "x$FUNC" ] || exit_unresolved
32 echo "p $FUNC" > kprobe_events
33 EVENT=`grep $FUNC kprobe_events | cut -f 1 -d " " | cut -f 2 -d:`
Dkprobe_module.tc13 FUNC=`grep -m 1 ".* t .*\\[$MOD\\]" /proc/kallsyms | xargs | cut -f3 -d" "`
14 [ "x" != "x$MOD" -a "y" != "y$FUNC" ] || exit_unresolved
15 echo "p $MOD:$FUNC" > kprobe_events
16 PROBE_NAME=`echo $MOD:$FUNC | tr ".:" "_"`
21 echo "p:event1 $MOD:$FUNC" > kprobe_events
26 echo "p:kprobes1/event1 $MOD:$FUNC" > kprobe_events
/Linux-v4.19/arch/mips/vdso/
Dgenvdso.h11 static inline bool FUNC(patch_vdso)(const char *path, void *vdso) in FUNC() function
19 shdrs = vdso + FUNC(swap_uint)(ehdr->e_shoff); in FUNC()
24 shstrtab = vdso + FUNC(swap_uint)(shdr->sh_offset); in FUNC()
62 static inline bool FUNC(get_symbols)(const char *path, void *vdso) in FUNC() function
73 shdrs = vdso + FUNC(swap_uint)(ehdr->e_shoff); in FUNC()
100 symtab = vdso + FUNC(swap_uint)(shdr->sh_offset); in FUNC()
101 st_entsize = FUNC(swap_uint)(shdr->sh_entsize); in FUNC()
102 st_count = FUNC(swap_uint)(shdr->sh_size) / st_entsize; in FUNC()
106 strtab = vdso + FUNC(swap_uint)(shdr->sh_offset); in FUNC()
118 offset = FUNC(swap_uint)(sym->st_value); in FUNC()
Dgenvdso.c93 #define FUNC(name) _FUNC(name, ELF_BITS) macro
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_interrupts.S30 #define FUNC(name) name macro
32 #define FUNC(name) GLUE(.,name) macro
37 #define FUNC(name) name macro
101 bl FUNC(kvmppc_copy_to_svcpu)
139 bl FUNC(kvmppc_entry_trampoline)
170 bl FUNC(kvmppc_copy_from_svcpu)
209 bl FUNC(kvmppc_handle_exit_pr)
Dbook3s_rmhandlers.S41 #define FUNC(name) name macro
43 #define FUNC(name) GLUE(.,name) macro
48 #define FUNC(name) name macro
/Linux-v4.19/tools/testing/selftests/cpufreq/
Dmain.sh10 FUNC=basic # do basic tests by default
80 FUNC=$OPTARG
107 if [ $count = 0 -a $FUNC != "modtest" ]; then
112 case "$FUNC" in
/Linux-v4.19/drivers/input/serio/
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 …]
/Linux-v4.19/arch/x86/crypto/
Daes-x86_64-asm_64.S51 #define prologue(FUNC,KEY,B128,B192,r1,r2,r5,r6,r7,r8,r9,r10,r11) \ argument
52 ENTRY(FUNC); \
71 #define epilogue(FUNC,r1,r2,r5,r6,r7,r8,r9) \ argument
78 ENDPROC(FUNC);
130 #define entry(FUNC,KEY,B128,B192) \ argument
131 prologue(FUNC,KEY,B128,B192,R2,R8,R1,R3,R4,R6,R10,R5,R11)
133 #define return(FUNC) epilogue(FUNC,R8,R2,R5,R6,R3,R4,R11) argument
/Linux-v4.19/include/media/
Ddvbdev.h459 #define dvb_detach(FUNC) symbol_put_addr(FUNC) argument
466 #define dvb_detach(FUNC) {} argument
/Linux-v4.19/arch/x86/math-emu/
Dfpu_aux.c66 static FUNC const finit_table[] = {
82 static FUNC const fstsw_table[] = {
92 static FUNC const fp_nop_table[] = {
Dfpu_emu.h124 typedef void (*FUNC) (void); typedef
/Linux-v4.19/arch/mips/include/asm/mach-ralink/
Dpinmux.h12 #define FUNC(name, value, pin_first, pin_count) \ macro
/Linux-v4.19/tools/include/linux/
Dfilter.h224 #define BPF_EMIT_CALL(FUNC) \ argument
230 .imm = ((FUNC) - BPF_FUNC_unspec) })
/Linux-v4.19/drivers/scsi/qla4xxx/
Dql4_nx.h709 #define PCIX_MSI_F(FUNC) (0x13000 + ((FUNC) * 4)) argument
761 #define ISR_MSI_INT_TRIGGER(FUNC) (QLA82XX_PCIX_PS_REG(PCIX_MSI_F(FUNC))) argument
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_nx.h652 #define PCIX_MSI_F(FUNC) (0x13000 + ((FUNC) * 4)) argument
702 #define ISR_MSI_INT_TRIGGER(FUNC) \ argument
703 (QLA82XX_PCIX_PS_REG(PCIX_MSI_F(FUNC)))
/Linux-v4.19/tools/perf/Documentation/
Dperf-probe.txt160 [[GROUP:]EVENT=]FUNC[@SRC][:RLN|+OFFS|%return|;PTN] [ARG ...]
176 'FUNC' specifies a probed function name, and it may have one of the following options; '+OFFS' is t…
216 "FUNC[@SRC][:RLN[+NUM|-RLN2]]|SRC[:ALN[+NUM|-ALN2]]"
218 FUNC specifies the function name of showing lines. 'RLN' is the start line
222 many lines to show by using 'NUM'. Moreover, 'FUNC@SRC' combination is good
/Linux-v4.19/arch/sparc/lib/
Dmemcpy.S12 #define FUNC(x) \ macro
66 FUNC(memmove)
124 FUNC(memcpy) /* %o0=dst %o1=src %o2=len */
/Linux-v4.19/security/
Dsecurity.c211 #define call_void_hook(FUNC, ...) \ argument
215 hlist_for_each_entry(P, &security_hook_heads.FUNC, list) \
216 P->hook.FUNC(__VA_ARGS__); \
219 #define call_int_hook(FUNC, IRC, ...) ({ \ argument
224 hlist_for_each_entry(P, &security_hook_heads.FUNC, list) { \
225 RC = P->hook.FUNC(__VA_ARGS__); \
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hdr.h678 #define ISR_MSI_INT_TRIGGER(FUNC) (QLCNIC_PCIX_PS_REG(PCIX_MSI_F(FUNC))) argument

12