Searched refs:minor_rev (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/soc/tegra/fuse/ |
D | tegra-apbmisc.c | 83 u32 id, chip_id, minor_rev; in tegra_init_revision() local 88 minor_rev = (id >> 16) & 0xf; in tegra_init_revision() 90 switch (minor_rev) { in tegra_init_revision()
|
/Linux-v4.19/drivers/scsi/esas2r/ |
D | atioctl.h | 114 u8 minor_rev; member 193 u16 minor_rev; member 238 u16 minor_rev; member
|
D | esas2r_ioctl.c | 459 gcc->minor_rev = HIBYTE(LOWORD(a->fw_version)); in csmi_ioctl_callback() 622 gdi->minor_rev = ESAS2R_MINOR_REV; in csmi_ioctl_done_callback() 1429 ioctl->data.chaninfo.minor_rev = ESAS2R_MINOR_REV; in esas2r_ioctl_handler()
|
/Linux-v4.19/drivers/scsi/ |
D | osst.h | 483 __u8 minor_rev; member
|
D | osst.c | 2318 header->minor_rev = 4; in osst_write_header() 2442 if (header->major_rev != 1 || header->minor_rev != 4 ) { in __osst_analyze_headers() 2445 name, (header->major_rev != 1 || header->minor_rev < 2 || in __osst_analyze_headers() 2446 header->minor_rev > 4 )? "Invalid" : "Warning:", in __osst_analyze_headers() 2447 header->major_rev, header->minor_rev); in __osst_analyze_headers() 2449 if (header->major_rev != 1 || header->minor_rev < 2 || header->minor_rev > 4) in __osst_analyze_headers() 2521 if (header->minor_rev < 4 && STp->linux_media_version == 4) { in __osst_analyze_headers() 2529 if (header->minor_rev == 4 && in __osst_analyze_headers() 5698 … = snprintf(buf, PAGE_SIZE, "%d.%d\n", STp->header_cache->major_rev, STp->header_cache->minor_rev); in osst_adr_rev_show()
|
/Linux-v4.19/drivers/usb/host/ |
D | xhci.c | 4972 unsigned int minor_rev; in xhci_gen_setup() local 5005 minor_rev = xhci->usb3_rhub.min_rev; in xhci_gen_setup() 5006 if (minor_rev) { in xhci_gen_setup() 5011 minor_rev, in xhci_gen_setup() 5012 minor_rev ? "Enhanced" : ""); in xhci_gen_setup()
|
/Linux-v4.19/include/acpi/ |
D | actbl2.h | 1531 u16 minor_rev; member
|
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/ |
D | i40e_adminq_cmd.h | 392 u8 minor_rev; member
|
/Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_adminq_cmd.h | 395 u8 minor_rev; member
|