Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/core/
Dhost.c279 host->clkgate_delay_attr.show = clkgate_delay_show; in mmc_host_clk_sysfs_init()
280 host->clkgate_delay_attr.store = clkgate_delay_store; in mmc_host_clk_sysfs_init()
281 sysfs_attr_init(&host->clkgate_delay_attr.attr); in mmc_host_clk_sysfs_init()
282 host->clkgate_delay_attr.attr.name = "clkgate_delay"; in mmc_host_clk_sysfs_init()
283 host->clkgate_delay_attr.attr.mode = S_IRUGO | S_IWUSR; in mmc_host_clk_sysfs_init()
284 if (device_create_file(&host->class_dev, &host->clkgate_delay_attr)) in mmc_host_clk_sysfs_init()
/linux-4.1.27/include/linux/mmc/
Dhost.h299 struct device_attribute clkgate_delay_attr; member