Home
last modified time | relevance | path

Searched refs:uio_map (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/linux/
Duio_driver.h21 struct uio_map;
41 struct uio_map *map;
/linux-3.4.99/drivers/uio/
Duio.c56 struct uio_map { struct
60 #define to_map(map) container_of(map, struct uio_map, kobj) argument
110 struct uio_map *map = to_map(kobj); in map_release()
117 struct uio_map *map = to_map(kobj); in map_type_show()
271 struct uio_map *map; in uio_dev_add_attributes()
/linux-3.4.99/Documentation/
Dkobject.txt70 struct uio_map {
75 If you have a struct uio_map structure, finding its embedded kobject is
92 embedded *within* a struct uio_map could be converted to a pointer to the
93 *containing* uio_map structure with:
95 struct uio_map *u_map = container_of(kp, struct uio_map, kobj);
101 struct uio_map {
106 #define to_map(map) container_of(map, struct uio_map, kobj)
111 struct uio_map *map = to_map(kobj);