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

/linux-master/arch/mips/sibyte/bcm1480/
H A Dsetup.c30 static unsigned int part_type; variable
76 if (part_type == K_SYS_PART_BCM1480)
78 else if (part_type == K_SYS_PART_BCM1280)
86 if (part_type == K_SYS_PART_BCM1455)
88 else if (part_type == K_SYS_PART_BCM1255)
96 printk("Unknown part type %x\n", part_type);
112 part_type = G_SYS_PART(sys_rev);
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dmc5.c344 switch (mc5->part_type) {
352 CH_ERR(adap, "Unsupported TCAM type %d\n", mc5->part_type);
415 mc5->part_type = (unsigned char)G_TMTYPE(cfg);
417 mc5->part_type |= 4;
H A Dcommon.h445 unsigned char part_type; member in struct:mc5
/linux-master/drivers/firmware/efi/
H A Dcper-x86.c238 u8 part_type = CHECK_BUS_PART_TYPE(check); local
240 printk("%sParticipation Type: %u, %s\n", pfx, part_type,
241 part_type < ARRAY_SIZE(ia_check_bus_part_type_strs) ?
242 ia_check_bus_part_type_strs[part_type] : "unknown");
/linux-master/drivers/mmc/core/
H A Dblock.c120 unsigned int part_type; member in struct:mmc_blk_data
175 unsigned int part_type);
505 target_part = md->part_type;
875 unsigned int part_type)
881 if ((part_type & mask) == rpmb) {
894 unsigned int part_type)
900 if ((part_type & mask) == rpmb) {
910 unsigned int part_type)
915 if (main_md->part_curr == part_type)
921 ret = mmc_blk_part_switch_pre(card, part_type);
874 mmc_blk_part_switch_pre(struct mmc_card *card, unsigned int part_type) argument
893 mmc_blk_part_switch_post(struct mmc_card *card, unsigned int part_type) argument
909 mmc_blk_part_switch(struct mmc_card *card, unsigned int part_type) argument
2458 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) argument
2609 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) argument
[all...]
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs.h265 u32 part_type; /* partition type */ member in struct:bfa_flash_part_attr
H A Dbnad_ethtool.c929 flash_part = flash_attr->part[i].part_type;
H A Dbfa_ioc.c3151 attr->part[i].part_type =
3152 be32_to_cpu(f->part[i].part_type);
/linux-master/block/partitions/
H A Dcore.c259 const struct device_type part_type = { variable in typeref:struct:device_type
337 pdev->type = &part_type;
/linux-master/drivers/scsi/bfa/
H A Dbfa_defs.h1125 u32 part_type; /* partition type */ member in struct:bfa_flash_part_attr_s
H A Dbfa_ioc.c4376 attr->part[i].part_type =
4377 be32_to_cpu(f->part[i].part_type);
/linux-master/include/linux/
H A Dblkdev.h45 extern const struct device_type part_type;
/linux-master/drivers/base/
H A Dcore.c2384 return !(dev->type == &part_type);

Completed in 334 milliseconds