Searched refs:spi_sub_ptr (Results 1 – 1 of 1) sorted by relevance
250 struct pci1xxxx_spi_internal *spi_sub_ptr; in pci1xxxx_spi_probe() local280 spi_sub_ptr = spi_bus->spi_int[iter]; in pci1xxxx_spi_probe()281 spi_sub_ptr->spi_host = devm_spi_alloc_host(dev, sizeof(struct spi_controller)); in pci1xxxx_spi_probe()282 if (!spi_sub_ptr->spi_host) in pci1xxxx_spi_probe()285 spi_sub_ptr->parent = spi_bus; in pci1xxxx_spi_probe()286 spi_sub_ptr->spi_xfer_in_progress = false; in pci1xxxx_spi_probe()310 init_completion(&spi_sub_ptr->spi_xfer_done); in pci1xxxx_spi_probe()313 SPI_MST_EVENT_MASK_REG_OFFSET(spi_sub_ptr->hw_inst)); in pci1xxxx_spi_probe()316 SPI_MST_EVENT_MASK_REG_OFFSET(spi_sub_ptr->hw_inst)); in pci1xxxx_spi_probe()317 spi_sub_ptr->irq = pci_irq_vector(pdev, 0); in pci1xxxx_spi_probe()[all …]