Searched refs:fun (Results 1 - 25 of 42) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dfsl_upm.c59 struct fsl_upm_nand *fun = to_fsl_upm_nand(mtd); local
61 if (gpio_get_value(fun->rnb_gpio[fun->mchip_number]))
64 dev_vdbg(fun->dev, "busy\n");
68 static void fun_wait_rnb(struct fsl_upm_nand *fun) argument
70 if (fun->rnb_gpio[fun->mchip_number] >= 0) {
73 while (--cnt && !fun_chip_ready(&fun->mtd))
76 dev_err(fun->dev, "tired waiting for RNB\n");
85 struct fsl_upm_nand *fun local
115 struct fsl_upm_nand *fun = to_fsl_upm_nand(mtd); local
130 struct fsl_upm_nand *fun = to_fsl_upm_nand(mtd); local
137 struct fsl_upm_nand *fun = to_fsl_upm_nand(mtd); local
146 struct fsl_upm_nand *fun = to_fsl_upm_nand(mtd); local
158 fun_chip_init(struct fsl_upm_nand *fun, const struct device_node *upm_np, const struct resource *io_res) argument
223 struct fsl_upm_nand *fun; local
340 struct fsl_upm_nand *fun = dev_get_drvdata(&ofdev->dev); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/sunos4/
H A Dif_ppp_vdcmd.c16 if_ppp_vdcmd(fun, vdp, vdi, vds)
17 unsigned int fun;
24 switch (fun) {
H A Dppp_ahdlc_vdcmd.c17 ppp_ahdlc_vdcmd(fun, vdp, vdi, vds)
18 unsigned int fun;
25 switch (fun) {
H A Dppp_comp_vdcmd.c17 ppp_comp_vdcmd(fun, vdp, vdi, vds)
18 unsigned int fun;
25 switch (fun) {
H A Dppp_vdcmd.c25 ppp_vdcmd(fun, vdp, vdi, vds)
26 unsigned int fun;
34 switch (fun) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dscopeguard.h135 static wxScopeGuardImpl0<F> MakeGuard(F fun) argument
137 return wxScopeGuardImpl0<F>(fun);
145 wxScopeGuardImpl0(F fun) : m_fun(fun) { } argument
153 inline wxScopeGuardImpl0<F> wxMakeGuard(F fun) argument
155 return wxScopeGuardImpl0<F>::MakeGuard(fun);
166 static wxScopeGuardImpl1<F, P1> MakeGuard(F fun, P1 p1) argument
168 return wxScopeGuardImpl1<F, P1>(fun, p1);
176 wxScopeGuardImpl1(F fun, P1 p1) : m_fun(fun), m_p argument
185 wxMakeGuard(F fun, P1 p1) argument
198 MakeGuard(F fun, P1 p1, P2 p2) argument
208 wxScopeGuardImpl2(F fun, P1 p1, P2 p2) argument
218 wxMakeGuard(F fun, P1 p1, P2 p2) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-stmp3xxx/include/mach/
H A Dpinmux.h66 enum pin_fun fun; member in struct:pin_desc
92 int stmp3xxx_request_pin(unsigned id, enum pin_fun fun, const char *label);
97 void stmp3xxx_set_pin_type(unsigned id, enum pin_fun fun);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/fw/sni/
H A Dsniprom.c46 #define __PROM_O32(fun, arg) fun arg __asm__(#fun); \
47 __asm__(#fun " = call_o32")
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/dec/
H A Dprom.h113 #define __DEC_PROM_O32(fun, arg) fun arg __asm__(#fun); \
114 __asm__(#fun " = call_o32")
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cxt1e1/
H A Dhwprobe.c202 int fun, slot; local
206 if ((fun = PCI_FUNC (pdev->devfn)) > 1)
245 pci_read_config_byte (pdev, PCI_INTERRUPT_PIN, &hi->pci_pin[fun]);
246 pci_read_config_byte (pdev, PCI_REVISION_ID, &hi->revid[fun]);
248 hi->addr[fun] = pci_resource_start (pdev, 0);
249 hi->len[fun] = pci_resource_end (pdev, 0) - hi->addr[fun] + 1;
250 hi->pdev[fun] = pdev;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dmswindows.c489 void (*fun) (void *);
510 if td->fun doesn't change Winsock error state. */
513 td->fun (td->arg);
529 run_with_timeout (double seconds, void (*fun) (void *), void *arg)
541 fun (arg);
545 thread_arg.fun = fun;
587 #define WRAP(fun, decl, call) int wrapped_##fun decl { \
588 int retval = fun cal
487 void (*fun) (void *); member in struct:thread_data
[all...]
H A Dutils.c2159 run_with_timeout (double timeout, void (*fun) (void *), void *arg)
2165 fun (arg);
2177 fun (arg);
2196 run_with_timeout (double timeout, void (*fun) (void *), void *arg)
2198 fun (arg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/paride/
H A Dpcd.c350 static int pcd_wait(struct pcd_unit *cd, int go, int stop, char *fun, char *msg) argument
365 if (fun)
368 cd->name, fun, msg, r, s, e, j, p);
374 static int pcd_command(struct pcd_unit *cd, char *cmd, int dlen, char *fun) argument
380 if (pcd_wait(cd, IDE_BUSY | IDE_DRQ, 0, fun, "before command")) {
389 if (pcd_wait(cd, IDE_BUSY, IDE_DRQ, fun, "command DRQ")) {
395 printk("%s: %s: command phase error\n", cd->name, fun);
405 static int pcd_completion(struct pcd_unit *cd, char *buf, char *fun) argument
414 fun, "completion")) {
425 cd->name, fun,
457 pcd_req_sense(struct pcd_unit *cd, char *fun) argument
482 pcd_atapi(struct pcd_unit *cd, char *cmd, int dlen, char *buf, char *fun) argument
[all...]
H A Dpt.c267 static int pt_wait(struct pt_unit *tape, int go, int stop, char *fun, char *msg) argument
283 if (fun)
286 tape->name, fun, msg, r, s, e, j, p);
292 static int pt_command(struct pt_unit *tape, char *cmd, int dlen, char *fun) argument
299 if (pt_wait(tape, STAT_BUSY | STAT_DRQ, 0, fun, "before command")) {
308 if (pt_wait(tape, STAT_BUSY, STAT_DRQ, fun, "command DRQ")) {
314 printk("%s: %s: command phase error\n", tape->name, fun);
324 static int pt_completion(struct pt_unit *tape, char *buf, char *fun) argument
330 fun, "completion");
342 s = pt_wait(tape, STAT_BUSY, STAT_READY | STAT_ERR, fun, "dat
370 pt_atapi(struct pt_unit *tape, char *cmd, int dlen, char *buf, char *fun) argument
420 pt_media_access_cmd(struct pt_unit *tape, int tmo, char *cmd, char *fun) argument
[all...]
H A Dpf.c399 static int pf_wait(struct pf_unit *pf, int go, int stop, char *fun, char *msg) argument
414 if (fun)
417 pf->name, fun, msg, r, s, e, j, p);
423 static int pf_command(struct pf_unit *pf, char *cmd, int dlen, char *fun) argument
429 if (pf_wait(pf, STAT_BUSY | STAT_DRQ, 0, fun, "before command")) {
438 if (pf_wait(pf, STAT_BUSY, STAT_DRQ, fun, "command DRQ")) {
444 printk("%s: %s: command phase error\n", pf->name, fun);
454 static int pf_completion(struct pf_unit *pf, char *buf, char *fun) argument
459 fun, "completion");
467 s = pf_wait(pf, STAT_BUSY, STAT_READY | STAT_ERR, fun, "dat
491 pf_atapi(struct pf_unit *pf, char *cmd, int dlen, char *buf, char *fun) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dcore_irongate.h133 * ---bus numer--- -device-- -fun- ---register----
136 #define IGCSR(dev,fun,reg) ( IRONGATE_CONF | \
138 ((fun)<<8) | \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firmware/
H A Dpcdp.h72 u8 fun; member in struct:pcdp_if_pci
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-stmp3xxx/
H A Dpinmux.c250 int stmp3xxx_request_pin(unsigned id, enum pin_fun fun, const char *label) argument
257 pr_debug("%s: label %s bank %d pin %d fun %d\n", __func__, label,
258 bank, pin, fun);
270 stmp3xxx_set_pin_type(id, fun);
275 void stmp3xxx_set_pin_type(unsigned id, enum pin_fun fun) argument
287 val = pbank->functions[fun];
321 err = stmp3xxx_request_pin(pin->id, pin->fun, label);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pasemi/
H A Ddma_lib.c473 void pasemi_dma_free_fun(int fun) argument
475 BUG_ON(test_bit(fun, fun_free));
476 BUG_ON(fun >= MAX_FLAGS);
477 set_bit(fun, fun_free);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dmfutils.h378 wxMetaRecord(int fun) argument
380 metaFunction = fun; points = NULL; stringParam = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/s3c24xx/
H A Ds3c24xx_uda134x.c279 static int s3c24xx_uda134x_setup_pin(int pin, char *fun) argument
283 "l3 %s pin already in use", fun);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dgentest.py275 for fun in skipped_functions:
276 if fun == name:
284 for fun in skipped_memcheck:
285 if fun == name:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dpasemi_mac.h67 int fun; member in struct:pasemi_mac_csring
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dgentest.py275 for fun in skipped_functions:
276 if fun == name:
284 for fun in skipped_memcheck:
285 if fun == name:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexErlang.cxx360 styler.Match(keyword_start,"fun")

Completed in 330 milliseconds

12