Searched refs:hmgr (Results 1 - 8 of 8) 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/pmgr/
H A Dcod.c191 struct cod_manager *hmgr; local
197 hmgr = lib->cod_mgr;
198 hmgr->fxns.close_fxn(lib->dbll_lib);
547 int cod_open(struct cod_manager *hmgr, char *sz_coff_path, argument
554 DBC_REQUIRE(hmgr);
566 lib->cod_mgr = hmgr;
567 status = hmgr->fxns.open_fxn(hmgr->target, sz_coff_path, flags,
584 int cod_open_base(struct cod_manager *hmgr, char *sz_coff_path, argument
591 DBC_REQUIRE(hmgr);
[all...]
H A Ddev.c836 struct chnl_mgr *hmgr)
844 dev_obj->hchnl_mgr = hmgr;
848 DBC_ENSURE(status || (dev_obj->hchnl_mgr == hmgr));
857 void dev_set_msg_mgr(struct dev_object *hdev_obj, struct msg_mgr *hmgr) argument
862 hdev_obj->hmsg_mgr = hmgr;
835 dev_set_chnl_mgr(struct dev_object *hdev_obj, struct chnl_mgr *hmgr) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/pmgr/
H A Dcod.c191 struct cod_manager *hmgr; local
197 hmgr = lib->cod_mgr;
198 hmgr->fxns.close_fxn(lib->dbll_lib);
547 int cod_open(struct cod_manager *hmgr, char *sz_coff_path, argument
554 DBC_REQUIRE(hmgr);
566 lib->cod_mgr = hmgr;
567 status = hmgr->fxns.open_fxn(hmgr->target, sz_coff_path, flags,
584 int cod_open_base(struct cod_manager *hmgr, char *sz_coff_path, argument
591 DBC_REQUIRE(hmgr);
[all...]
H A Ddev.c836 struct chnl_mgr *hmgr)
844 dev_obj->hchnl_mgr = hmgr;
848 DBC_ENSURE(status || (dev_obj->hchnl_mgr == hmgr));
857 void dev_set_msg_mgr(struct dev_object *hdev_obj, struct msg_mgr *hmgr) argument
862 hdev_obj->hmsg_mgr = hmgr;
835 dev_set_chnl_mgr(struct dev_object *hdev_obj, struct chnl_mgr *hmgr) argument
/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 Dcod.h278 * hmgr: manager to load the code with
289 * hmgr is valid.
306 * hmgr: manager to load the code with
317 * hmgr is valid.
322 extern int cod_open(struct cod_manager *hmgr,
331 * hmgr: manager to load the code with
339 * hmgr is valid.
343 extern int cod_open_base(struct cod_manager *hmgr, char *sz_coff_path,
H A Ddev.h659 * hmgr: Handle to a channel manager, or NULL.
668 struct chnl_mgr *hmgr);
676 * hmgr: Handle to a message manager, or NULL.
682 extern void dev_set_msg_mgr(struct dev_object *hdev_obj, struct msg_mgr *hmgr);
/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 Dcod.h278 * hmgr: manager to load the code with
289 * hmgr is valid.
306 * hmgr: manager to load the code with
317 * hmgr is valid.
322 extern int cod_open(struct cod_manager *hmgr,
331 * hmgr: manager to load the code with
339 * hmgr is valid.
343 extern int cod_open_base(struct cod_manager *hmgr, char *sz_coff_path,
H A Ddev.h659 * hmgr: Handle to a channel manager, or NULL.
668 struct chnl_mgr *hmgr);
676 * hmgr: Handle to a message manager, or NULL.
682 extern void dev_set_msg_mgr(struct dev_object *hdev_obj, struct msg_mgr *hmgr);

Completed in 134 milliseconds