Home
last modified time | relevance | path

Searched refs:omap_hwmod (Results 1 – 25 of 27) sorted by relevance

12

/linux/arch/arm/mach-omap2/
A Domap_hwmod_common_data.h19 extern struct omap_hwmod omap2xxx_l3_main_hwmod;
20 extern struct omap_hwmod omap2xxx_l4_core_hwmod;
21 extern struct omap_hwmod omap2xxx_l4_wkup_hwmod;
22 extern struct omap_hwmod omap2xxx_mpu_hwmod;
23 extern struct omap_hwmod omap2xxx_iva_hwmod;
24 extern struct omap_hwmod omap2xxx_timer3_hwmod;
25 extern struct omap_hwmod omap2xxx_timer4_hwmod;
26 extern struct omap_hwmod omap2xxx_timer5_hwmod;
27 extern struct omap_hwmod omap2xxx_timer6_hwmod;
49 extern struct omap_hwmod omap2xxx_rng_hwmod;
[all …]
A Domap_hwmod.h240 struct omap_hwmod *master;
241 struct omap_hwmod *slave;
527 int (*reset)(struct omap_hwmod *oh);
528 void (*lock)(struct omap_hwmod *oh);
529 void (*unlock)(struct omap_hwmod *oh);
575 struct omap_hwmod { struct
607 struct omap_hwmod *parent_hwmod; argument
630 int omap_hwmod_enable(struct omap_hwmod *oh);
631 int omap_hwmod_idle(struct omap_hwmod *oh);
632 int omap_hwmod_shutdown(struct omap_hwmod *oh);
[all …]
A Domap_hwmod_2xxx_ipblock_data.c186 struct omap_hwmod omap2xxx_mpu_hwmod = {
193 struct omap_hwmod omap2xxx_iva_hwmod = {
199 struct omap_hwmod omap2xxx_timer3_hwmod = {
214 struct omap_hwmod omap2xxx_timer4_hwmod = {
364 struct omap_hwmod omap2xxx_uart1_hwmod = {
380 struct omap_hwmod omap2xxx_uart2_hwmod = {
396 struct omap_hwmod omap2xxx_uart3_hwmod = {
569 struct omap_hwmod omap2xxx_gpmc_hwmod = {
598 struct omap_hwmod omap2xxx_rng_hwmod = {
634 struct omap_hwmod omap2xxx_sham_hwmod = {
[all …]
A Domap_hwmod.c255 static struct omap_hwmod *mpu_oh;
657 static int _add_initiator_dep(struct omap_hwmod *oh, struct omap_hwmod *init_oh) in _add_initiator_dep()
686 static int _del_initiator_dep(struct omap_hwmod *oh, struct omap_hwmod *init_oh) in _del_initiator_dep()
2082 struct omap_hwmod *oh) in of_dev_find_hwmod()
2980 struct omap_hwmod *oh; in omap_hwmod_lookup()
3005 struct omap_hwmod *temp_oh; in omap_hwmod_for_each()
3087 struct omap_hwmod *oh; in omap_hwmod_setup_one()
3358 struct omap_hwmod *oh, in omap_hwmod_check_module()
3548 struct omap_hwmod *oh; in omap_hwmod_init_module()
3643 struct omap_hwmod *oh; in omap_hwmod_setup_earlycon_flags()
[all …]
A Domap_hwmod_3xxx_data.c49 static struct omap_hwmod omap3xxx_l3_main_hwmod = {
56 static struct omap_hwmod omap3xxx_l4_core_hwmod = {
63 static struct omap_hwmod omap3xxx_l4_per_hwmod = {
70 static struct omap_hwmod omap3xxx_l4_wkup_hwmod = {
77 static struct omap_hwmod omap3xxx_l4_sec_hwmod = {
85 static struct omap_hwmod omap3xxx_mpu_hwmod = {
98 static struct omap_hwmod omap3xxx_iva_hwmod = {
1083 static struct omap_hwmod omap34xx_mcspi1 = {
1097 static struct omap_hwmod omap34xx_mcspi2 = {
1111 static struct omap_hwmod omap34xx_mcspi3 = {
[all …]
A Domap_hwmod_81xx_data.c136 static struct omap_hwmod dm81xx_l4_ls_hwmod = {
148 static struct omap_hwmod dm81xx_l4_hs_hwmod = {
170 static struct omap_hwmod dm814x_mpu_hwmod = {
197 static struct omap_hwmod dm816x_mpu_hwmod = {
239 static struct omap_hwmod ti81xx_rtc_hwmod = {
278 static struct omap_hwmod dm81xx_uart1_hwmod = {
299 static struct omap_hwmod dm81xx_uart2_hwmod = {
395 static struct omap_hwmod dm81xx_i2c1_hwmod = {
415 static struct omap_hwmod dm81xx_i2c2_hwmod = {
451 static struct omap_hwmod dm81xx_elm_hwmod = {
[all …]
A Domap_hwmod_2430_data.c45 static struct omap_hwmod omap2430_iva_hwmod = {
71 static struct omap_hwmod omap2430_i2c1_hwmod = {
94 static struct omap_hwmod omap2430_i2c2_hwmod = {
109 static struct omap_hwmod omap2430_gpio5_hwmod = {
124 static struct omap_hwmod omap2430_mailbox_hwmod = {
138 static struct omap_hwmod omap2430_mcspi3_hwmod = {
213 static struct omap_hwmod omap2430_mcbsp1_hwmod = {
229 static struct omap_hwmod omap2430_mcbsp2_hwmod = {
318 static struct omap_hwmod omap2430_mmc1_hwmod = {
340 static struct omap_hwmod omap2430_mmc2_hwmod = {
[all …]
A Domap_hwmod_2420_data.c50 static struct omap_hwmod omap2420_iva_hwmod = {
69 static struct omap_hwmod omap2420_dsp_hwmod = {
94 static struct omap_hwmod omap2420_i2c1_hwmod = {
114 static struct omap_hwmod omap2420_i2c2_hwmod = {
129 static struct omap_hwmod omap2420_mailbox_hwmod = {
157 static struct omap_hwmod omap2420_mcbsp1_hwmod = {
173 static struct omap_hwmod omap2420_mcbsp2_hwmod = {
203 static struct omap_hwmod omap2420_msdi1_hwmod = {
218 static struct omap_hwmod omap2420_hdq1w_hwmod = {
A Dmmc.h9 struct omap_hwmod;
12 int omap_msdi_reset(struct omap_hwmod *oh);
14 static inline int omap_msdi_reset(struct omap_hwmod *oh) in omap_msdi_reset()
A Domap_hwmod_reset.c50 static void omap_rtc_wait_not_busy(struct omap_hwmod *oh) in omap_rtc_wait_not_busy()
69 void omap_hwmod_rtc_unlock(struct omap_hwmod *oh) in omap_hwmod_rtc_unlock()
89 void omap_hwmod_rtc_lock(struct omap_hwmod *oh) in omap_hwmod_rtc_lock()
A Domap_device.c109 struct omap_hwmod *oh) in _add_hwmod_clocks_clkdev()
130 struct omap_hwmod **hwmods; in omap_device_build_from_dt()
132 struct omap_hwmod *oh; in omap_device_build_from_dt()
156 hwmods = kcalloc(oh_cnt, sizeof(struct omap_hwmod *), GFP_KERNEL); in omap_device_build_from_dt()
331 struct omap_hwmod **ohs, int oh_cnt) in omap_device_alloc()
336 struct omap_hwmod **hwmods; in omap_device_alloc()
344 hwmods = kmemdup(ohs, sizeof(struct omap_hwmod *) * oh_cnt, GFP_KERNEL); in omap_device_alloc()
625 struct omap_hwmod *oh; in omap_device_get_by_hwmod_name()
A Di2c.h11 struct omap_hwmod;
13 int omap_i2c_reset(struct omap_hwmod *oh);
A Dwd_timer.h11 extern int omap2_wd_timer_disable(struct omap_hwmod *oh);
12 extern int omap2_wd_timer_reset(struct omap_hwmod *oh);
A Domap_device.h57 struct omap_hwmod **hwmods;
72 struct omap_hwmod **ohs, int oh_cnt);
A Dwd_timer.c31 int omap2_wd_timer_disable(struct omap_hwmod *oh) in omap2_wd_timer_disable()
75 int omap2_wd_timer_reset(struct omap_hwmod *oh) in omap2_wd_timer_reset()
A Dclockdomain.h97 struct omap_hwmod;
216 int clkdm_hwmod_enable(struct clockdomain *clkdm, struct omap_hwmod *oh);
217 int clkdm_hwmod_disable(struct clockdomain *clkdm, struct omap_hwmod *oh);
A Dsr_device.c156 static int __init sr_dev_init(struct omap_hwmod *oh, void *user) in sr_dev_init()
170 static int __init sr_dev_init(struct omap_hwmod *oh, void *user) in sr_dev_init()
A Dcommon.h357 struct omap_hwmod;
358 extern int omap_dss_reset(struct omap_hwmod *);
A Dhdq1w.h21 extern int omap_hdq1w_reset(struct omap_hwmod *oh);
A Dhdq1w.c37 int omap_hdq1w_reset(struct omap_hwmod *oh) in omap_hdq1w_reset()
A Dmsdi.c45 int omap_msdi_reset(struct omap_hwmod *oh) in omap_msdi_reset()
A Ddisplay.c283 struct omap_hwmod *oh; in dispc_disable_outputs()
376 int omap_dss_reset(struct omap_hwmod *oh) in omap_dss_reset()
A Di2c.c36 int omap_i2c_reset(struct omap_hwmod *oh) in omap_i2c_reset()
A Dclockdomain.c1253 int clkdm_hwmod_enable(struct clockdomain *clkdm, struct omap_hwmod *oh) in clkdm_hwmod_enable()
1284 int clkdm_hwmod_disable(struct clockdomain *clkdm, struct omap_hwmod *oh) in clkdm_hwmod_disable()
A Dio.c406 static int _set_hwmod_postsetup_state(struct omap_hwmod *oh, void *data) in _set_hwmod_postsetup_state()

Completed in 45 milliseconds

12