Home
last modified time | relevance | path

Searched refs:obj_res (Results 1 – 2 of 2) sorted by relevance

/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
Dobj_res.c45 struct obj_res { struct
53 struct obj_res *res; in objres_alloc() argument
55 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()
/third_party/python/Modules/
D_tkinter.c2435 Tcl_Obj *obj_res; in PythonCmd() local
2458 obj_res = AsObj(res); in PythonCmd()
2459 if (obj_res == NULL) { in PythonCmd()
2463 Tcl_SetObjResult(interp, obj_res); in PythonCmd()