Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clocksource/
Dsh_cmt.c35 struct sh_cmt_device;
93 struct sh_cmt_device *cmt;
114 struct sh_cmt_device { struct
850 bool clocksource, struct sh_cmt_device *cmt) in sh_cmt_setup_channel()
910 static int sh_cmt_map_memory(struct sh_cmt_device *cmt) in sh_cmt_map_memory()
948 static int sh_cmt_parse_dt(struct sh_cmt_device *cmt) in sh_cmt_parse_dt()
956 static int sh_cmt_setup(struct sh_cmt_device *cmt, struct platform_device *pdev) in sh_cmt_setup()
1044 struct sh_cmt_device *cmt = platform_get_drvdata(pdev); in sh_cmt_probe()