Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Duio_driver.h22 struct uio_map;
45 struct uio_map *map;
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dkobject.rst71 struct uio_map {
76 If you have a struct uio_map structure, finding its embedded kobject is
93 embedded **within** a struct uio_map could be converted to a pointer to the
94 **containing** uio_map structure with::
96 struct uio_map *u_map = container_of(kp, struct uio_map, kobj);
102 struct uio_map {
107 #define to_map(map) container_of(map, struct uio_map, kobj)
112 struct uio_map *map = to_map(kobj);
/OK3568_Linux_fs/kernel/drivers/uio/
H A Duio.c42 struct uio_map { struct
46 #define to_map(map) container_of(map, struct uio_map, kobj) argument
96 struct uio_map *map = to_map(kobj); in map_release()
103 struct uio_map *map = to_map(kobj); in map_type_show()
289 struct uio_map *map; in uio_dev_add_attributes()
/OK3568_Linux_fs/external/dpdk/pcie/
H A DREADME.txt13 struct uio_map *map;