Searched refs:spi_sub_ptr (Results 1 – 1 of 1) sorted by relevance
701 struct pci1xxxx_spi_internal *spi_sub_ptr; in pci1xxxx_spi_probe() local731 spi_sub_ptr = spi_bus->spi_int[iter]; in pci1xxxx_spi_probe()732 spi_sub_ptr->spi_host = devm_spi_alloc_host(dev, sizeof(struct spi_controller)); in pci1xxxx_spi_probe()733 if (!spi_sub_ptr->spi_host) in pci1xxxx_spi_probe()736 spi_sub_ptr->parent = spi_bus; in pci1xxxx_spi_probe()737 spi_sub_ptr->spi_xfer_in_progress = false; in pci1xxxx_spi_probe()761 init_completion(&spi_sub_ptr->spi_xfer_done); in pci1xxxx_spi_probe()764 SPI_MST_EVENT_MASK_REG_OFFSET(spi_sub_ptr->hw_inst)); in pci1xxxx_spi_probe()767 SPI_MST_EVENT_MASK_REG_OFFSET(spi_sub_ptr->hw_inst)); in pci1xxxx_spi_probe()768 spi_sub_ptr->irq = pci_irq_vector(pdev, 0); in pci1xxxx_spi_probe()[all …]