Searched defs:ion_client (Results 1 – 1 of 1) sorted by relevance
83 struct ion_client { struct84 struct rb_node node;85 struct ion_device *dev;86 struct rb_root handles;87 struct idr idr;111 struct ion_client *client; argument