Home
last modified time | relevance | path

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

12

/Linux-v5.15/drivers/pinctrl/ralink/
Dpinctrl-mt7620.c56 static struct rt2880_pmx_func i2c_grp[] = { FUNC("i2c", 0, 1, 2) };
57 static struct rt2880_pmx_func spi_grp[] = { FUNC("spi", 0, 3, 4) };
58 static struct rt2880_pmx_func uartlite_grp[] = { FUNC("uartlite", 0, 15, 2) };
60 FUNC("mdio", MT7620_GPIO_MODE_MDIO, 22, 2),
61 FUNC("refclk", MT7620_GPIO_MODE_MDIO_REFCLK, 22, 2),
63 static struct rt2880_pmx_func rgmii1_grp[] = { FUNC("rgmii1", 0, 24, 12) };
64 static struct rt2880_pmx_func refclk_grp[] = { FUNC("spi refclk", 0, 37, 3) };
65 static struct rt2880_pmx_func ephy_grp[] = { FUNC("ephy", 0, 40, 5) };
66 static struct rt2880_pmx_func rgmii2_grp[] = { FUNC("rgmii2", 0, 60, 12) };
67 static struct rt2880_pmx_func wled_grp[] = { FUNC("wled", 0, 72, 1) };
[all …]
Dpinctrl-rt305x.c34 static struct rt2880_pmx_func i2c_func[] = { FUNC("i2c", 0, 1, 2) };
35 static struct rt2880_pmx_func spi_func[] = { 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 rt2880_pmx_func uartlite_func[] = { FUNC("uartlite", 0, 15, 2) };
[all …]
Dpinctrl-mt7621.c37 static struct rt2880_pmx_func uart1_grp[] = { FUNC("uart1", 0, 1, 2) };
38 static struct rt2880_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 rt2880_pmx_func jtag_grp[] = { FUNC("jtag", 0, 13, 5) };
51 FUNC("wdt rst", 0, 18, 1),
[all …]
Dpinctrl-rt3883.c42 static struct rt2880_pmx_func i2c_func[] = { FUNC("i2c", 0, 1, 2) };
43 static struct rt2880_pmx_func spi_func[] = { 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 rt2880_pmx_func uartlite_func[] = { FUNC("uartlite", 0, 15, 2) };
[all …]
Dpinctrl-rt288x.c18 static struct rt2880_pmx_func i2c_func[] = { FUNC("i2c", 0, 1, 2) };
19 static struct rt2880_pmx_func spi_func[] = { FUNC("spi", 0, 3, 4) };
20 static struct rt2880_pmx_func uartlite_func[] = { FUNC("uartlite", 0, 7, 8) };
21 static struct rt2880_pmx_func jtag_func[] = { FUNC("jtag", 0, 17, 5) };
22 static struct rt2880_pmx_func mdio_func[] = { FUNC("mdio", 0, 22, 2) };
23 static struct rt2880_pmx_func sdram_func[] = { FUNC("sdram", 0, 24, 16) };
24 static struct rt2880_pmx_func pci_func[] = { FUNC("pci", 0, 40, 32) };
Dpinmux.h9 #define FUNC(name, value, pin_first, pin_count) \ macro
/Linux-v5.15/tools/testing/selftests/ftrace/test.d/kprobe/
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:`
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-v5.15/sound/usb/
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 …]
/Linux-v5.15/arch/mips/vdso/
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()
Dgenvdso.c89 #define FUNC(name) _FUNC(name, ELF_BITS) macro
/Linux-v5.15/arch/powerpc/kvm/
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)
Dbook3s_rmhandlers.S30 #define FUNC(name) name macro
32 #define FUNC(name) GLUE(.,name) macro
37 #define FUNC(name) name macro
/Linux-v5.15/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-v5.15/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-v5.15/tools/bpf/bpftool/Documentation/
Dbpftool-btf.rst182 [19] FUNC 'my_func' type_id=18
253 [104852] FUNC 'i2c_register_spd' type_id=84745 linkage=static
254 [104853] FUNC 'smbalert_driver_init' type_id=1213 linkage=static
257 [104855] FUNC 'i2c_handle_smbus_alert' type_id=104854 linkage=static
258 [104856] FUNC 'smbalert_remove' type_id=104854 linkage=static
262 [104858] FUNC 'smbalert_probe' type_id=104857 linkage=static
263 [104859] FUNC 'smbalert_work' type_id=9695 linkage=static
264 [104860] FUNC 'smbus_alert' type_id=71367 linkage=static
265 [104861] FUNC 'smbus_do_alert' type_id=84827 linkage=static
/Linux-v5.15/include/media/
Ddvbdev.h459 #define dvb_detach(FUNC) symbol_put_addr(FUNC) argument
466 #define dvb_detach(FUNC) {} argument
/Linux-v5.15/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-v5.15/Documentation/
Dasm-annotations.rst36 25: 0000000000000000 33 FUNC GLOBAL DEFAULT 1 __put_user_1
37 29: 0000000000000030 37 FUNC GLOBAL DEFAULT 1 __put_user_2
38 32: 0000000000000060 36 FUNC GLOBAL DEFAULT 1 __put_user_4
39 35: 0000000000000090 37 FUNC GLOBAL DEFAULT 1 __put_user_8
149 one. ``_NOALIGN`` variants exist too. The use is the same as for the ``FUNC``
162 ``SYM_{CODE,FUNC}_START`` and ``SYM_{CODE,FUNC}_END``. They are very similar
/Linux-v5.15/drivers/scsi/qla4xxx/
Dql4_nx.h691 #define PCIX_MSI_F(FUNC) (0x13000 + ((FUNC) * 4)) argument
743 #define ISR_MSI_INT_TRIGGER(FUNC) (QLA82XX_PCIX_PS_REG(PCIX_MSI_F(FUNC))) argument
/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_nx.h651 #define PCIX_MSI_F(FUNC) (0x13000 + ((FUNC) * 4)) argument
701 #define ISR_MSI_INT_TRIGGER(FUNC) \ argument
702 (QLA82XX_PCIX_PS_REG(PCIX_MSI_F(FUNC)))
/Linux-v5.15/tools/include/linux/
Dfilter.h260 #define BPF_EMIT_CALL(FUNC) \ argument
266 .imm = ((FUNC) - BPF_FUNC_unspec) })
/Linux-v5.15/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…
217 "FUNC[@SRC][:RLN[+NUM|-RLN2]]|SRC[:ALN[+NUM|-ALN2]]"
219 FUNC specifies the function name of showing lines. 'RLN' is the start line
223 many lines to show by using 'NUM'. Moreover, 'FUNC@SRC' combination is good
/Linux-v5.15/arch/sparc/lib/
Dmemcpy.S12 #define FUNC(x) \ macro
66 FUNC(memmove)
124 FUNC(memcpy) /* %o0=dst %o1=src %o2=len */

12