Home
last modified time | relevance | path

Searched refs:fw_ver_min (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ieee802154/
H A Datusb.c65 unsigned char fw_ver_min; /* Firmware minor version number */ member
815 atusb->fw_ver_min = buffer[1]; in atusb_get_and_show_revision()
842 atusb->fw_ver_maj, atusb->fw_ver_min, hw_name, in atusb_get_and_show_revision()
845 if (atusb->fw_ver_maj == 0 && atusb->fw_ver_min < 2) { in atusb_get_and_show_revision()
848 atusb->fw_ver_maj, atusb->fw_ver_min); in atusb_get_and_show_revision()
980 if (atusb->fw_ver_maj == 0 && atusb->fw_ver_min < 3) { in atusb_set_extended_addr()
1060 if ((atusb->fw_ver_maj == 0 && atusb->fw_ver_min >= 3) || atusb->fw_ver_maj > 0) in atusb_probe()