Searched refs:tegra_xusb_fw_header (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/usb/host/
H A Dxhci-tegra.c157 struct tegra_xusb_fw_header { struct
951 struct tegra_xusb_fw_header *header;
962 header = (struct tegra_xusb_fw_header *)fw->data;
973 header = (struct tegra_xusb_fw_header *)tegra->fw.virt;
1002 struct tegra_xusb_fw_header *header;
1009 header = (struct tegra_xusb_fw_header *)tegra->fw.virt;
1098 if (offset >= sizeof(struct tegra_xusb_fw_header))
1114 timestamp = tegra_xusb_read_firmware_header(tegra, offsetof_32(struct tegra_xusb_fw_header,
1546 BUILD_BUG_ON(sizeof(struct tegra_xusb_fw_header) != 256);

Completed in 174 milliseconds