Searched refs:nldr (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A Dnldr.h2 * nldr.h
34 extern int nldr_create(struct nldr_object **nldr,
44 extern int nldr_get_rmm_manager(struct nldr_object *nldr,
H A Dnldrdefs.h144 * nldr: Location to store loader handle on output.
152 * nldr != NULL.
156 * 0: Valid *nldr.
157 * error: *nldr == NULL.
159 typedef int(*nldr_createfxn) (struct nldr_object **nldr,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/include/dspbridge/
H A Dnldr.h2 * nldr.h
34 extern int nldr_create(struct nldr_object **nldr,
44 extern int nldr_get_rmm_manager(struct nldr_object *nldr,
H A Dnldrdefs.h144 * nldr: Location to store loader handle on output.
152 * nldr != NULL.
156 * 0: Valid *nldr.
157 * error: *nldr == NULL.
159 typedef int(*nldr_createfxn) (struct nldr_object **nldr,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/
H A DMakefile13 rmgr/nldr.o rmgr/drv_interface.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/
H A DMakefile13 rmgr/nldr.o rmgr/drv_interface.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Dnldr.c2 * nldr.c
37 #include <dspbridge/nldr.h>
413 int nldr_create(struct nldr_object **nldr, argument
433 DBC_REQUIRE(nldr != NULL);
582 *nldr = (struct nldr_object *)nldr_obj;
587 *nldr = NULL;
589 DBC_ENSURE((!status && *nldr) || (status && *nldr == NULL));
761 int nldr_get_rmm_manager(struct nldr_object *nldr, argument
765 struct nldr_object *nldr_obj = nldr;
[all...]
H A Dproc.c48 #include <dspbridge/nldr.h>
H A Dnode.c64 #include <dspbridge/nldr.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/rmgr/
H A Dnldr.c2 * nldr.c
37 #include <dspbridge/nldr.h>
413 int nldr_create(struct nldr_object **nldr, argument
433 DBC_REQUIRE(nldr != NULL);
582 *nldr = (struct nldr_object *)nldr_obj;
587 *nldr = NULL;
589 DBC_ENSURE((!status && *nldr) || (status && *nldr == NULL));
761 int nldr_get_rmm_manager(struct nldr_object *nldr, argument
765 struct nldr_object *nldr_obj = nldr;
[all...]
H A Dproc.c48 #include <dspbridge/nldr.h>
H A Dnode.c64 #include <dspbridge/nldr.h>

Completed in 196 milliseconds