Searched refs:cache_ops (Results 1 – 5 of 5) sorted by relevance
12 struct cache_ops *ops = cache_get_ops(dev); in cache_get_info()22 struct cache_ops *ops = cache_get_ops(dev); in cache_enable()32 struct cache_ops *ops = cache_get_ops(dev); in cache_disable()
32 static const struct cache_ops sandbox_cache_ops = {
175 static const struct cache_ops v5l2_cache_ops = {
18 struct cache_ops { struct45 #define cache_get_ops(dev) ((struct cache_ops *)(dev)->driver->ops) argument
99 const unsigned int cache_ops[] = { ops }; \106 for (i = 0; i < ARRAY_SIZE(cache_ops); i++) \107 mips_cache(cache_ops[i], addr); \
Completed in 8 milliseconds