Searched refs:omap_device (Results 1 – 17 of 17) sorted by relevance
/linux-2.6.39/arch/arm/plat-omap/include/plat/ |
D | omap_device.h | 66 struct omap_device { struct 86 int omap_device_count_resources(struct omap_device *od); argument 87 int omap_device_fill_resources(struct omap_device *od, struct resource *res); 89 struct omap_device *omap_device_build(const char *pdev_name, int pdev_id, 95 struct omap_device *omap_device_build_ss(const char *pdev_name, int pdev_id, 101 int omap_device_register(struct omap_device *od); 102 int omap_early_device_register(struct omap_device *od); 104 void __iomem *omap_device_get_rt_va(struct omap_device *od); 109 struct powerdomain *omap_device_get_pwrdm(struct omap_device *od); 114 int omap_device_idle_hwmods(struct omap_device *od); [all …]
|
D | omap_hwmod.h | 39 struct omap_device; 510 struct omap_device *od;
|
/linux-2.6.39/arch/arm/plat-omap/ |
D | omap_device.c | 112 static int _omap_device_activate(struct omap_device *od, u8 ignore_lat) in _omap_device_activate() 181 static int _omap_device_deactivate(struct omap_device *od, u8 ignore_lat) in _omap_device_deactivate() 238 static inline struct omap_device *_find_by_pdev(struct platform_device *pdev) in _find_by_pdev() 240 return container_of(pdev, struct omap_device, pdev); in _find_by_pdev() 259 static void _add_optional_clock_clkdev(struct omap_device *od, in _add_optional_clock_clkdev() 315 struct omap_device *od; in omap_device_get_context_loss_count() 335 int omap_device_count_resources(struct omap_device *od) in omap_device_count_resources() 366 int omap_device_fill_resources(struct omap_device *od, struct resource *res) in omap_device_fill_resources() 397 struct omap_device *omap_device_build(const char *pdev_name, int pdev_id, in omap_device_build() 430 struct omap_device *omap_device_build_ss(const char *pdev_name, int pdev_id, in omap_device_build_ss() [all …]
|
D | Makefile | 16 obj-$(CONFIG_ARCH_OMAP2) += omap_device.o 17 obj-$(CONFIG_ARCH_OMAP3) += omap_device.o 18 obj-$(CONFIG_ARCH_OMAP4) += omap_device.o
|
D | mcbsp.c | 296 static struct omap_device *find_omap_device_by_dev(struct device *dev) in find_omap_device_by_dev() 300 return container_of(pdev, struct omap_device, pdev); in find_omap_device_by_dev() 306 struct omap_device *od; in omap_st_on() 330 struct omap_device *od; in omap_st_off() 348 struct omap_device *od; in omap_st_fir_write() 378 struct omap_device *od; in omap_st_chgain() 723 struct omap_device *od; in omap34xx_mcbsp_request() 737 struct omap_device *od; in omap34xx_mcbsp_free()
|
D | i2c.c | 138 struct omap_device *od; in omap2_i2c_add_bus()
|
/linux-2.6.39/arch/arm/mach-omap2/ |
D | devices.c | 47 struct omap_device *od; in omap3_l3_init() 77 struct omap_device *od; in omap4_l3_init() 235 struct omap_device *od; in omap4_keyboard_init() 276 struct omap_device *od; in omap_init_mbox() 346 struct omap_device *od; in omap_mcspi_init() 711 struct omap_device *od; in omap_init_wdt()
|
D | hwspinlock.c | 38 struct omap_device *od; in hwspinlocks_init()
|
D | serial.c | 110 static int uart_idle_hwmod(struct omap_device *od) in uart_idle_hwmod() 117 static int uart_enable_hwmod(struct omap_device *od) in uart_enable_hwmod() 580 struct omap_device *odev = to_omap_device(pdev); in sleep_timeout_show() 591 struct omap_device *odev = to_omap_device(pdev); in sleep_timeout_store() 714 struct omap_device *od; in omap_serial_init_port()
|
D | gpio.c | 37 struct omap_device *od; in omap2_gpio_dev_init()
|
D | display.c | 63 struct omap_device *od; in omap_display_init()
|
D | usb-musb.c | 114 struct omap_device *od; in usb_musb_init()
|
D | sr_device.c | 83 struct omap_device *od; in sr_dev_init()
|
D | mcbsp.c | 119 struct omap_device *od; in omap_init_mcbsp()
|
D | pm.c | 63 struct omap_device *od; in _init_omap_device()
|
D | dma.c | 231 struct omap_device *od; in omap2_system_dma_init_dev()
|
D | hsmmc.c | 424 struct omap_device *od; in omap_init_hsmmc()
|