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() local278 spi_sub_ptr = spi_bus->spi_int[iter]; in pci1xxxx_spi_probe()279 spi_sub_ptr->spi_host = devm_spi_alloc_host(dev, sizeof(struct spi_controller)); in pci1xxxx_spi_probe()280 if (!spi_sub_ptr->spi_host) in pci1xxxx_spi_probe()283 spi_sub_ptr->parent = spi_bus; in pci1xxxx_spi_probe()284 spi_sub_ptr->spi_xfer_in_progress = false; in pci1xxxx_spi_probe()308 init_completion(&spi_sub_ptr->spi_xfer_done); in pci1xxxx_spi_probe()311 SPI_MST_EVENT_MASK_REG_OFFSET(spi_sub_ptr->hw_inst)); in pci1xxxx_spi_probe()314 SPI_MST_EVENT_MASK_REG_OFFSET(spi_sub_ptr->hw_inst)); in pci1xxxx_spi_probe()315 spi_sub_ptr->irq = pci_irq_vector(pdev, 0); in pci1xxxx_spi_probe()[all …]