Home
last modified time | relevance | path

Searched refs:part_type (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/arch/mips/sibyte/bcm1480/
Dsetup.c30 static unsigned int part_type; variable
78 if (part_type == K_SYS_PART_BCM1480) in sys_rev_decode()
80 else if (part_type == K_SYS_PART_BCM1280) in sys_rev_decode()
88 if (part_type == K_SYS_PART_BCM1455) in sys_rev_decode()
90 else if (part_type == K_SYS_PART_BCM1255) in sys_rev_decode()
98 printk("Unknown part type %x\n", part_type); in sys_rev_decode()
114 part_type = G_SYS_PART(sys_rev); in bcm1480_setup()
/Linux-v5.4/drivers/firmware/efi/
Dcper-x86.c237 u8 part_type = CHECK_BUS_PART_TYPE(check); in print_err_info() local
239 printk("%sParticipation Type: %u, %s\n", pfx, part_type, in print_err_info()
240 part_type < ARRAY_SIZE(ia_check_bus_part_type_strs) ? in print_err_info()
241 ia_check_bus_part_type_strs[part_type] : "unknown"); in print_err_info()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/
Dmc5.c344 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()
Dcommon.h445 unsigned char part_type; member
/Linux-v5.4/drivers/mmc/core/
Dblock.c115 unsigned int part_type; member
170 unsigned int part_type);
496 target_part = md->part_type; in __mmc_blk_ioctl_cmd()
822 unsigned int part_type) in mmc_blk_part_switch_pre() argument
826 if (part_type == EXT_CSD_PART_CONFIG_ACC_RPMB) { in mmc_blk_part_switch_pre()
839 unsigned int part_type) in mmc_blk_part_switch_post() argument
843 if (part_type == EXT_CSD_PART_CONFIG_ACC_RPMB) { in mmc_blk_part_switch_post()
853 unsigned int part_type) in mmc_blk_part_switch() argument
858 if (main_md->part_curr == part_type) in mmc_blk_part_switch()
864 ret = mmc_blk_part_switch_pre(card, part_type); in mmc_blk_part_switch()
[all …]
/Linux-v5.4/drivers/net/ethernet/brocade/bna/
Dbfa_defs.h265 u32 part_type; /* partition type */ member
Dbnad_ethtool.c978 flash_part = flash_attr->part[i].part_type; in bnad_get_flash_partition_by_offset()
Dbfa_ioc.c3146 attr->part[i].part_type = in bfa_flash_intr()
3147 be32_to_cpu(f->part[i].part_type); in bfa_flash_intr()
/Linux-v5.4/block/
Dpartition-generic.c241 struct device_type part_type = { variable
368 pdev->type = &part_type; in add_partition()
/Linux-v5.4/include/linux/
Dgenhd.h29 extern struct device_type part_type;
/Linux-v5.4/drivers/scsi/bfa/
Dbfa_defs.h1125 u32 part_type; /* partition type */ member
Dbfa_ioc.c4381 attr->part[i].part_type = in bfa_flash_intr()
4382 be32_to_cpu(f->part[i].part_type); in bfa_flash_intr()
/Linux-v5.4/drivers/base/
Dcore.c905 return !(dev->type == &part_type); in device_is_not_partition()