Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ieee802154/
H A Datusb.c64 unsigned char fw_ver_maj; /* Firmware major version number */ member
814 atusb->fw_ver_maj = buffer[0]; 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()
/kernel/linux/linux-6.6/drivers/net/ieee802154/
H A 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()

Completed in 4 milliseconds