Searched refs:scsi_ptype (Results 1 – 1 of 1) sorted by relevance
3495 const char *get_ptype_str(int scsi_ptype) in get_ptype_str() argument3499 return (scsi_ptype < num) ? scsi_ptype_strs[scsi_ptype] : ""; in get_ptype_str()3565 struct page_code_desc *find_mode_page_table(int scsi_ptype, int *size) in find_mode_page_table() argument3567 switch (scsi_ptype) { in find_mode_page_table()3595 const char *find_page_code_desc(int page_num, int scsi_ptype) in find_page_code_desc() argument3601 pcdp = find_mode_page_table(scsi_ptype, &num); in find_page_code_desc()3621 static void list_page_codes(int scsi_ptype) in list_page_codes() argument3629 pcd_ptypep = find_mode_page_table(scsi_ptype, &num_ptype); in list_page_codes()3676 int scsi_ptype, density_code_off; in show_scsi_modes() local3712 scsi_ptype = inqBuff[0] & 0x1f; /* fetch peripheral device type */ in show_scsi_modes()[all …]