Home
last modified time | relevance | path

Searched refs:hwmods (Results 1 – 11 of 11) sorted by relevance

/arch/arm/boot/dts/
Domap2.dtsi47 ti,hwmods = "mpu";
56 ti,hwmods = "l3_main";
60 ti,hwmods = "aes";
68 ti,hwmods = "hdq1w";
115 ti,hwmods = "i2c1";
124 ti,hwmods = "i2c2";
133 ti,hwmods = "mcspi1";
144 ti,hwmods = "mcspi2";
153 ti,hwmods = "rng";
160 ti,hwmods = "sham";
[all …]
Domap3.dtsi52 ti,hwmods = "debugss";
63 ti,hwmods = "mpu";
68 ti,hwmods = "iva";
90 ti,hwmods = "l3_main";
306 ti,hwmods = "gpio1";
318 ti,hwmods = "gpio2";
329 ti,hwmods = "gpio3";
340 ti,hwmods = "gpio4";
351 ti,hwmods = "gpio5";
362 ti,hwmods = "gpio6";
[all …]
Domap2430.dtsi105 ti,hwmods = "gpio1";
117 ti,hwmods = "gpio2";
129 ti,hwmods = "gpio3";
141 ti,hwmods = "gpio4";
153 ti,hwmods = "gpio5";
168 ti,hwmods = "gpmc";
185 ti,hwmods = "mcbsp1";
201 ti,hwmods = "mcbsp2";
217 ti,hwmods = "mcbsp3";
233 ti,hwmods = "mcbsp4";
[all …]
Ddm816x.dtsi48 ti,hwmods = "mpu";
260 ti,hwmods = "elm";
267 ti,hwmods = "gpio1";
279 ti,hwmods = "gpio2";
291 ti,hwmods = "gpmc";
308 ti,hwmods = "i2c1";
317 ti,hwmods = "i2c2";
335 ti,hwmods = "rtc";
342 ti,hwmods = "mailbox";
355 ti,hwmods = "spinbox";
[all …]
Domap2420.dtsi92 ti,hwmods = "gpio1";
104 ti,hwmods = "gpio2";
116 ti,hwmods = "gpio3";
128 ti,hwmods = "gpio4";
144 ti,hwmods = "gpmc";
158 ti,hwmods = "mcbsp1";
172 ti,hwmods = "mcbsp2";
181 ti,hwmods = "msdi1";
192 ti,hwmods = "mailbox";
237 ti,hwmods = "wd_timer2";
Ddm814x.dtsi52 ti,hwmods = "mpu";
61 ti,hwmods = "l3_main";
69 ti,hwmods = "usb_otg_hs";
187 ti,hwmods = "i2c1";
194 ti,hwmods = "elm";
201 ti,hwmods = "gpio1";
213 ti,hwmods = "gpio2";
225 ti,hwmods = "gpio3";
237 ti,hwmods = "gpio4";
251 ti,hwmods = "i2c2";
[all …]
Dam3517.dtsi54 ti,hwmods = "am35x_otg_hs";
63 ti,hwmods = "davinci_emac";
80 ti,hwmods = "davinci_mdio";
92 ti,hwmods = "uart4";
Domap36xx.dtsi86 ti,hwmods = "uart4";
145 ti,hwmods = "smartreflex_core";
167 ti,hwmods = "smartreflex_mpu_iva";
Domap34xx.dtsi113 ti,hwmods = "smartreflex_core";
132 ti,hwmods = "smartreflex_mpu_iva";
/arch/arm/mach-omap2/
Domap_device.c130 struct omap_hwmod **hwmods; in omap_device_build_from_dt() local
156 hwmods = kcalloc(oh_cnt, sizeof(struct omap_hwmod *), GFP_KERNEL); in omap_device_build_from_dt()
157 if (!hwmods) { in omap_device_build_from_dt()
171 hwmods[i] = oh; in omap_device_build_from_dt()
176 od = omap_device_alloc(pdev, hwmods, oh_cnt); in omap_device_build_from_dt()
201 kfree(hwmods); in omap_device_build_from_dt()
267 ret |= omap_hwmod_enable(od->hwmods[i]); in _omap_device_enable_hwmods()
284 ret |= omap_hwmod_idle(od->hwmods[i]); in _omap_device_idle_hwmods()
314 ret = omap_hwmod_get_context_loss_count(od->hwmods[0]); in omap_device_get_context_loss_count()
336 struct omap_hwmod **hwmods; in omap_device_alloc() local
[all …]
Domap_device.h57 struct omap_hwmod **hwmods; member