Searched defs:dev_obj (Results 1 - 12 of 12) sorted by relevance

/drivers/staging/tidspbridge/pmgr/
H A Dioobj.h35 struct dev_object *dev_obj; /* Device this board represents. */ member in struct:io_mgr_
H A Ddev.c86 static int init_cod_mgr(struct dev_object *dev_obj);
99 struct dev_object *dev_obj = (struct dev_object *)arb; local
103 if (dev_obj) {
105 status = (*dev_obj->bridge_interface.brd_write) (
106 dev_obj->bridge_context, host_buf,
130 struct dev_object *dev_obj = NULL; local
160 dev_obj = kzalloc(sizeof(struct dev_object), GFP_KERNEL);
161 if (dev_obj) {
163 dev_obj->dev_node_obj = dev_node_obj;
164 dev_obj
271 struct dev_object *dev_obj = hdev_obj; local
289 struct dev_object *dev_obj = hdev_obj; local
311 struct dev_object *dev_obj = hdev_obj; local
387 struct dev_object *dev_obj = hdev_obj; local
409 struct dev_object *dev_obj = hdev_obj; local
431 struct dev_object *dev_obj = hdev_obj; local
452 struct dev_object *dev_obj = hdev_obj; local
490 struct dev_object *dev_obj = hdev_obj; local
510 struct dev_object *dev_obj = NULL; local
527 struct dev_object *dev_obj = hdev_obj; local
593 struct dev_object *dev_obj = hdev_obj; local
636 struct dev_object *dev_obj = hdev_obj; local
653 dev_notify_clients(struct dev_object *dev_obj, u32 ret) argument
711 struct dev_object *dev_obj = hdev_obj; local
803 init_cod_mgr(struct dev_object *dev_obj) argument
835 struct dev_object *dev_obj = (struct dev_object *)hdev_obj; local
872 struct dev_object *dev_obj = (struct dev_object *)hdev_obj; local
886 dev_get_dev_type(struct dev_object *dev_obj, u8 *dev_type) argument
[all...]
/drivers/staging/tidspbridge/core/
H A Dchnl_sm.c94 struct dev_object *dev_obj; local
125 dev_obj = dev_get_first();
126 dev_get_bridge_context(dev_obj, &dev_ctxt);
372 chnl_mgr_obj->dev_obj = hdev_obj;
418 dev_set_chnl_mgr(chnl_mgr_obj->dev_obj, NULL);
528 struct dev_object *dev_obj; local
539 dev_obj = dev_get_first();
540 dev_get_bridge_context(dev_obj, &dev_ctxt);
H A D_tiomap.h322 struct dev_object *dev_obj; /* Handle to Bridge device object. */ member in struct:bridge_dev_context
H A Dio_sm.c92 struct dev_object *dev_obj; /* Device this board represents */ member in struct:io_mgr
306 status = dev_get_bridge_context(hio_mgr->dev_obj, &pbridge_context);
317 status = dev_get_cod_mgr(hio_mgr->dev_obj, &cod_man);
324 dev_get_msg_mgr(hio_mgr->dev_obj, &hio_mgr->msg_mgr);
873 dev_get_msg_mgr(pio_mgr->dev_obj, &msg_mgr_obj);
874 dev_get_deh_mgr(pio_mgr->dev_obj, &hdeh_mgr);
932 struct dev_object *dev_obj; local
935 dev_obj = dev_get_first();
936 dev_get_io_mgr(dev_obj, &pio_mgr);
1504 status = dev_get_cmm_mgr(hio_mgr->dev_obj,
1761 struct dev_object *dev_obj = (struct dev_object *) local
[all...]
/drivers/staging/tidspbridge/rmgr/
H A Ddisp.c58 struct dev_object *dev_obj; /* Device for this processor */ member in struct:disp_object
101 disp_obj->dev_obj = hdev_obj;
230 status = dev_get_dev_type(disp_obj->dev_obj, &dev_type);
425 status = dev_get_dev_type(disp_obj->dev_obj, &dev_type);
463 status = dev_get_dev_type(disp_obj->dev_obj, &dev_type);
H A Dstrm.c54 struct dev_object *dev_obj; /* Device for this processor */ member in struct:strm_mgr
181 struct dev_object *dev_obj)
192 strm_mgr_obj->dev_obj = dev_obj;
196 status = dev_get_chnl_mgr(dev_obj, &(strm_mgr_obj->chnl_mgr));
198 (void)dev_get_intf_fxns(dev_obj,
464 status = dev_get_cmm_mgr(strm_mgr_obj->dev_obj, &hcmm_mgr);
180 strm_create(struct strm_mgr **strm_man, struct dev_object *dev_obj) argument
H A Ddrv.c365 struct dev_object *dev_obj; local
368 dev_obj = (struct dev_object *)drv_get_first_dev_object();
370 dev_obj =
371 (struct dev_object *)drv_get_next_dev_object((u32) dev_obj);
373 if (dev_obj) {
374 *device_obj = (struct dev_object *)dev_obj;
H A Dnldr.c191 struct dev_object *dev_obj; /* Device object */ member in struct:nldr_object
421 nldr_obj->dev_obj = hdev_obj;
H A Dproc.c80 struct dev_object *dev_obj; /* Device this PROC represents */ member in struct:proc_object
310 p_proc_object->dev_obj = hdev_obj;
351 status = dev_insert_proc_object(p_proc_object->dev_obj,
450 p_proc_object->dev_obj = hdev_obj;
564 (void)dev_remove_proc_object(p_proc_object->dev_obj,
591 if (!(dev_get_node_manager(p_proc_object->dev_obj,
867 status = dev_get_node_manager(p_proc_object->dev_obj,
890 status = dev_get_io_mgr(p_proc_object->dev_obj, &hio_mgr);
922 *device_obj = p_proc_object->dev_obj;
1044 dev_get_cod_mgr(p_proc_object->dev_obj,
[all...]
H A Dnode.c124 struct dev_object *dev_obj; /* Device object */ member in struct:node_mgr
1272 node_mgr_obj->dev_obj = hdev_obj;
2312 dev_get_deh_mgr(hnode_mgr->dev_obj, &hdeh_mgr);
2886 struct dev_object *dev_obj = hnode_mgr->dev_obj; local
2902 status = dev_get_symbol(dev_obj, psz_fxns[i],
2949 status = dev_get_bridge_context(hnode_mgr->dev_obj, &hbridge_context);
2990 status = dev_get_bridge_context(hnode_mgr->dev_obj, &hbridge_context);
/drivers/staging/tidspbridge/include/dspbridge/
H A D_chnl_sm.h115 struct dev_object *dev_obj; member in struct:chnl_mgr

Completed in 101 milliseconds