Searched refs:part_type (Results 1 – 12 of 12) sorted by relevance
/linux/arch/mips/sibyte/bcm1480/ |
H A D | setup.c | 30 static unsigned int part_type; variable 76 if (part_type == K_SYS_PART_BCM1480) in sys_rev_decode() 78 else if (part_type == K_SYS_PART_BCM1280) in sys_rev_decode() 86 if (part_type == K_SYS_PART_BCM1455) in sys_rev_decode() 88 else if (part_type == K_SYS_PART_BCM1255) in sys_rev_decode() 96 printk("Unknown part type %x\n", part_type); in sys_rev_decode() 112 part_type = G_SYS_PART(sys_rev); in bcm1480_setup()
|
/linux/drivers/firmware/efi/ |
H A D | cper-x86.c | 238 u8 part_type = CHECK_BUS_PART_TYPE(check); in print_err_info() local 240 printk("%sParticipation Type: %u, %s\n", pfx, part_type, in print_err_info() 241 part_type < ARRAY_SIZE(ia_check_bus_part_type_strs) ? in print_err_info() 242 ia_check_bus_part_type_strs[part_type] : "unknown"); in print_err_info()
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | mc5.c | 344 switch (mc5->part_type) { in t3_mc5_init() 352 CH_ERR(adap, "Unsupported TCAM type %d\n", mc5->part_type); in t3_mc5_init() 415 mc5->part_type = (unsigned char)G_TMTYPE(cfg); in t3_mc5_prep() 417 mc5->part_type |= 4; in t3_mc5_prep()
|
H A D | common.h | 445 unsigned char part_type; member
|
/linux/drivers/mmc/core/ |
H A D | block.c | 165 unsigned int part_type; member 222 unsigned int part_type); 552 target_part = md->part_type; in __mmc_blk_ioctl_cmd() 922 unsigned int part_type) in mmc_blk_part_switch_pre() argument 928 if ((part_type & mask) == rpmb) { in mmc_blk_part_switch_pre() 941 unsigned int part_type) in mmc_blk_part_switch_post() argument 947 if ((part_type & mask) == rpmb) { in mmc_blk_part_switch_post() 957 unsigned int part_type) in mmc_blk_part_switch() argument 962 if (main_md->part_curr == part_type) in mmc_blk_part_switch() 968 ret = mmc_blk_part_switch_pre(card, part_type); in mmc_blk_part_switch() 2583 mmc_blk_alloc_req(struct mmc_card * card,struct device * parent,sector_t size,bool default_ro,const char * subname,int area_type,unsigned int part_type) mmc_blk_alloc_req() argument 2729 mmc_blk_alloc_part(struct mmc_card * card,struct mmc_blk_data * md,unsigned int part_type,sector_t size,bool default_ro,const char * subname,int area_type) mmc_blk_alloc_part() argument [all...] |
/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_defs.h | 265 u32 part_type; /* partition type */ member
|
H A D | bnad_ethtool.c | 929 flash_part = flash_attr->part[i].part_type; in bnad_get_flash_partition_by_offset()
|
/linux/block/partitions/ |
H A D | core.c | 264 const struct device_type part_type = { variable 342 pdev->type = &part_type; in add_partition()
|
/linux/drivers/scsi/bfa/ |
H A D | bfa_defs.h | 1125 u32 part_type; /* partition type */ member
|
H A D | bfa_ioc.c | 4355 attr->part[i].part_type = in bfa_flash_intr() 4356 be32_to_cpu(f->part[i].part_type); in bfa_flash_intr()
|
/linux/include/linux/ |
H A D | blkdev.h | 46 extern const struct device_type part_type;
|
/linux/drivers/base/ |
H A D | core.c | 2366 return !(dev->type == &part_type); in device_is_not_partition()
|