Searched defs:hdev_obj (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Dioobj.h35 struct dev_object *hdev_obj; /* Device this board represents. */ member in struct:io_mgr_
H A Dchnl.c54 chnl_create(struct chnl_mgr **channel_mgr, struct dev_object *hdev_obj, const struct chnl_mgrattrs *mgr_attrts) argument
H A Dio.c49 int io_create(struct io_mgr **io_man, struct dev_object *hdev_obj, argument
H A Dmsg.c48 msg_create(struct msg_mgr **msg_man, struct dev_object *hdev_obj, msg_onexit msg_callback) argument
H A Ddmm.c203 struct dev_object *hdev_obj; local
120 dmm_create(struct dmm_object **dmm_manager, struct dev_object *hdev_obj, const struct dmm_mgrattrs *mgr_attrts) argument
H A Dcmm.c427 struct dev_object *hdev_obj; local
243 cmm_create(struct cmm_object **ph_cmm_mgr, struct dev_object *hdev_obj, const struct cmm_mgrattrs *mgr_attrts) argument
H A Ddev.c290 int dev_create2(struct dev_object *hdev_obj) argument
314 int dev_destroy2(struct dev_object *hdev_obj) argument
340 int dev_destroy_device(struct dev_object *hdev_obj) argument
420 dev_get_chnl_mgr(struct dev_object *hdev_obj, struct chnl_mgr **mgr) argument
446 dev_get_cmm_mgr(struct dev_object *hdev_obj, struct cmm_object **mgr) argument
472 dev_get_dmm_mgr(struct dev_object *hdev_obj, struct dmm_object **mgr) argument
497 dev_get_cod_mgr(struct dev_object *hdev_obj, struct cod_manager **cod_mgr) argument
520 dev_get_deh_mgr(struct dev_object *hdev_obj, struct deh_mgr **deh_manager) argument
542 dev_get_dev_node(struct dev_object *hdev_obj, struct cfg_devnode **dev_nde) argument
583 dev_get_intf_fxns(struct dev_object *hdev_obj, struct bridge_drv_interface **if_fxns) argument
606 dev_get_io_mgr(struct dev_object *hdev_obj, struct io_mgr **io_man) argument
632 dev_get_next(struct dev_object *hdev_obj) argument
647 dev_get_msg_mgr(struct dev_object *hdev_obj, struct msg_mgr **msg_man) argument
661 dev_get_node_manager(struct dev_object *hdev_obj, struct node_mgr **node_man) argument
684 dev_get_symbol(struct dev_object *hdev_obj, const char *str_sym, u32 * pul_value) argument
711 dev_get_bridge_context(struct dev_object *hdev_obj, struct bridge_dev_context **phbridge_context) argument
792 dev_notify_clients(struct dev_object *hdev_obj, u32 ret) argument
813 struct dev_object *hdev_obj; /* handle to device object */ local
835 dev_set_chnl_mgr(struct dev_object *hdev_obj, struct chnl_mgr *hmgr) argument
857 dev_set_msg_mgr(struct dev_object *hdev_obj, struct msg_mgr *hmgr) argument
872 struct dev_object *hdev_obj = NULL; /* handle to 'Bridge Device */ local
967 dev_insert_proc_object(struct dev_object *hdev_obj, u32 proc_obj, bool *already_attached) argument
1007 dev_remove_proc_object(struct dev_object *hdev_obj, u32 proc_obj) argument
[all...]
H A Ddspapi.c383 struct dev_object *hdev_obj; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Dpwr.c44 struct dev_object *hdev_obj = NULL; local
87 struct dev_object *hdev_obj = NULL; local
118 struct dev_object *hdev_obj = NULL; local
152 struct dev_object *hdev_obj = NULL; local
[all...]
H A Dmgr.c194 struct dev_object *hdev_obj; local
H A Ddisp.c61 struct dev_object *hdev_obj; /* Device for this processor */ member in struct:disp_object
88 disp_create(struct disp_object **dispatch_obj, struct dev_object *hdev_obj, const struct disp_attr *disp_attrs) argument
[all...]
H A Ddrv.c481 u32 drv_get_next_dev_object(u32 hdev_obj) argument
551 drv_insert_dev_object(struct drv_object *driver_obj, struct dev_object *hdev_obj) argument
574 drv_remove_dev_object(struct drv_object *driver_obj, struct dev_object *hdev_obj) argument
H A Dnldr.c193 struct dev_object *hdev_obj; /* Device object */ member in struct:nldr_object
413 nldr_create(struct nldr_object **nldr, struct dev_object *hdev_obj, const struct nldr_attrs *pattrs) argument
H A Dproc.c85 struct dev_object *hdev_obj; /* Device this PROC represents */ member in struct:proc_object
279 struct dev_object *hdev_obj; local
390 get_exec_file(struct cfg_devnode *dev_node_obj, struct dev_object *hdev_obj, u32 size, char *exec_file) argument
424 proc_auto_start(struct cfg_devnode *dev_node_obj, struct dev_object *hdev_obj) argument
[all...]
H A Dnode.c128 struct dev_object *hdev_obj; /* Device object */ member in struct:node_mgr
301 struct dev_object *hdev_obj; local
1305 node_create_mgr(struct node_mgr **node_man, struct dev_object *hdev_obj) argument
2968 get_proc_props(struct node_mgr *hnode_mgr, struct dev_object *hdev_obj) argument
3014 struct dev_object *hdev_obj; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/core/
H A Due_deh.c85 bridge_deh_create(struct deh_mgr **ret_deh, struct dev_object *hdev_obj) argument
H A Dmsg_sm.c51 bridge_msg_create(struct msg_mgr **msg_man, struct dev_object *hdev_obj, msg_onexit msg_callback) argument
H A Dchnl_sm.c384 bridge_chnl_create(struct chnl_mgr **channel_mgr, struct dev_object *hdev_obj, const struct chnl_mgrattrs *mgr_attrts) argument
H A D_tiomap.h311 struct dev_object *hdev_obj; /* Handle to Bridge device object. */ member in struct:bridge_dev_context
H A Dtiomap3430.c731 bridge_dev_create(struct bridge_dev_context **dev_cntxt, struct dev_object *hdev_obj, struct cfg_hostres *config_param) argument
H A Dio_sm.c95 struct dev_object *hdev_obj; /* Device this board represents */ member in struct:io_mgr
167 bridge_io_create(struct io_mgr **io_man, struct dev_object *hdev_obj, const struct io_attrs *mgr_attrts) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A D_chnl_sm.h119 struct dev_object *hdev_obj; member in struct:chnl_mgr

Completed in 306 milliseconds