Lines Matching +defs:val +defs:host
58 struct mmc_host *host = s->private; in mmc_ios_show() local
202 static int mmc_clock_opt_get(void *data, u64 *val) in mmc_clock_opt_get()
204 struct mmc_host *host = data; in mmc_clock_opt_get() local
211 static int mmc_clock_opt_set(void *data, u64 val) in mmc_clock_opt_set()
213 struct mmc_host *host = data; in mmc_clock_opt_set() local
229 static int mmc_err_state_get(void *data, u64 *val) in mmc_err_state_get()
231 struct mmc_host *host = data; in mmc_err_state_get() local
252 struct mmc_host *host = file->private; in mmc_err_stats_show() local
289 struct mmc_host *host = filp->f_mapping->host->i_private; in mmc_err_stats_write() local
304 static int mmc_caps_get(void *data, u64 *val) in mmc_caps_get()
310 static int mmc_caps_set(void *data, u64 val) in mmc_caps_set()
328 static int mmc_caps2_set(void *data, u64 val) in mmc_caps2_set()
347 void mmc_add_host_debugfs(struct mmc_host *host) in mmc_add_host_debugfs()
375 void mmc_remove_host_debugfs(struct mmc_host *host) in mmc_remove_host_debugfs()
382 struct mmc_host *host = card->host; in mmc_add_card_debugfs() local