Home
last modified time | relevance | path

Searched refs:omap_hwmod_class (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/arch/arm/mach-omap2/
Domap_hwmod_common_data.h83 extern struct omap_hwmod_class l3_hwmod_class;
84 extern struct omap_hwmod_class l4_hwmod_class;
85 extern struct omap_hwmod_class mpu_hwmod_class;
86 extern struct omap_hwmod_class iva_hwmod_class;
87 extern struct omap_hwmod_class omap2_uart_class;
88 extern struct omap_hwmod_class omap2_dss_hwmod_class;
89 extern struct omap_hwmod_class omap2_dispc_hwmod_class;
90 extern struct omap_hwmod_class omap2_rfbi_hwmod_class;
91 extern struct omap_hwmod_class omap2_venc_hwmod_class;
93 extern struct omap_hwmod_class omap2_hdq1w_class;
[all …]
Domap_hwmod_2xxx_3xxx_ipblock_data.c31 struct omap_hwmod_class omap2_uart_class = {
41 struct omap_hwmod_class omap2_venc_hwmod_class = {
49 struct omap_hwmod_class l3_hwmod_class = {
53 struct omap_hwmod_class l4_hwmod_class = {
57 struct omap_hwmod_class mpu_hwmod_class = {
61 struct omap_hwmod_class iva_hwmod_class = {
74 struct omap_hwmod_class omap2_hdq1w_class = {
Domap_hwmod_2xxx_ipblock_data.c33 struct omap_hwmod_class omap2_dispc_hwmod_class = {
50 struct omap_hwmod_class omap2xxx_timer_hwmod_class = {
70 struct omap_hwmod_class omap2xxx_wd_timer_hwmod_class = {
92 struct omap_hwmod_class omap2xxx_gpio_hwmod_class = {
113 struct omap_hwmod_class omap2xxx_mailbox_hwmod_class = {
135 struct omap_hwmod_class omap2xxx_mcspi_class = {
155 static struct omap_hwmod_class omap2xxx_gpmc_hwmod_class = {
593 static struct omap_hwmod_class omap2_rng_hwmod_class = {
629 static struct omap_hwmod_class omap2xxx_sham_class = {
658 static struct omap_hwmod_class omap2xxx_aes_class = {
Domap_hwmod_81xx_data.c225 static struct omap_hwmod_class ti81xx_rtc_hwmod_class = {
264 static struct omap_hwmod_class uart_class = {
341 static struct omap_hwmod_class wd_timer_class = {
381 static struct omap_hwmod_class i2c_class = {
437 static struct omap_hwmod_class dm81xx_elm_hwmod_class = {
468 static struct omap_hwmod_class dm81xx_gpio_hwmod_class = {
587 static struct omap_hwmod_class dm81xx_gpmc_hwmod_class = {
624 static struct omap_hwmod_class dm81xx_usbotg_class = {
679 static struct omap_hwmod_class dm816x_timer_hwmod_class = {
792 static struct omap_hwmod_class dm816x_emac_hwmod_class = {
[all …]
Domap_hwmod_3xxx_data.c119 static struct omap_hwmod_class omap3xxx_debugss_hwmod_class = {
145 static struct omap_hwmod_class omap3xxx_timer_hwmod_class = {
315 static struct omap_hwmod_class omap3xxx_wd_timer_hwmod_class = {
435 static struct omap_hwmod_class i2c_class = {
501 static struct omap_hwmod_class omap3_dispc_hwmod_class = {
535 static struct omap_hwmod_class omap3xxx_dsi_hwmod_class = {
657 static struct omap_hwmod_class omap3xxx_gpio_hwmod_class = {
804 static struct omap_hwmod_class omap3xxx_mcbsp_hwmod_class = {
908 static struct omap_hwmod_class omap3xxx_mcbsp_sidetone_hwmod_class = {
937 static struct omap_hwmod_class omap34xx_smartreflex_hwmod_class = {
[all …]
Domap_hwmod_2420_data.c42 static struct omap_hwmod_class iva1_hwmod_class = {
60 static struct omap_hwmod_class dsp_hwmod_class = {
87 static struct omap_hwmod_class i2c_class = {
147 static struct omap_hwmod_class omap2420_mcbsp_hwmod_class = {
196 static struct omap_hwmod_class omap2420_msdi_hwmod_class = {
Domap_hwmod_common_ipblock_data.c27 struct omap_hwmod_class omap2_dss_hwmod_class = {
48 struct omap_hwmod_class omap2_rfbi_hwmod_class = {
Domap_hwmod_2430_data.c64 static struct omap_hwmod_class i2c_class = {
164 static struct omap_hwmod_class usbotg_class = {
202 static struct omap_hwmod_class omap2430_mcbsp_hwmod_class = {
304 static struct omap_hwmod_class omap2430_mmc_class = {
Domap_hwmod.h523 struct omap_hwmod_class { struct
577 struct omap_hwmod_class *class;
Domap_hwmod.c3423 struct omap_hwmod_class *class = NULL; in omap_hwmod_allocate_module()