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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-alloca-opt.c32 void (*func) (int) = do_allocation; variable
48 func (34);
49 func (134);
50 func (399);
51 func (510823);
52 func (129321);
53 func (0);
54 func (4070);
55 func (4095);
56 func (
[all...]
H A Dtest-malloca.c33 void (*func) (int) = do_allocation; variable
46 func (34);
47 func (134);
48 func (399);
49 func (510823);
50 func (129321);
51 func (0);
52 func (4070);
53 func (4095);
54 func (
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-alloca-opt.c32 void (*func) (int) = do_allocation; variable
48 func (34);
49 func (134);
50 func (399);
51 func (510823);
52 func (129321);
53 func (0);
54 func (4070);
55 func (4095);
56 func (
[all...]
H A Dtest-malloca.c33 void (*func) (int) = do_allocation; variable
46 func (34);
47 func (134);
48 func (399);
49 func (510823);
50 func (129321);
51 func (0);
52 func (4070);
53 func (4095);
54 func (
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsystbl_chk.c18 #define SYSCALL(func) __NR_##func
19 #define COMPAT_SYS(func) __NR_##func
20 #define PPC_SYS(func) __NR_##func
22 #define OLDSYS(func) -1
23 #define SYS32ONLY(func) -1
25 #define OLDSYS(func) __NR_old##func
[all...]
H A Dsystbl.S20 #define SYSCALL(func) .llong .sys_##func,.sys_##func
21 #define COMPAT_SYS(func) .llong .sys_##func,.compat_sys_##func
22 #define PPC_SYS(func) .llong .ppc_##func,.ppc_##func
23 #define OLDSYS(func)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dc++defs.h87 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
94 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
95 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
99 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
100 declares the system function, named func, with the given prototype,
106 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
107 _GL_EXTERN_C rettype func parameters_and_attributes
109 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
110 declares a C++ alias called GNULIB_NAMESPACE::func
115 #define _GL_CXXALIAS_RPL(func,rettyp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/core/
H A Dsdio_bus.h15 int sdio_add_func(struct sdio_func *func);
16 void sdio_remove_func(struct sdio_func *func);
H A Dsdio_cis.h20 int sdio_read_func_cis(struct sdio_func *func);
21 void sdio_free_func_cis(struct sdio_func *func);
H A Dsdio_io.c21 * @func: SDIO function that will be accessed
26 void sdio_claim_host(struct sdio_func *func) argument
28 BUG_ON(!func);
29 BUG_ON(!func->card);
31 mmc_claim_host(func->card->host);
37 * @func: SDIO function that was accessed
42 void sdio_release_host(struct sdio_func *func) argument
44 BUG_ON(!func);
45 BUG_ON(!func->card);
47 mmc_release_host(func
58 sdio_enable_func(struct sdio_func *func) argument
109 sdio_disable_func(struct sdio_func *func) argument
158 sdio_set_block_size(struct sdio_func *func, unsigned blksz) argument
188 sdio_max_byte_size(struct sdio_func *func) argument
215 sdio_align_size(struct sdio_func *func, unsigned int sz) argument
300 sdio_io_rw_ext_helper(struct sdio_func *func, int write, unsigned addr, int incr_addr, u8 *buf, unsigned size) argument
364 sdio_readb(struct sdio_func *func, unsigned int addr, int *err_ret) argument
396 sdio_writeb(struct sdio_func *func, u8 b, unsigned int addr, int *err_ret) argument
421 sdio_writeb_readb(struct sdio_func *func, u8 write_byte, unsigned int addr, int *err_ret) argument
448 sdio_memcpy_fromio(struct sdio_func *func, void *dst, unsigned int addr, int count) argument
465 sdio_memcpy_toio(struct sdio_func *func, unsigned int addr, void *src, int count) argument
482 sdio_readsb(struct sdio_func *func, void *dst, unsigned int addr, int count) argument
499 sdio_writesb(struct sdio_func *func, unsigned int addr, void *src, int count) argument
516 sdio_readw(struct sdio_func *func, unsigned int addr, int *err_ret) argument
545 sdio_writew(struct sdio_func *func, u16 b, unsigned int addr, int *err_ret) argument
568 sdio_readl(struct sdio_func *func, unsigned int addr, int *err_ret) argument
597 sdio_writel(struct sdio_func *func, u32 b, unsigned int addr, int *err_ret) argument
619 sdio_f0_readb(struct sdio_func *func, unsigned int addr, int *err_ret) argument
655 sdio_f0_writeb(struct sdio_func *func, unsigned char b, unsigned int addr, int *err_ret) argument
684 sdio_get_host_pm_caps(struct sdio_func *func) argument
705 sdio_set_host_pm_flags(struct sdio_func *func, mmc_pm_flag_t flags) argument
[all...]
H A Dsdio_bus.c29 struct sdio_func *func; \
31 func = dev_to_sdio_func (dev); \
32 return sprintf (buf, format_string, func->field); \
41 struct sdio_func *func = dev_to_sdio_func (dev); local
44 func->class, func->vendor, func->device);
55 static const struct sdio_device_id *sdio_match_one(struct sdio_func *func, argument
58 if (id->class != (__u8)SDIO_ANY_ID && id->class != func->class)
60 if (id->vendor != (__u16)SDIO_ANY_ID && id->vendor != func
67 sdio_match_device(struct sdio_func *func, struct sdio_driver *sdrv) argument
87 struct sdio_func *func = dev_to_sdio_func(dev); local
99 struct sdio_func *func = dev_to_sdio_func(dev); local
120 struct sdio_func *func = dev_to_sdio_func(dev); local
142 struct sdio_func *func = dev_to_sdio_func(dev); local
201 struct sdio_func *func = dev_to_sdio_func(dev); local
216 struct sdio_func *func; local
236 sdio_add_func(struct sdio_func *func) argument
255 sdio_remove_func(struct sdio_func *func) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_filter.h30 void as_list_add_hook (void (*func) ());
31 void as_list_delete_hook (void (*func) ());
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dmemctrl.h6 int register_dimm_printer(dimm_printer_t func);
7 void unregister_dimm_printer(dimm_printer_t func);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/coldfire/
H A Dpinmux.c21 int mcf_pinmux_request(unsigned pinmux, unsigned func) argument
26 void mcf_pinmux_release(unsigned pinmux, unsigned func) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/pcm/
H A Dcenter_lfe.conf10 @func getenv
17 @func refer
25 @func igetenv
30 @func refer
37 @func refer
39 @func concat
43 @func card_driver
52 @func refer
H A Dfront.conf10 @func getenv
17 @func refer
25 @func igetenv
30 @func refer
37 @func refer
39 @func concat
43 @func card_driver
52 @func refer
H A Drear.conf10 @func getenv
17 @func refer
25 @func igetenv
30 @func refer
37 @func refer
39 @func concat
43 @func card_driver
52 @func refer
H A Dside.conf10 @func getenv
17 @func refer
25 @func igetenv
30 @func refer
37 @func refer
39 @func concat
43 @func card_driver
52 @func refer
H A Ddefault.conf10 @func getenv
16 @func refer
24 @func refer
26 @func concat
30 @func card_driver
49 @func refer
53 @func refer
H A Dsurround40.conf15 @func getenv
22 @func refer
30 @func igetenv
35 @func refer
42 @func refer
44 @func concat
48 @func card_driver
H A Dsurround41.conf16 @func getenv
23 @func refer
31 @func igetenv
36 @func refer
43 @func refer
45 @func concat
49 @func card_driver
H A Dsurround50.conf16 @func getenv
23 @func refer
31 @func igetenv
36 @func refer
43 @func refer
45 @func concat
49 @func card_driver
H A Dsurround51.conf17 @func getenv
24 @func refer
32 @func igetenv
37 @func refer
44 @func refer
46 @func concat
50 @func card_driver
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dck_errf.pl13 $func="";
20 $func = $1;
21 $func =~ tr/A-Z/a-z/;
28 if ($func eq "")
33 # print "check -$file:$.:$func:$n\n";
40 { print "$file:$.:$func:$n [${errlib}err]\n"; next; }
43 if (($n ne $func) && ($errlib ne "SYS"))
44 { print "$file:$.:$func:$n\n"; next; }
45 # print "$func:$1\n";
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dsdio.c53 static void b43_sdio_interrupt_dispatcher(struct sdio_func *func) argument
55 struct b43_sdio *sdio = sdio_get_drvdata(func);
61 sdio_release_host(func);
63 sdio_claim_host(func);
70 struct sdio_func *func = bus->host_sdio; local
71 struct b43_sdio *sdio = sdio_get_drvdata(func);
76 sdio_claim_host(func);
77 err = sdio_claim_irq(func, b43_sdio_interrupt_dispatcher);
78 sdio_release_host(func);
86 struct sdio_func *func local
96 b43_sdio_probe(struct sdio_func *func, const struct sdio_device_id *id) argument
174 b43_sdio_remove(struct sdio_func *func) argument
[all...]

Completed in 272 milliseconds

1234567891011>>