Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/arch/mips/sibyte/bcm1480/
H A 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()
/kernel/linux/linux-6.6/arch/mips/sibyte/bcm1480/
H A Dsetup.c30 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()
/kernel/linux/common_modules/tzdriver/agent_rpmb/mplat/
H A Drpmb_driver.c58 uint32_t part_type; member
79 if (main_md->part_curr == md->part_type) in emmc_rpmb_switch()
96 cfg |= md->part_type; in emmc_rpmb_switch()
109 if (!mmc_card_cmdq(card) && (md->part_type <= 0)) { in emmc_rpmb_switch()
118 card->part_curr = md->part_type; in emmc_rpmb_switch()
120 main_md->part_curr = md->part_type; in emmc_rpmb_switch()
303 if (part_md->part_type == EXT_CSD_PART_CONFIG_ACC_RPMB) in rpmb_operation_emmc()
307 if (part_md->part_type != EXT_CSD_PART_CONFIG_ACC_RPMB) in rpmb_operation_emmc()
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A 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()
/kernel/linux/linux-6.6/drivers/firmware/efi/
H A Dcper-x86.c238 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()
/kernel/linux/linux-6.6/drivers/mmc/core/
H A Dblock.c120 unsigned int part_type; member
175 unsigned int part_type);
505 target_part = md->part_type; in __mmc_blk_ioctl_cmd()
875 unsigned int part_type) in mmc_blk_part_switch_pre()
881 if ((part_type & mask) == rpmb) { in mmc_blk_part_switch_pre()
894 unsigned int part_type) in mmc_blk_part_switch_post()
900 if ((part_type & mask) == rpmb) { in mmc_blk_part_switch_post()
910 unsigned int part_type) in mmc_blk_part_switch()
915 if (main_md->part_curr == part_type) in mmc_blk_part_switch()
921 ret = mmc_blk_part_switch_pre(card, part_type); in mmc_blk_part_switch()
874 mmc_blk_part_switch_pre(struct mmc_card *card, unsigned int part_type) mmc_blk_part_switch_pre() argument
893 mmc_blk_part_switch_post(struct mmc_card *card, unsigned int part_type) mmc_blk_part_switch_post() argument
909 mmc_blk_part_switch(struct mmc_card *card, unsigned int part_type) mmc_blk_part_switch() 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) mmc_blk_alloc_req() 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) mmc_blk_alloc_part() argument
[all...]
/kernel/linux/linux-5.10/drivers/mmc/core/
H A Dblock.c114 unsigned int part_type; member
169 unsigned int part_type);
485 target_part = md->part_type; in __mmc_blk_ioctl_cmd()
824 unsigned int part_type) in mmc_blk_part_switch_pre()
829 if ((part_type & mask) == mask) { in mmc_blk_part_switch_pre()
842 unsigned int part_type) in mmc_blk_part_switch_post()
847 if ((part_type & mask) == mask) { in mmc_blk_part_switch_post()
857 unsigned int part_type) in mmc_blk_part_switch()
862 if (main_md->part_curr == part_type) in mmc_blk_part_switch()
868 ret = mmc_blk_part_switch_pre(card, part_type); in mmc_blk_part_switch()
823 mmc_blk_part_switch_pre(struct mmc_card *card, unsigned int part_type) mmc_blk_part_switch_pre() argument
841 mmc_blk_part_switch_post(struct mmc_card *card, unsigned int part_type) mmc_blk_part_switch_post() argument
856 mmc_blk_part_switch(struct mmc_card *card, unsigned int part_type) mmc_blk_part_switch() argument
2474 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...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A 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()
H A Dcommon.h445 unsigned char part_type; member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A 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()
H A Dcommon.h445 unsigned char part_type; member
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs.h265 u32 part_type; /* partition type */ member
H A Dbfa_ioc.c3151 attr->part[i].part_type = in bfa_flash_intr()
3152 be32_to_cpu(f->part[i].part_type); in bfa_flash_intr()
H A Dbnad_ethtool.c977 flash_part = flash_attr->part[i].part_type; in bnad_get_flash_partition_by_offset()
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs.h265 u32 part_type; /* partition type */ member
H A Dbfa_ioc.c3151 attr->part[i].part_type = in bfa_flash_intr()
3152 be32_to_cpu(f->part[i].part_type); in bfa_flash_intr()
H A Dbnad_ethtool.c929 flash_part = flash_attr->part[i].part_type; in bnad_get_flash_partition_by_offset()
/kernel/linux/linux-5.10/block/partitions/
H A Dcore.c276 struct device_type part_type = { variable
446 pdev->type = &part_type; in add_partition()
/kernel/linux/linux-6.6/block/partitions/
H A Dcore.c259 const struct device_type part_type = { variable
356 pdev->type = &part_type; in add_partition()
/kernel/linux/linux-5.10/include/linux/
H A Dgenhd.h28 extern struct device_type part_type;
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H A Dbfa_defs.h1125 u32 part_type; /* partition type */ member
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H A Dbfa_defs.h1125 u32 part_type; /* partition type */ member
/kernel/linux/linux-6.6/include/linux/
H A Dblkdev.h44 extern const struct device_type part_type;
/kernel/linux/linux-5.10/drivers/base/
H A Dcore.c1639 return !(dev->type == &part_type); in device_is_not_partition()
/kernel/linux/linux-6.6/drivers/base/
H A Dcore.c2295 return !(dev->type == &part_type); in device_is_not_partition()

Completed in 46 milliseconds

12