Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clocksource/
H A Dsh_tmu.c36 struct sh_tmu_device;
39 struct sh_tmu_device *tmu;
52 struct sh_tmu_device { struct
454 struct sh_tmu_device *tmu) in sh_tmu_channel_setup()
479 static int sh_tmu_map_memory(struct sh_tmu_device *tmu) in sh_tmu_map_memory()
496 static int sh_tmu_parse_dt(struct sh_tmu_device *tmu) in sh_tmu_parse_dt()
514 static int sh_tmu_setup(struct sh_tmu_device *tmu, struct platform_device *pdev) in sh_tmu_setup()
599 struct sh_tmu_device *tmu = platform_get_drvdata(pdev); in sh_tmu_probe()