Searched refs:func (Results 1 - 25 of 1898) sorted by path

1234567891011>>

/linux-master/arch/alpha/include/asm/
H A Dsmp.h54 #define smp_call_function_on_cpu(func,info,wait,cpu) ({ 0; })
/linux-master/arch/alpha/kernel/
H A Dcore_lca.c110 int func = device_fn & 0x7; local
119 addr = (1 << (11 + device)) | (func << 8) | where;
H A Dsmc37c669.c868 unsigned int func
872 unsigned int func
876 unsigned int func,
1054 unsigned int func
1059 unsigned int func,
1082 unsigned int func
1201 ** func:
1227 unsigned int __init SMC37c669_enable_device ( unsigned int func )
1234 switch ( func ) {
1247 SMC37c669_xlate_irq( local_config[ func ]
1667 SMC37c669_configure_device( unsigned int func, int port, int irq, int drq ) argument
[all...]
/linux-master/arch/arm/include/asm/
H A Dkgdb.h105 #define CFI_END_FRAME(func) __CFI_END_FRAME(_PC, _SPT, func)
/linux-master/arch/arm/vfp/
H A Dvfpdouble.c70 u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char *func) argument
195 pr_debug("VFP: %s: d(d%d)=%016llx exceptions=%08x\n", func,
851 vfp_double_multiply_accumulate(int dd, int dn, int dm, u32 fpscr, u32 negate, char *func) argument
876 return vfp_double_normaliseround(dd, &vdd, fpscr, exceptions, func);
H A Dvfpsingle.c69 #define vfp_single_normaliseround(sd,vsd,fpscr,except,func) __vfp_single_normaliseround(sd,vsd,fpscr,except)
72 u32 vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions, const char *func)
201 pr_debug("VFP: %s: d(s%d)=%08x exceptions=%08x\n", func,
895 vfp_single_multiply_accumulate(int sd, int sn, s32 m, u32 fpscr, u32 negate, char *func) argument
925 return vfp_single_normaliseround(sd, &vsd, fpscr, exceptions, func);
/linux-master/arch/mips/dec/
H A Dreset.c17 noret_func_t func = (void *)CKSEG1ADDR(0x1fc00000); local
19 func();
/linux-master/arch/mips/include/asm/
H A Dmips-r2-to-r6-emul.h78 int (*func)(struct pt_regs *regs, u32 inst); member in struct:r2_decoder_table
/linux-master/arch/mips/kernel/
H A Dprobes-common.h21 switch (insn.r_format.func) {
/linux-master/arch/mips/pci/
H A Dops-rc32434.c41 #define PCI_CFG_SET(bus, slot, func, off) \
44 ((func)<<8) | (off)))
51 u8 func = PCI_FUNC(devfn); local
54 PCI_CFG_SET(bus->number, slot, func, where);
/linux-master/arch/powerpc/include/asm/
H A Dpmac_pfunc.h52 #define PMF_STD_ARGS struct pmf_function *func, void *instdata, \
58 void * (*begin)(struct pmf_function *func, struct pmf_args *args);
59 void (*end)(struct pmf_function *func, void *instdata);
61 int (*irq_enable)(struct pmf_function *func);
62 int (*irq_disable)(struct pmf_function *func);
171 struct pmf_function *func; member in struct:pmf_irq_client
197 extern void pmf_do_irq(struct pmf_function *func);
243 extern struct pmf_function * pmf_get_function(struct pmf_function *func);
244 extern void pmf_put_function(struct pmf_function *func);
246 extern int pmf_call_one(struct pmf_function *func, struc
[all...]
/linux-master/arch/sh/drivers/pci/
H A Dops-sh7786.c23 int dev, func, type, reg; local
26 func = PCI_FUNC(devfn);
30 if (bus->number > 255 || dev > 31 || func > 7)
65 (func << 16) | reg, SH4A_PCIEPAR);
/linux-master/arch/sh/kernel/
H A Dsh_bios.c25 static inline long sh_bios_call(long func, long arg0, long arg1, long arg2, argument
28 register long r0 __asm__("r0") = func;
/linux-master/arch/sparc/include/asm/
H A Dmemctrl.h7 int register_dimm_printer(dimm_printer_t func);
8 void unregister_dimm_printer(dimm_printer_t func);
/linux-master/arch/x86/include/asm/
H A Dapm.h27 static inline void apm_bios_call_asm(u32 func, u32 ebx_in, u32 ecx_in, argument
45 : "a" (func), "b" (ebx_in), "c" (ecx_in)
49 static inline bool apm_bios_call_simple_asm(u32 func, u32 ebx_in, argument
69 : "a" (func), "b" (ebx_in), "c" (ecx_in)
H A Dpci-direct.h10 extern u32 read_pci_config(u8 bus, u8 slot, u8 func, u8 offset);
11 extern u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset);
12 extern u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset);
13 extern void write_pci_config(u8 bus, u8 slot, u8 func, u8 offset, u32 val);
14 extern void write_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset, u8 val);
15 extern void write_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset, u16 val);
/linux-master/arch/x86/pci/
H A Dbroadcom_bus.c18 static void __init cnb20le_res(u8 bus, u8 slot, u8 func) argument
27 fbus = read_pci_config_byte(bus, slot, func, 0x44);
28 lbus = read_pci_config_byte(bus, slot, func, 0x45);
46 word1 = read_pci_config_16(bus, slot, func, 0xc0);
47 word2 = read_pci_config_16(bus, slot, func, 0xc2);
56 word1 = read_pci_config_16(bus, slot, func, 0xc4);
57 word2 = read_pci_config_16(bus, slot, func, 0xc6);
66 word1 = read_pci_config_16(bus, slot, func, 0xd0);
67 word2 = read_pci_config_16(bus, slot, func, 0xd2);
H A Dearly.c11 u32 read_pci_config(u8 bus, u8 slot, u8 func, u8 offset) argument
14 outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
19 u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset) argument
22 outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
27 u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset) argument
30 outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
35 void write_pci_config(u8 bus, u8 slot, u8 func, u8 offset, argument
38 outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
42 void write_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset, u8 val) argument
44 outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<
48 write_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset, u16 val) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dgpuobj.h12 const struct nvkm_gpuobj_func *func; member in union:nvkm_gpuobj::__anon73
H A Doclass.h12 const struct nvkm_object_func *func; member in struct:nvkm_sclass
H A Doproxy.h8 const struct nvkm_oproxy_func *func; member in struct:nvkm_oproxy
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dgpuobj.c69 gpuobj->func = &nvkm_gpuobj_heap;
94 gpuobj->func = &nvkm_gpuobj_heap_fast;
96 gpuobj->func = &nvkm_gpuobj_heap_slow;
132 gpuobj->func = &nvkm_gpuobj_func;
158 gpuobj->func = &nvkm_gpuobj_fast;
160 gpuobj->func = &nvkm_gpuobj_slow;
190 gpuobj->func = &nvkm_gpuobj_func;
206 gpuobj->func = &nvkm_gpuobj_heap;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/sw/
H A Dnvsw.h9 const struct nvkm_nvsw_func *func; member in struct:nvkm_nvsw
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dgpio.c87 .func = (info & 0x07e0) >> 5,
97 .func = (info & 0x0000ff00) >> 8,
107 .func = (info & 0x0000ff00) >> 8,
119 dcb_gpio_match(struct nvkm_bios *bios, int idx, u8 func, u8 line, argument
127 (func == 0xff || func == gpio->func))
133 if (*ver >= 0x22 && *ver < 0x30 && func == DCB_GPIO_TVDAC0) {
138 .func = DCB_GPIO_TVDAC0,
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
H A Dhwsq.c69 if (hwsq->c.size <= bus->func->hwsq_size) {
71 ret = bus->func->hwsq_exec(bus,

Completed in 503 milliseconds

1234567891011>>