Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clocksource/
Dsh_tmu.c40 struct sh_tmu_device;
43 struct sh_tmu_device *tmu;
57 struct sh_tmu_device { struct
466 struct sh_tmu_device *tmu) in sh_tmu_channel_setup()
494 static int sh_tmu_map_memory(struct sh_tmu_device *tmu) in sh_tmu_map_memory()
511 static int sh_tmu_parse_dt(struct sh_tmu_device *tmu) in sh_tmu_parse_dt()
529 static int sh_tmu_setup(struct sh_tmu_device *tmu, struct platform_device *pdev) in sh_tmu_setup()
606 struct sh_tmu_device *tmu = platform_get_drvdata(pdev); in sh_tmu_probe()