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

/broadcom-cfe-1.4.2/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...]
H A Dcfe_iocb_dispatch.c95 int (*func)(cfe_devctx_t *ctx,cfe_iocb_t *iocb); member in struct:cfe_cmd_dispatch_s
260 res = (*disp->func)(ctx,iocb);
497 * Call driver's open func. First claim the device number in case
H A Dcfe_fatfs.c687 * fat_walkfatchain(fat,start,arg,func)
696 * func - function to call for each FAT entry
706 int (*func)(fatfs_t *fat,
728 res = (*func)(fat,e,prev_e,arg);
/broadcom-cfe-1.4.2/cfe/include/
H A Dcfe_timer.h51 void cfe_bg_add(void (*func)(void *),void *arg);
52 void cfe_bg_remove(void (*func)(void *));
H A Dlib_queue.h79 int q_map(queue_t *qb,int (*func)(queue_t *,unsigned int,unsigned int),
H A Dui_command.h66 int (*func)(struct ui_cmdline_s *,int argc,char *argv[]); member in struct:ui_cmdline_s
99 int (*func)(ui_cmdline_t *,int argc,char *argv[]),
/broadcom-cfe-1.4.2/cfe/lib/
H A Dlib_queue.c138 int q_map(queue_t *qb, int (*func)(queue_t *,unsigned int,unsigned int),
151 if ((res = (*func)(qe,a,b))) return res;
/broadcom-cfe-1.4.2/cfe/vendor/
H A Dcfe_vendor_iocb_dispatch.c81 int (*func)(cfe_devctx_t *ctx,cfe_iocb_t *iocb); member in struct:cfe_vendor_cmd_dispatch_s
152 res = (*disp->func)(ctx,iocb);
/broadcom-cfe-1.4.2/cfe/ui/
H A Dui_command.c73 int (*func)(ui_cmdline_t *,int argc,char *argv[]); member in struct:cmdtab_s
339 int (*func)(ui_cmdline_t *,int argc,char *argv[]),
375 cmd->func = func;
454 if (cmd->func) {
528 if (cword->func != NULL) break;
540 if (!cword->func && (idx >= argc)) {
608 if (cword->func != NULL) break;
625 if (!cword->func && (idx >= cmd->argc)) {
636 cmd->func
[all...]
H A Dui_pcicmds.c122 int n, port, bus, dev, func; local
126 port = bus = dev = func = 0;
154 func = func*10 + (*p - '0');
160 tag = pci_make_tag(port,bus,dev,func);
175 int port, bus, dev, func; local
185 port = bus = dev = func = 0; /* defaults */
204 func = atoi(arg);
218 tag = pci_make_tag(port, bus, d, func);
500 "show pci [-v] [[port:]bus/dev/func]\
[all...]
H A Dui_cmddisp.c144 res = (*cmd.func)(&cmd,cmd.argc-cmd.argidx,
/broadcom-cfe-1.4.2/cfe/usb/
H A Dusbhub.c494 * usbhub_map_tree1(dev,level,func,arg)
497 * We call 'func' for each device at this tree, and descend
503 * func - function to call
511 int (*func)(usbdev_t *dev,void *arg),void *arg)
516 (*func)(dev,arg);
522 usbhub_map_tree1(hub->uhub_devices[idx],level+1,func,arg);
529 * usbhub_map_tree(bus,func,arg)
535 * func - function to call
542 void usbhub_map_tree(usbbus_t *bus,int (*func)(usbdev_t *dev,void *arg),void *arg)
544 usbhub_map_tree1(bus->ub_roothub,0,func,ar
[all...]
H A Dusbd.h248 void usbhub_map_tree(usbbus_t *bus,int (*func)(usbdev_t *dev,void *arg),void *arg);
249 void usbhub_map_from_device(usbdev_t *dev,int (*func)(usbdev_t *dev,void *arg),void *arg);
/broadcom-cfe-1.4.2/cfe/zlib/
H A Ddeflate.c123 compress_func func; member in struct:config_s
368 compress_func func; local
380 func = configuration_table[s->level].func;
382 if (func != configuration_table[level].func && strm->total_in != 0) {
516 bstate = (*(configuration_table[s->level].func))(s, flush);

Completed in 151 milliseconds