Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ieee802154/
Datusb.c65 unsigned char fw_ver_min; /* Firmware minor version number */ member
812 atusb->fw_ver_min = buffer[1]; in atusb_get_and_show_revision()
839 atusb->fw_ver_maj, atusb->fw_ver_min, hw_name, in atusb_get_and_show_revision()
842 if (atusb->fw_ver_maj == 0 && atusb->fw_ver_min < 2) { in atusb_get_and_show_revision()
845 atusb->fw_ver_maj, atusb->fw_ver_min); in atusb_get_and_show_revision()
977 if (atusb->fw_ver_maj == 0 && atusb->fw_ver_min < 3) { in atusb_set_extended_addr()
1057 if ((atusb->fw_ver_maj == 0 && atusb->fw_ver_min >= 3) || atusb->fw_ver_maj > 0) in atusb_probe()