Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/serial/
Dio_ti.c81 struct edgeport_fw_hdr { struct
806 struct edgeport_fw_hdr *fw_hdr = (struct edgeport_fw_hdr *)fw->data; in build_i2c_fw_hdr()
967 struct edgeport_fw_hdr *fw_hdr = (struct edgeport_fw_hdr *)fw->data; in check_fw_sanity()
969 if (fw->size < sizeof(struct edgeport_fw_hdr)) { in check_fw_sanity()
975 sizeof(struct edgeport_fw_hdr); in check_fw_sanity()
983 for (pos = sizeof(struct edgeport_fw_hdr); pos < fw->size; ++pos) in check_fw_sanity()
1008 struct edgeport_fw_hdr *fw_hdr; in download_fw()
1022 fw_hdr = (struct edgeport_fw_hdr *)fw->data; in download_fw()
1077 struct edgeport_fw_hdr *fw_hdr = (struct edgeport_fw_hdr *)fw->data; in do_download_mode()
1386 struct edgeport_fw_hdr *fw_hdr = (struct edgeport_fw_hdr *)fw->data; in do_boot_mode()