Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ieee802154/
Datusb.c65 unsigned char fw_ver_min; /* Firmware minor version number */ member
813 atusb->fw_ver_min = buffer[1]; in atusb_get_and_show_revision()
840 atusb->fw_ver_maj, atusb->fw_ver_min, hw_name, in atusb_get_and_show_revision()
843 if (atusb->fw_ver_maj == 0 && atusb->fw_ver_min < 2) { in atusb_get_and_show_revision()
846 atusb->fw_ver_maj, atusb->fw_ver_min); in atusb_get_and_show_revision()
978 if (atusb->fw_ver_maj == 0 && atusb->fw_ver_min < 3) { in atusb_set_extended_addr()
1058 if ((atusb->fw_ver_maj == 0 && atusb->fw_ver_min >= 3) || atusb->fw_ver_maj > 0) in atusb_probe()