Searched refs:priv_ref (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/drivers/staging/tidspbridge/include/dspbridge/ |
D | nldrdefs.h | 58 typedef u32(*nldr_ovlyfxn) (void *priv_ref, u32 dsp_run_addr, 76 typedef u32(*nldr_writefxn) (void *priv_ref, 130 void *priv_ref,
|
D | nldr.h | 29 void *priv_ref, const struct dcd_nodeprops
|
D | cod.h | 44 typedef u32(*cod_writefxn) (void *priv_ref, u32 dsp_add,
|
/linux-3.4.99/drivers/staging/tidspbridge/rmgr/ |
D | nldr.c | 217 void *priv_ref; /* Handle to pass to dbl_write_fxn */ member 304 int nldr_allocate(struct nldr_object *nldr_obj, void *priv_ref, in nldr_allocate() argument 323 nldr_node_obj->priv_ref = priv_ref; in nldr_allocate() 1328 new_attrs.input_params = nldr_node_obj->priv_ref; in load_lib() 1475 priv_ref, in load_ovly() 1496 priv_ref, in load_ovly() 1683 new_attrs.input_params = nldr_node_obj->priv_ref; in unload_lib()
|
D | node.c | 258 static u32 ovly(void *priv_ref, u32 dsp_run_addr, u32 dsp_load_addr, 260 static u32 mem_write(void *priv_ref, u32 dsp_add, void *pbuf, 2929 static u32 ovly(void *priv_ref, u32 dsp_run_addr, u32 dsp_load_addr, in ovly() argument 2932 struct node_object *hnode = (struct node_object *)priv_ref; in ovly() 2971 static u32 mem_write(void *priv_ref, u32 dsp_add, void *pbuf, in mem_write() argument 2974 struct node_object *hnode = (struct node_object *)priv_ref; in mem_write()
|