Lines Matching defs:chip_data
632 int_desc = data->chip_data;
771 struct hv_pci_chip_data *chip_data = domain->host_data;
776 mutex_lock(&chip_data->map_lock);
777 bitmap_release_region(chip_data->spi_map,
780 mutex_unlock(&chip_data->map_lock);
801 struct hv_pci_chip_data *chip_data = domain->host_data;
805 mutex_lock(&chip_data->map_lock);
806 index = bitmap_find_free_region(chip_data->spi_map,
809 mutex_unlock(&chip_data->map_lock);
899 static struct hv_pci_chip_data *chip_data;
903 chip_data = kzalloc(sizeof(*chip_data), GFP_KERNEL);
904 if (!chip_data)
907 mutex_init(&chip_data->map_lock);
919 chip_data);
929 kfree(chip_data);
1646 irq_data->chip_data = NULL;
1856 if (data->chip_data && multi_msi) {
1857 int_desc = data->chip_data;
1874 if (data->chip_data && !multi_msi) {
1875 int_desc = data->chip_data;
1876 data->chip_data = NULL;
1890 data->chip_data = int_desc;
2025 data->chip_data = int_desc;