![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 OR MIT */ 0002 /* Copyright 2017-2019 Qiang Yu <yuq825@gmail.com> */ 0003 0004 #ifndef __LIMA_L2_CACHE_H__ 0005 #define __LIMA_L2_CACHE_H__ 0006 0007 struct lima_ip; 0008 0009 int lima_l2_cache_resume(struct lima_ip *ip); 0010 void lima_l2_cache_suspend(struct lima_ip *ip); 0011 int lima_l2_cache_init(struct lima_ip *ip); 0012 void lima_l2_cache_fini(struct lima_ip *ip); 0013 0014 int lima_l2_cache_flush(struct lima_ip *ip); 0015 0016 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |