Searched refs:ph_cmm_mgr (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A Dcmm.h42 * ph_cmm_mgr: Location to store a communication manager handle on
53 * ph_cmm_mgr != NULL.
58 extern int cmm_create(struct cmm_object **ph_cmm_mgr,
124 * ph_cmm_mgr: Location to store the shared memory mgr handle on
131 * ph_cmm_mgr != NULL
136 struct cmm_object **ph_cmm_mgr);
H A Ddspapi-ioctl.h353 struct cmm_object *__user *ph_cmm_mgr; member in struct:trapped_args::__anon15957
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Dcmm.c243 int cmm_create(struct cmm_object **ph_cmm_mgr, argument
252 DBC_REQUIRE(ph_cmm_mgr != NULL);
254 *ph_cmm_mgr = NULL;
286 *ph_cmm_mgr = cmm_obj;
424 int cmm_get_handle(void *hprocessor, struct cmm_object ** ph_cmm_mgr) argument
430 DBC_REQUIRE(ph_cmm_mgr != NULL);
437 status = dev_get_cmm_mgr(hdev_obj, ph_cmm_mgr);
H A Ddspapi.c1887 CP_TO_USR(args->args_cmm_gethandle.ph_cmm_mgr, &hcmm_mgr, status, 1);

Completed in 34 milliseconds