|
Linux Kernel
3.7.1
|
#include <dspbridge/dbdefs.h>#include <dspbridge/dbdcddef.h>#include <dspbridge/dev.h>#include <dspbridge/rmm.h>#include <dspbridge/nldrdefs.h>Go to the source code of this file.
Functions | |
| int | nldr_allocate (struct nldr_object *nldr_obj, void *priv_ref, const struct dcd_nodeprops *node_props, struct nldr_nodeobject **nldr_nodeobj, bool *pf_phase_split) |
| int | nldr_create (struct nldr_object **nldr, struct dev_object *hdev_obj, const struct nldr_attrs *pattrs) |
| void | nldr_delete (struct nldr_object *nldr_obj) |
| int | nldr_get_fxn_addr (struct nldr_nodeobject *nldr_node_obj, char *str_fxn, u32 *addr) |
| int | nldr_get_rmm_manager (struct nldr_object *nldr, struct rmm_target_obj **rmm_mgr) |
| int | nldr_load (struct nldr_nodeobject *nldr_node_obj, enum nldr_phase phase) |
| int | nldr_unload (struct nldr_nodeobject *nldr_node_obj, enum nldr_phase phase) |
| int nldr_allocate | ( | struct nldr_object * | nldr_obj, |
| void * | priv_ref, | ||
| const struct dcd_nodeprops * | node_props, | ||
| struct nldr_nodeobject ** | nldr_nodeobj, | ||
| bool * | pf_phase_split | ||
| ) |
| int nldr_create | ( | struct nldr_object ** | nldr, |
| struct dev_object * | hdev_obj, | ||
| const struct nldr_attrs * | pattrs | ||
| ) |
| void nldr_delete | ( | struct nldr_object * | nldr_obj | ) |
| int nldr_get_fxn_addr | ( | struct nldr_nodeobject * | nldr_node_obj, |
| char * | str_fxn, | ||
| u32 * | addr | ||
| ) |
| int nldr_get_rmm_manager | ( | struct nldr_object * | nldr, |
| struct rmm_target_obj ** | rmm_mgr | ||
| ) |
| int nldr_load | ( | struct nldr_nodeobject * | nldr_node_obj, |
| enum nldr_phase | phase | ||
| ) |
| int nldr_unload | ( | struct nldr_nodeobject * | nldr_node_obj, |
| enum nldr_phase | phase | ||
| ) |
1.8.2