Lines Matching refs:part
101 struct list_head part; member
253 list_for_each_entry(part_md, &md->part, part) in power_ro_lock_store()
2238 INIT_LIST_HEAD(&md->part); in mmc_blk_alloc_req()
2353 list_add(&part_md->part, &md->part); in mmc_blk_alloc_part()
2377 if (card->part[idx].size) { in mmc_blk_alloc_parts()
2379 card->part[idx].part_cfg, in mmc_blk_alloc_parts()
2380 card->part[idx].size >> 9, in mmc_blk_alloc_parts()
2381 card->part[idx].force_ro, in mmc_blk_alloc_parts()
2382 card->part[idx].name, in mmc_blk_alloc_parts()
2383 card->part[idx].area_type); in mmc_blk_alloc_parts()
2426 list_for_each_safe(pos, q, &md->part) { in mmc_blk_remove_parts()
2427 part_md = list_entry(pos, struct mmc_blk_data, part); in mmc_blk_remove_parts()
2589 list_for_each_entry(part_md, &md->part, part) { in mmc_blk_probe()
2637 list_for_each_entry(part_md, &md->part, part) { in _mmc_blk_suspend()
2669 list_for_each_entry(part_md, &md->part, part) { in mmc_blk_resume()