Searched refs:func (Results 1 - 25 of 471) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/cfe/cfe/main/
H A Dcfe_background.c92 * cfe_bg_add(func,arg)
98 * func - function pointer
105 void cfe_bg_add(void (*func)(void *x),void *arg)
111 cfe_bg_tasklist[idx] = func;
119 * cfe_bg_remove(func)
124 * func - function pointer
130 void cfe_bg_remove(void (*func)(void *))
135 if (cfe_bg_tasklist[idx] == func) break;
167 void (*func)(void *arg);
170 func
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hotplug/
H A Dcpqphp_pci.c248 int cpqhp_configure_device (struct controller* ctrl, struct pci_func* func) argument
263 if (func->pci_dev == NULL)
264 func->pci_dev = pci_find_slot(func->bus, (func->device << 3) | (func->function & 0x7));
267 if (func->pci_dev == NULL) {
270 dev0.devfn = (func->device << 3) + (func->function & 0x7);
274 func
299 cpqhp_unconfigure_device(struct pci_func* func) argument
753 cpqhp_save_base_addr_length(struct controller *ctrl, struct pci_func * func) argument
879 cpqhp_save_used_resources(struct controller *ctrl, struct pci_func * func) argument
1130 cpqhp_configure_board(struct controller *ctrl, struct pci_func * func) argument
1203 cpqhp_valid_replace(struct controller *ctrl, struct pci_func * func) argument
1343 struct pci_func *func = NULL; local
1583 cpqhp_return_board_resources(struct pci_func * func, struct resource_lists * resources) argument
1686 cpqhp_destroy_board_resources(struct pci_func * func) argument
[all...]
H A Dcpqphp_ctrl.c41 static u32 configure_new_device(struct controller* ctrl, struct pci_func *func,u8 behind_bridge, struct resource_lists *resources);
42 static int configure_new_function(struct controller* ctrl, struct pci_func *func,u8 behind_bridge, struct resource_lists *resources);
85 struct pci_func *func; local
99 func = cpqhp_slot_find(ctrl->bus, (hp_slot + ctrl->slot_device_offset), 0);
110 func->presence_save = (temp_word >> hp_slot) & 0x01;
111 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02;
118 func->switch_save = 0;
126 func->switch_save = 0x10;
163 struct pci_func *func; local
961 struct pci_func *func; local
987 is_bridge(struct pci_func * func) argument
1012 board_replaced(struct pci_func * func, struct controller * ctrl) argument
1216 board_added(struct pci_func * func, struct controller * ctrl) argument
1424 remove_board(struct pci_func * func, u32 replace_flag, struct controller * ctrl) argument
1633 struct pci_func *func; local
1759 struct pci_func *func; local
1821 cpqhp_process_SI(struct controller *ctrl, struct pci_func *func) argument
1923 cpqhp_process_SS(struct controller *ctrl, struct pci_func *func) argument
2168 configure_new_device(struct controller * ctrl, struct pci_func * func, u8 behind_bridge, struct resource_lists * resources) argument
2267 configure_new_function(struct controller * ctrl, struct pci_func * func, u8 behind_bridge, struct resource_lists * resources) argument
[all...]
H A Dibmphp_pci.c81 int ibmphp_configure_card (struct pci_func *func, u8 slotno) argument
95 debug ("inside configure_card, func->busno = %x \n", func->busno);
97 device = func->device;
98 cur_func = func;
101 * func->busno is correct, and func->device contains only device (at the 5
193 func->bus = 1; /* To indicate to the unconfigure function that this is a PPB */
201 if (func->devices[i]) {
223 func
345 configure_device(struct pci_func *func) argument
595 struct pci_func *func = *func_passed; local
1084 scan_behind_bridge(struct pci_func * func, u8 busno) argument
[all...]
H A Dacpiphp_pci.c47 static int alloc_resource (struct acpiphp_func *func) argument
66 bridge = func->slot->bridge;
68 device = func->slot->device;
69 function = func->function;
99 res->next = func->io_head;
100 func->io_head = res;
130 res->next = func->p_mem_head;
131 func->p_mem_head = res;
160 res->next = func->mem_head;
161 func
178 struct acpiphp_func *func; local
439 acpiphp_init_func_resource(struct acpiphp_func *func) argument
553 struct acpiphp_func *func; local
610 acpiphp_configure_function(struct acpiphp_func *func) argument
644 acpiphp_unconfigure_function(struct acpiphp_func *func) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/include/
H A Dhndpci.h17 extern int sbpci_read_config(sb_t *sbh, uint bus, uint dev, uint func, uint off, void *buf,
19 extern int extpci_read_config(sb_t *sbh, uint bus, uint dev, uint func, uint off, void *buf,
21 extern int sbpci_write_config(sb_t *sbh, uint bus, uint dev, uint func, uint off, void *buf,
23 extern int extpci_write_config(sb_t *sbh, uint bus, uint dev, uint func, uint off, void *buf,
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dsmp.h80 #define smp_cross_call(func,arg1,arg2,arg3,arg4,arg5) BTFIXUP_CALL(smp_cross_call)(func,arg1,arg2,arg3,arg4,arg5)
83 extern __inline__ void xc0(smpfunc_t func) { smp_cross_call(func, 0, 0, 0, 0, 0); } argument
84 extern __inline__ void xc1(smpfunc_t func, unsigned long arg1) argument
85 { smp_cross_call(func, arg1, 0, 0, 0, 0); }
86 extern __inline__ void xc2(smpfunc_t func, unsigned long arg1, unsigned long arg2) argument
87 { smp_cross_call(func, arg1, arg2, 0, 0, 0); }
88 extern __inline__ void xc3(smpfunc_t func, unsigned long arg1, unsigned long arg2, argument
90 { smp_cross_call(func, arg
91 xc4(smpfunc_t func, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) argument
94 xc5(smpfunc_t func, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dsmp.h80 #define smp_cross_call(func,arg1,arg2,arg3,arg4,arg5) BTFIXUP_CALL(smp_cross_call)(func,arg1,arg2,arg3,arg4,arg5)
83 extern __inline__ void xc0(smpfunc_t func) { smp_cross_call(func, 0, 0, 0, 0, 0); } argument
84 extern __inline__ void xc1(smpfunc_t func, unsigned long arg1) argument
85 { smp_cross_call(func, arg1, 0, 0, 0, 0); }
86 extern __inline__ void xc2(smpfunc_t func, unsigned long arg1, unsigned long arg2) argument
87 { smp_cross_call(func, arg1, arg2, 0, 0, 0); }
88 extern __inline__ void xc3(smpfunc_t func, unsigned long arg1, unsigned long arg2, argument
90 { smp_cross_call(func, arg
91 xc4(smpfunc_t func, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4) argument
94 xc5(smpfunc_t func, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dpci-direct.h12 static inline u32 read_pci_config(u8 bus, u8 slot, u8 func, u8 offset) argument
15 outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
21 static inline void write_pci_config(u8 bus, u8 slot, u8 func, u8 offset, argument
25 outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
H A Ddesc.h84 static inline void _set_gate(void *adr, unsigned type, unsigned long func, unsigned dpl, unsigned ist) argument
87 s.offset_low = PTR_LOW(func);
95 s.offset_middle = PTR_MIDDLE(func);
96 s.offset_high = PTR_HIGH(func);
100 static inline void set_intr_gate(int nr, void *func) argument
102 _set_gate(&idt_table[nr], GATE_INTERRUPT, (unsigned long) func, 3, 0);
105 static inline void set_intr_gate_ist(int nr, void *func, unsigned ist) argument
107 _set_gate(&idt_table[nr], GATE_INTERRUPT, (unsigned long) func, 3, ist);
110 static inline void set_system_gate(int nr, void *func) argument
112 _set_gate(&idt_table[nr], GATE_INTERRUPT, (unsigned long) func,
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dpg.h46 char func; /* PG_RESET or PG_COMMAND */ member in struct:pg_write_hdr
H A Dsmp.h50 extern int smp_call_function (void (*func) (void *info), void *info,
87 #define smp_call_function(func,info,retry,wait) ({ 0; })
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dpci-direct.h12 static inline u32 read_pci_config(u8 bus, u8 slot, u8 func, u8 offset) argument
15 outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
21 static inline void write_pci_config(u8 bus, u8 slot, u8 func, u8 offset, argument
25 outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
H A Ddesc.h84 static inline void _set_gate(void *adr, unsigned type, unsigned long func, unsigned dpl, unsigned ist) argument
87 s.offset_low = PTR_LOW(func);
95 s.offset_middle = PTR_MIDDLE(func);
96 s.offset_high = PTR_HIGH(func);
100 static inline void set_intr_gate(int nr, void *func) argument
102 _set_gate(&idt_table[nr], GATE_INTERRUPT, (unsigned long) func, 3, 0);
105 static inline void set_intr_gate_ist(int nr, void *func, unsigned ist) argument
107 _set_gate(&idt_table[nr], GATE_INTERRUPT, (unsigned long) func, 3, ist);
110 static inline void set_system_gate(int nr, void *func) argument
112 _set_gate(&idt_table[nr], GATE_INTERRUPT, (unsigned long) func,
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dpg.h46 char func; /* PG_RESET or PG_COMMAND */ member in struct:pg_write_hdr
H A Dsmp.h50 extern int smp_call_function (void (*func) (void *info), void *info,
87 #define smp_call_function(func,info,retry,wait) ({ 0; })
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/sc/
H A Ddebug.c32 void dbg_func(char *func) argument
34 strcpy(dbg_funcname, func);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/include/
H A Dcfe_timer.h51 void cfe_bg_add(void (*func)(void *),void *arg);
52 void cfe_bg_remove(void (*func)(void *));
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/math-emu/
H A Dmath.c226 int (*func)(void *, void *, void *, void *);
276 case LFS: func = lfs; type = D; break;
277 case LFSU: func = lfs; type = DU; break;
278 case LFD: func = lfd; type = D; break;
279 case LFDU: func = lfd; type = DU; break;
280 case STFS: func = stfs; type = D; break;
281 case STFSU: func = stfs; type = DU; break;
282 case STFD: func = stfd; type = D; break;
283 case STFDU: func = stfd; type = DU; break;
287 case LFSX: func
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr41xx/victor-mpc30x/
H A Dpci_fixup.c34 u8 slot, func; local
38 func = PCI_FUNC(dev->devfn);
52 switch (func) {
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/pptp/
H A Dutil.h19 void _log(const char *func, const char *file, int line, const char *format, ...)
21 void _warn(const char *func, const char *file, int line, const char *format, ...)
23 void _fatal(const char *func, const char *file, int line, const char *format, ...)
/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Dutil.h19 void _log(const char *func, const char *file, int line, const char *format, ...)
21 void _warn(const char *func, const char *file, int line, const char *format, ...)
23 void _fatal(const char *func, const char *file, int line, const char *format, ...)
/asus-wl-520gu-7.0.1.45/src/router/samba/source/param/
H A Dparams.c222 const char *func = "params.c:Section() -"; local
244 DEBUG(0, ("%s Memory re-allocation failure.", func) );
258 DEBUG(0, ("%s Empty section name in configuration file.\n", func ));
272 func, bufr ));
296 DEBUG(0, ("%s Unexpected EOF in the configuration file: %s\n", func, bufr ));
328 const char *func = "params.c:Parameter() -"; local
341 DEBUG(0, ("%s Memory re-allocation failure.", func) );
353 DEBUG(0, ("%s Invalid parameter name in config. file.\n", func ));
368 func, bufr ));
378 DEBUG(1,("%s Unexpected end-of-file at: %s\n", func, buf
519 const char *func = "params.c:OpenConfFile() -"; local
560 const char *func = "params.c:pm_process() -"; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/lib/
H A Dthunk.S15 .macro thunk name,func
19 call \func
24 .macro thunk_retrax name,func
28 call \func
/asus-wl-520gu-7.0.1.45/src/router/bridge/brctl/
H A Dbrctl.h28 void (*func)(struct bridge *br, char *arg0, char *arg1); member in struct:command

Completed in 121 milliseconds

1234567891011>>