Searched refs:thc_dev_init (Results 1 – 3 of 3) sorted by relevance
99 struct thc_device *thc_dev_init(struct device *device, void __iomem *mem_addr);
195 struct thc_device *thc_dev_init(struct device *device, void __iomem *mem_addr) in thc_dev_init() function227 EXPORT_SYMBOL_NS_GPL(thc_dev_init, "INTEL_THC");
386 qsdev->thc_hw = thc_dev_init(qsdev->dev, qsdev->mem_addr); in quickspi_dev_init()