*参照元 [#cef678e7]
#backlinks

*説明 [#u41096a6]
-パス: [[linux-2.6.33/arch/arm/common/dmabounce.c]]

-FIXME: これは何?
--説明


**参考 [#x7c1f3c5]


*実装 [#h3e4c1ed]
 struct dmabounce_device_info {
 	struct device *dev;
 	struct list_head safe_buffers;
 #ifdef STATS
 	unsigned long total_allocs;
 	unsigned long map_op_count;
 	unsigned long bounce_count;
 	int attr_res;
 #endif
 	struct dmabounce_pool	small;
 	struct dmabounce_pool	large;
 
 	rwlock_t lock;
 };


*コメント [#wcdbaae2]


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS