Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clocksource/
Dsh_tmu.c40 struct sh_tmu_device;
43 struct sh_tmu_device *tmu;
56 struct sh_tmu_device { struct
458 struct sh_tmu_device *tmu) in sh_tmu_channel_setup()
486 static int sh_tmu_map_memory(struct sh_tmu_device *tmu) in sh_tmu_map_memory()
503 static int sh_tmu_parse_dt(struct sh_tmu_device *tmu) in sh_tmu_parse_dt()
521 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()