Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-tegra.c132 struct tegra_xusb_fw_header { struct
882 struct tegra_xusb_fw_header *header; in tegra_xusb_request_firmware()
893 header = (struct tegra_xusb_fw_header *)fw->data; in tegra_xusb_request_firmware()
904 header = (struct tegra_xusb_fw_header *)tegra->fw.virt; in tegra_xusb_request_firmware()
915 struct tegra_xusb_fw_header *header; in tegra_xusb_load_firmware()
925 header = (struct tegra_xusb_fw_header *)tegra->fw.virt; in tegra_xusb_load_firmware()
1314 BUILD_BUG_ON(sizeof(struct tegra_xusb_fw_header) != 256); in tegra_xusb_probe()