Home
last modified time | relevance | path

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

/linux/arch/arm/mach-omap2/
H A Domap_device.c268 for (i = 0; i < od->hwmods_cnt; i++) in _omap_device_enable_hwmods()
285 for (i = 0; i < od->hwmods_cnt; i++) in _omap_device_idle_hwmods()
318 od->hwmods_cnt = oh_cnt; in omap_device_alloc()
526 for (i = 0; i < od->hwmods_cnt; i++) {
554 for (i = 0; i < od->hwmods_cnt; i++) {
600 for (i = 0; i < od->hwmods_cnt; i++) in omap_device_late_idle()
H A Domap_device.h40 * @hwmods_cnt: ARRAY_SIZE() of @hwmods
55 u8 hwmods_cnt;
58 struct omap_hwmod *hwmods[] __counted_by(hwmods_cnt);
56 u8 hwmods_cnt; global() member
H A Domap_hwmod.h603 u8 hwmods_cnt; member