Searched refs:PhyBlock (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/storage/ |
H A D | ene_ub6250.c | 228 #define ms_libconv_to_logical(pdx, PhyBlock) (((PhyBlock) >= (pdx)->MS_Lib.NumberOfPhyBlock) ? MS_STATUS_ERROR : (pdx)->MS_Lib.Phy2LogMap[PhyBlock]) 850 static int ms_count_freeblock(struct us_data *us, u16 PhyBlock) in ms_count_freeblock() argument 855 Ende = PhyBlock + MS_PHYSICAL_BLOCKS_PER_SEGMENT; in ms_count_freeblock() 856 for (Count = 0; PhyBlock < Ende; PhyBlock++) { in ms_count_freeblock() 857 switch (info->MS_Lib.Phy2LogMap[PhyBlock]) { in ms_count_freeblock() 931 static int ms_lib_process_bootblock(struct us_data *us, u16 PhyBlock, u8 *PageData) in ms_lib_process_bootblock() argument 982 ms_lib_set_bootblockmark(us, PhyBlock); in ms_lib_process_bootblock() 1212 ms_lib_check_disableblock(struct us_data *us, u16 PhyBlock) ms_lib_check_disableblock() argument 1346 ms_lib_read_extra(struct us_data *us, u32 PhyBlock, u8 PageNum, struct ms_lib_type_extdat *ExtraDat) ms_lib_read_extra() argument 1518 ms_lib_phy_to_log_range(u16 PhyBlock, u16 *LogStart, u16 *LogEnde) ms_lib_phy_to_log_range() argument 1531 ms_lib_read_extrablock(struct us_data *us, u32 PhyBlock, u8 PageNum, u8 blen, void *buf) ms_lib_read_extrablock() argument 1559 u16 PhyBlock, newblk, i; ms_lib_scan_logicalblocknumber() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/storage/ |
H A D | ene_ub6250.c | 228 #define ms_libconv_to_logical(pdx, PhyBlock) (((PhyBlock) >= (pdx)->MS_Lib.NumberOfPhyBlock) ? MS_STATUS_ERROR : (pdx)->MS_Lib.Phy2LogMap[PhyBlock]) 850 static int ms_count_freeblock(struct us_data *us, u16 PhyBlock) in ms_count_freeblock() argument 855 Ende = PhyBlock + MS_PHYSICAL_BLOCKS_PER_SEGMENT; in ms_count_freeblock() 856 for (Count = 0; PhyBlock < Ende; PhyBlock++) { in ms_count_freeblock() 857 switch (info->MS_Lib.Phy2LogMap[PhyBlock]) { in ms_count_freeblock() 932 static int ms_lib_process_bootblock(struct us_data *us, u16 PhyBlock, u8 *PageData) in ms_lib_process_bootblock() argument 983 ms_lib_set_bootblockmark(us, PhyBlock); in ms_lib_process_bootblock() 1213 ms_lib_check_disableblock(struct us_data *us, u16 PhyBlock) ms_lib_check_disableblock() argument 1347 ms_lib_read_extra(struct us_data *us, u32 PhyBlock, u8 PageNum, struct ms_lib_type_extdat *ExtraDat) ms_lib_read_extra() argument 1519 ms_lib_phy_to_log_range(u16 PhyBlock, u16 *LogStart, u16 *LogEnde) ms_lib_phy_to_log_range() argument 1532 ms_lib_read_extrablock(struct us_data *us, u32 PhyBlock, u8 PageNum, u8 blen, void *buf) ms_lib_read_extrablock() argument 1560 u16 PhyBlock, newblk, i; ms_lib_scan_logicalblocknumber() local [all...] |
Completed in 9 milliseconds