Searched refs:FUNC (Results 1 - 25 of 41) sorted by relevance

12

/linux-master/drivers/pinctrl/mediatek/
H A Dpinctrl-mt76x8.c39 FUNC("sdxc d6", 3, 19, 1),
40 FUNC("utif", 2, 19, 1),
41 FUNC("gpio", 1, 19, 1),
42 FUNC("pwm1", 0, 19, 1),
46 FUNC("sdxc d7", 3, 18, 1),
47 FUNC("utif", 2, 18, 1),
48 FUNC("gpio", 1, 18, 1),
49 FUNC("pwm0", 0, 18, 1),
53 FUNC("sdxc d5 d4", 3, 20, 2),
54 FUNC("pw
[all...]
H A Dpinctrl-mt7620.c55 static struct mtmips_pmx_func i2c_grp[] = { FUNC("i2c", 0, 1, 2) };
56 static struct mtmips_pmx_func spi_grp[] = { FUNC("spi", 0, 3, 4) };
57 static struct mtmips_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 mtmips_pmx_func rgmii1_grp[] = { FUNC("rgmii1", 0, 24, 12) };
63 static struct mtmips_pmx_func refclk_grp[] = { FUNC("spi refclk", 0, 37, 3) };
64 static struct mtmips_pmx_func ephy_grp[] = { FUNC("ephy", 0, 40, 5) };
65 static struct mtmips_pmx_func rgmii2_grp[] = { FUNC("rgmii2", 0, 60, 12) };
66 static struct mtmips_pmx_func wled_grp[] = { FUNC("wle
[all...]
H A Dpinctrl-mt7621.c37 static struct mtmips_pmx_func uart1_grp[] = { FUNC("uart1", 0, 1, 2) };
38 static struct mtmips_pmx_func i2c_grp[] = { FUNC("i2c", 0, 3, 2) };
40 FUNC("uart3", 0, 5, 4),
41 FUNC("i2s", 2, 5, 4),
42 FUNC("spdif3", 3, 5, 4),
45 FUNC("uart2", 0, 9, 4),
46 FUNC("pcm", 2, 9, 4),
47 FUNC("spdif2", 3, 9, 4),
49 static struct mtmips_pmx_func jtag_grp[] = { FUNC("jtag", 0, 13, 5) };
51 FUNC("wd
[all...]
H A Dpinctrl-rt3883.c42 static struct mtmips_pmx_func i2c_grp[] = { FUNC("i2c", 0, 1, 2) };
43 static struct mtmips_pmx_func spi_grp[] = { FUNC("spi", 0, 3, 4) };
45 FUNC("uartf", RT3883_GPIO_MODE_UARTF, 7, 8),
46 FUNC("pcm uartf", RT3883_GPIO_MODE_PCM_UARTF, 7, 8),
47 FUNC("pcm i2s", RT3883_GPIO_MODE_PCM_I2S, 7, 8),
48 FUNC("i2s uartf", RT3883_GPIO_MODE_I2S_UARTF, 7, 8),
49 FUNC("pcm gpio", RT3883_GPIO_MODE_PCM_GPIO, 11, 4),
50 FUNC("gpio uartf", RT3883_GPIO_MODE_GPIO_UARTF, 7, 4),
51 FUNC("gpio i2s", RT3883_GPIO_MODE_GPIO_I2S, 7, 4),
53 static struct mtmips_pmx_func uartlite_grp[] = { FUNC("uartlit
[all...]
H A Dpinctrl-rt305x.c34 static struct mtmips_pmx_func i2c_grp[] = { FUNC("i2c", 0, 1, 2) };
35 static struct mtmips_pmx_func spi_grp[] = { FUNC("spi", 0, 3, 4) };
37 FUNC("uartf", RT305X_GPIO_MODE_UARTF, 7, 8),
38 FUNC("pcm uartf", RT305X_GPIO_MODE_PCM_UARTF, 7, 8),
39 FUNC("pcm i2s", RT305X_GPIO_MODE_PCM_I2S, 7, 8),
40 FUNC("i2s uartf", RT305X_GPIO_MODE_I2S_UARTF, 7, 8),
41 FUNC("pcm gpio", RT305X_GPIO_MODE_PCM_GPIO, 11, 4),
42 FUNC("gpio uartf", RT305X_GPIO_MODE_GPIO_UARTF, 7, 4),
43 FUNC("gpio i2s", RT305X_GPIO_MODE_GPIO_I2S, 7, 4),
45 static struct mtmips_pmx_func uartlite_grp[] = { FUNC("uartlit
[all...]
H A Dpinctrl-rt2880.c18 static struct mtmips_pmx_func i2c_grp[] = { FUNC("i2c", 0, 1, 2) };
19 static struct mtmips_pmx_func spi_grp[] = { FUNC("spi", 0, 3, 4) };
20 static struct mtmips_pmx_func uartlite_grp[] = { FUNC("uartlite", 0, 7, 8) };
21 static struct mtmips_pmx_func jtag_grp[] = { FUNC("jtag", 0, 17, 5) };
22 static struct mtmips_pmx_func mdio_grp[] = { FUNC("mdio", 0, 22, 2) };
23 static struct mtmips_pmx_func sdram_grp[] = { FUNC("sdram", 0, 24, 16) };
24 static struct mtmips_pmx_func pci_grp[] = { FUNC("pci", 0, 40, 32) };
H A Dpinctrl-mtmips.h9 #define FUNC(name, value, pin_first, pin_count) \ macro
/linux-master/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_event
[all...]
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
/linux-master/scripts/
H A Dtest_fortify.sh11 FUNC="${FILE#*-}"
12 FUNC="${FUNC%%-*}"
13 FUNC="${FUNC%%.*}"
46 status="warning: unsafe ${FUNC}() usage lacked '$WANT' symbol in $IN"
55 status="warning: unsafe ${FUNC}() usage lacked '$WANT' warning in $IN"
64 echo "ok: unsafe ${FUNC}() usage correctly detected with '$WANT' in $IN" >"$OUT"
/linux-master/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_
[all...]
/linux-master/drivers/gpu/drm/xe/tests/
H A Dxe_rtp_test.c64 XE_RTP_RULES(FUNC(match_yes)),
68 XE_RTP_RULES(FUNC(match_yes)),
83 XE_RTP_RULES(FUNC(match_yes)),
87 XE_RTP_RULES(FUNC(match_no)),
102 XE_RTP_RULES(FUNC(match_yes)),
106 XE_RTP_RULES(FUNC(match_yes), FUNC(match_no)),
121 XE_RTP_RULES(FUNC(match_yes)),
125 XE_RTP_RULES(FUNC(match_yes)),
140 XE_RTP_RULES(FUNC(match_ye
[all...]
/linux-master/arch/mips/vdso/
H A Dgenvdso.h7 static inline bool FUNC(patch_vdso)(const char *path, void *vdso)
15 shdrs = vdso + FUNC(swap_uint)(ehdr->e_shoff);
20 shstrtab = vdso + FUNC(swap_uint)(shdr->sh_offset);
58 static inline bool FUNC(get_symbols)(const char *path, void *vdso)
69 shdrs = vdso + FUNC(swap_uint)(ehdr->e_shoff);
96 symtab = vdso + FUNC(swap_uint)(shdr->sh_offset);
97 st_entsize = FUNC(swap_uint)(shdr->sh_entsize);
98 st_count = FUNC(swap_uint)(shdr->sh_size) / st_entsize;
102 strtab = vdso + FUNC(swap_uint)(shdr->sh_offset);
114 offset = FUNC(swap_uin
[all...]
/linux-master/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
/linux-master/drivers/gpu/drm/xe/
H A Dxe_wa.c103 FUNC(xe_rtp_match_even_instance)),
301 XE_RTP_RULES(PLATFORM(DG2), FUNC(xe_rtp_match_first_render_or_compute)),
306 XE_RTP_RULES(PLATFORM(DG2), FUNC(xe_rtp_match_first_render_or_compute)),
310 XE_RTP_RULES(PLATFORM(DG2), FUNC(xe_rtp_match_first_render_or_compute)),
316 FUNC(xe_rtp_match_first_render_or_compute)),
323 FUNC(xe_rtp_match_first_render_or_compute)),
328 FUNC(xe_rtp_match_first_render_or_compute)),
333 FUNC(xe_rtp_match_first_render_or_compute)),
339 FUNC(xe_rtp_match_first_render_or_compute)),
344 FUNC(xe_rtp_match_first_render_or_comput
[all...]
H A Dxe_reg_whitelist.c41 XE_RTP_RULES(GRAPHICS_VERSION_RANGE(1200, 1260), FUNC(match_not_render)),
/linux-master/arch/powerpc/kvm/
H A Dbook3s_interrupts.S19 #define FUNC(name) name define
21 #define FUNC(name) GLUE(.,name) define
26 #define FUNC(name) name define
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 define
32 #define FUNC(name) GLUE(.,name) define
37 #define FUNC(name) name define
/linux-master/tools/testing/selftests/amd-pstate/
H A Drun.sh23 FUNC=all
174 FUNC=$OPTARG
260 case "$FUNC" in
271 echo "$0 # Current comparative test is for $FUNC."
282 case "$FUNC" in
330 case "$FUNC" in
357 case "$FUNC" in
/linux-master/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_lc
[all...]
/linux-master/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[] = {
H A Dfpu_emu.h124 typedef void (*FUNC) (void); typedef
/linux-master/include/media/
H A Ddvbdev.h477 * @FUNC: attach function
482 #define dvb_detach(FUNC) symbol_put_addr(FUNC)
489 #define dvb_detach(FUNC) {}
/linux-master/tools/include/linux/
H A Dfilter.h260 #define BPF_EMIT_CALL(FUNC) \
266 .imm = ((FUNC) - BPF_FUNC_unspec) })
/linux-master/arch/sparc/lib/
H A Dmemcpy.S13 #define FUNC(x) \ define
67 FUNC(memmove)
125 FUNC(memcpy) /* %o0=dst %o1=src %o2=len */

Completed in 164 milliseconds

12