Home
last modified time | relevance | path

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

/include/linux/mtd/
A Dpismo.h9 void (*set_vpp)(void *, int); member
A Dphysmap.h23 void (*set_vpp)(struct platform_device *, int); member
A Dmap.h230 void (*set_vpp)(struct map_info *, int); member
254 #define ENABLE_VPP(map) do { if (map->set_vpp) map->set_vpp(map, 1); } while (0)
255 #define DISABLE_VPP(map) do { if (map->set_vpp) map->set_vpp(map, 0); } while (0)

Completed in 6 milliseconds