Searched defs:dev_object (Results 1 – 3 of 3) sorted by relevance
59 struct dev_object { struct60 struct list_head link; /* Link to next dev_object. */ argument61 u8 dev_type; /* Device Type */62 struct cfg_devnode *dev_node_obj; /* Platform specific dev id */64 struct bridge_dev_context *bridge_context;66 struct bridge_drv_interface bridge_interface;67 struct brd_object *lock_owner; /* Client with exclusive access. */68 struct cod_manager *cod_mgr; /* Code manager handle. */92 static int init_cod_mgr(struct dev_object *dev_obj); argument
122 void *dev_object; member
1952 struct dev_object *dev_object = bridge_context->dev_obj; in dump_dsp_stack() local2158 struct dev_object *dev_object = bridge_ctxt->dev_obj; in dump_dl_modules() local