Lines Matching refs:part
99 struct list_head part; member
251 list_for_each_entry(part_md, &md->part, part) in power_ro_lock_store()
2133 INIT_LIST_HEAD(&md->part); in mmc_blk_alloc_req()
2247 list_add(&part_md->part, &md->part); in mmc_blk_alloc_part()
2271 if (card->part[idx].size) { in mmc_blk_alloc_parts()
2273 card->part[idx].part_cfg, in mmc_blk_alloc_parts()
2274 card->part[idx].size >> 9, in mmc_blk_alloc_parts()
2275 card->part[idx].force_ro, in mmc_blk_alloc_parts()
2276 card->part[idx].name, in mmc_blk_alloc_parts()
2277 card->part[idx].area_type); in mmc_blk_alloc_parts()
2320 list_for_each_safe(pos, q, &md->part) { in mmc_blk_remove_parts()
2321 part_md = list_entry(pos, struct mmc_blk_data, part); in mmc_blk_remove_parts()
2469 list_for_each_entry(part_md, &md->part, part) { in mmc_blk_probe()
2517 list_for_each_entry(part_md, &md->part, part) { in _mmc_blk_suspend()
2549 list_for_each_entry(part_md, &md->part, part) { in mmc_blk_resume()