Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ieee802154/
Datusb.c64 unsigned char fw_ver_maj; /* Firmware major version number */ member
745 atusb->fw_ver_maj = buffer[0]; in atusb_get_and_show_revision()
773 atusb->fw_ver_maj, atusb->fw_ver_min, hw_name, in atusb_get_and_show_revision()
776 if (atusb->fw_ver_maj == 0 && atusb->fw_ver_min < 2) { in atusb_get_and_show_revision()
779 atusb->fw_ver_maj, atusb->fw_ver_min); in atusb_get_and_show_revision()
919 if (atusb->fw_ver_maj == 0 && atusb->fw_ver_min < 3) { in atusb_set_extended_addr()
993 if ((atusb->fw_ver_maj == 0 && atusb->fw_ver_min >= 3) || atusb->fw_ver_maj > 0) in atusb_probe()