Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clocksource/
Dsh_cmt.c35 struct sh_cmt_device;
93 struct sh_cmt_device *cmt;
114 struct sh_cmt_device { struct
856 bool clocksource, struct sh_cmt_device *cmt) in sh_cmt_setup_channel()
916 static int sh_cmt_map_memory(struct sh_cmt_device *cmt) in sh_cmt_map_memory()
951 static int sh_cmt_parse_dt(struct sh_cmt_device *cmt) in sh_cmt_parse_dt()
959 static int sh_cmt_setup(struct sh_cmt_device *cmt, struct platform_device *pdev) in sh_cmt_setup()
1046 struct sh_cmt_device *cmt = platform_get_drvdata(pdev); in sh_cmt_probe()