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

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

Completed in 37 milliseconds