Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/input/serio/
Dhil_mlc.c444 #define FUNC(funct, funct_arg, zero_rc, neg_rc, pos_rc) \ macro
466 FUNC(hilse_init_lcv, 0, HILSEN_NEXT, HILSEN_SLEEP, 0)
469 FUNC(hilse_inc_lcv, 10, HILSEN_NEXT, HILSEN_START, 0)
485 FUNC(hilse_init_lcv, 0, HILSEN_NEXT, HILSEN_SLEEP, 0)
488 FUNC(hilse_inc_lcv, 10, HILSEN_NEXT, HILSEN_START, 0)
489 FUNC(hilse_set_ddi, -1, HILSEN_NEXT, 0, 0)
505 FUNC(hilse_dec_ddi, 0, HILSEN_NEXT, HILSEN_ACF, 0)
506 FUNC(hilse_inc_ddi, 0, HILSEN_NEXT, 0, 0)
512 FUNC(hilse_dec_ddi, 0, HILSEN_HEAL, HILSEN_NEXT, 0)
515 FUNC(hilse_init_lcv, 0, HILSEN_NEXT, HILSEN_DOZE, 0)
[all …]
/linux-3.4.99/arch/powerpc/kvm/
Dbook3s_interrupts.S30 #define FUNC(name) GLUE(.,name) macro
35 #define FUNC(name) name macro
108 bl FUNC(kvmppc_entry_trampoline)
158 bl FUNC(kvmppc_handle_exit)
Dbook3s_rmhandlers.S39 #define FUNC(name) GLUE(.,name) macro
70 #define FUNC(name) name macro
226 bl FUNC(load_up_ ## what); \
/linux-3.4.99/arch/x86/crypto/
Daes-x86_64-asm_64.S51 #define prologue(FUNC,KEY,B128,B192,r1,r2,r3,r4,r5,r6,r7,r8,r9,r10,r11) \ argument
52 .global FUNC; \
53 .type FUNC,@function; \
55 FUNC: movq r1,r2; \
133 #define entry(FUNC,KEY,B128,B192) \ argument
134 prologue(FUNC,KEY,B128,B192,R2,R8,R7,R9,R1,R3,R4,R6,R10,R5,R11)
/linux-3.4.99/arch/x86/math-emu/
Dfpu_aux.c65 static FUNC const finit_table[] = {
81 static FUNC const fstsw_table[] = {
91 static FUNC const fp_nop_table[] = {
Dfpu_emu.h123 typedef void (*FUNC) (void); typedef
Dfpu_entry.c61 static FUNC const st_instr_table[64] = {
74 static FUNC const st_instr_table[64] = {
/linux-3.4.99/tools/perf/Documentation/
Dperf-probe.txt106 [EVENT=]FUNC[@SRC][:RLN|+OFFS|%return|;PTN] [ARG ...]
116 'FUNC' specifies a probed function name, and it may have one of the following options; '+OFFS' is t…
133 "FUNC[@SRC][:RLN[+NUM|-RLN2]]|SRC[:ALN[+NUM|-ALN2]]"
135 FUNC specifies the function name of showing lines. 'RLN' is the start line
139 many lines to show by using 'NUM'. Moreover, 'FUNC@SRC' combination is good
/linux-3.4.99/drivers/scsi/qla4xxx/
Dql4_nx.h664 #define PCIX_MSI_F(FUNC) (0x13000 + ((FUNC) * 4)) argument
716 #define ISR_MSI_INT_TRIGGER(FUNC) (QLA82XX_PCIX_PS_REG(PCIX_MSI_F(FUNC))) argument
/linux-3.4.99/arch/sparc/lib/
Dmemcpy.S10 #define FUNC(x) \ macro
144 FUNC(amemmove)
145 FUNC(__memmove)
147 FUNC(memmove)
204 FUNC(memcpy) /* %o0=dst %o1=src %o2=len */
/linux-3.4.99/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-3.4.99/net/sched/
Dem_meta.c102 #define META_COLLECTOR(FUNC) static void meta_##FUNC(struct sk_buff *skb, \ argument
/linux-3.4.99/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hdr.h744 #define ISR_MSI_INT_TRIGGER(FUNC) (QLCNIC_PCIX_PS_REG(PCIX_MSI_F(FUNC))) argument
/linux-3.4.99/arch/mips/kernel/
Dtraps.c486 #define FUNC 0x0000003f macro
608 if ((opcode & OPCODE) == SPEC3 && (opcode & FUNC) == RDHWR) { in simulate_rdhwr()
648 if ((opcode & OPCODE) == SPEC0 && (opcode & FUNC) == SYNC) { in simulate_sync()
/linux-3.4.99/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_hdr.h978 #define ISR_MSI_INT_TRIGGER(FUNC) (NETXEN_PCIX_PS_REG(PCIX_MSI_F(FUNC))) argument
/linux-3.4.99/arch/mips/mm/
Duasm.c33 FUNC = 0x100, enumerator
278 if (ip->fields & FUNC) in build_insn()