Searched defs:dev_object (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/tidspbridge/include/dspbridge/
H A Ddrv.h122 void *dev_object; member in struct:drv_data
251 struct dev_object **device_obj);
302 struct dev_object *hdev_obj);
323 struct dev_object *hdev_obj);
/drivers/staging/tidspbridge/pmgr/
H A Ddev.c56 struct dev_object { struct
57 struct list_head link; /* Link to next dev_object. */
86 static int init_cod_mgr(struct dev_object *dev_obj);
99 struct dev_object *dev_obj = (struct dev_object *)arb;
124 int dev_create_device(struct dev_object **device_obj,
130 struct dev_object *dev_obj = NULL;
160 dev_obj = kzalloc(sizeof(struct dev_object), GFP_KERNEL);
219 (struct dev_object *)dev_obj, NULL);
232 (struct dev_object *)dev_ob
[all...]
/drivers/staging/tidspbridge/core/
H A Dio_sm.c92 struct dev_object *dev_obj; /* Device this board represents */
165 struct dev_object *hdev_obj,
932 struct dev_object *dev_obj;
1761 struct dev_object *dev_obj = (struct dev_object *)
1935 struct dev_object *dev_object = bridge_context->dev_obj; local
1937 status = dev_get_cod_mgr(dev_object, &code_mgr);
1944 status = dev_get_node_manager(dev_object, &node_mgr);
1963 status = dev_get_intf_fxns(dev_object,
2141 struct dev_object *dev_object = bridge_ctxt->dev_obj; local
[all...]

Completed in 89 milliseconds