Searched refs:hwmods (Results 1 – 11 of 11) sorted by relevance
/arch/arm/boot/dts/ |
D | omap2.dtsi | 47 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 …]
|
D | omap3.dtsi | 52 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 …]
|
D | omap2430.dtsi | 105 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 …]
|
D | dm816x.dtsi | 48 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 …]
|
D | omap2420.dtsi | 92 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";
|
D | dm814x.dtsi | 52 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 …]
|
D | am3517.dtsi | 54 ti,hwmods = "am35x_otg_hs"; 63 ti,hwmods = "davinci_emac"; 80 ti,hwmods = "davinci_mdio"; 92 ti,hwmods = "uart4";
|
D | omap36xx.dtsi | 86 ti,hwmods = "uart4"; 145 ti,hwmods = "smartreflex_core"; 167 ti,hwmods = "smartreflex_mpu_iva";
|
D | omap34xx.dtsi | 113 ti,hwmods = "smartreflex_core"; 132 ti,hwmods = "smartreflex_mpu_iva";
|
/arch/arm/mach-omap2/ |
D | omap_device.c | 130 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 …]
|
D | omap_device.h | 57 struct omap_hwmod **hwmods; member
|