#include <linux/moduleparam.h>
#include <linux/export.h>
#include <linux/debugfs.h>
#include <linux/fs.h>
#include <linux/seq_file.h>
#include <linux/slab.h>
#include <linux/stat.h>
#include <linux/fault-inject.h>
#include <linux/mmc/card.h>
#include <linux/mmc/host.h>
#include "core.h"
#include "mmc_ops.h"
Go to the source code of this file.
#define EXT_CSD_STR_LEN 1025 |
DEFINE_SIMPLE_ATTRIBUTE |
( |
mmc_clock_fops |
, |
|
|
mmc_clock_opt_get |
, |
|
|
mmc_clock_opt_set |
, |
|
|
"%llu\n" |
|
|
) |
| |
DEFINE_SIMPLE_ATTRIBUTE |
( |
mmc_dbg_card_status_fops |
, |
|
|
mmc_dbg_card_status_get |
, |
|
|
NULL |
, |
|
|
"%08llx\n" |
|
|
) |
| |