Home
last modified time | relevance | path

Searched defs:mmc_host (Results 1 – 1 of 1) sorted by relevance

/external/kernel-headers/original/linux/mmc/
Dhost.h76 struct mmc_host { struct
80 const struct mmc_host_ops *ops; argument
81 unsigned int f_min;
82 unsigned int f_max;
83 u32 ocr_avail;
85 unsigned long caps; /* Host capabilities */
90 unsigned int max_seg_size; /* see blk_queue_max_segment_size */
91 unsigned short max_hw_segs; /* see blk_queue_max_hw_segments */
92 unsigned short max_phys_segs; /* see blk_queue_max_phys_segments */
116 extern struct mmc_host *mmc_alloc_host(int extra, struct device *); argument