Searched refs:obj_res (Results 1 – 2 of 2) sorted by relevance
45 struct obj_res { struct53 struct obj_res *res; in objres_alloc() argument55 total_size = sizeof(struct obj_res) + size; in objres_alloc()70 struct obj_res *objRes = container_of(res, struct obj_res, data); in objres_free()77 struct obj_res *objRes = container_of(res, struct obj_res, data); in objres_add()85 static struct obj_res *objres_find(struct usb_obj *obj, void *res) in objres_find()87 struct obj_res *rc; in objres_find()103 struct obj_res *rc; in objres_remove()119 struct obj_res *res, *tmp; in objres_release_all()
2435 Tcl_Obj *obj_res; in PythonCmd() local2458 obj_res = AsObj(res); in PythonCmd()2459 if (obj_res == NULL) { in PythonCmd()2463 Tcl_SetObjResult(interp, obj_res); in PythonCmd()