Searched refs:get_sku (Results 1 – 15 of 15) sorted by relevance
46 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() function86 hw_data->get_sku = get_sku; in adf_init_hw_data_c3xxxiov()
124 accel_pci_dev->sku = hw_data->get_sku(hw_data); in adf_probe()
46 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() function86 hw_data->get_sku = get_sku; in adf_init_hw_data_dh895xcciov()
46 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() function86 hw_data->get_sku = get_sku; in adf_init_hw_data_c62xiov()
66 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() function113 hw_data->get_sku = get_sku; in adf_init_hw_data_c3xxx()
136 accel_pci_dev->sku = hw_data->get_sku(hw_data); in adf_probe()
66 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() function115 hw_data->get_sku = get_sku; in adf_init_hw_data_c62x()
87 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() function224 hw_data->get_sku = get_sku; in adf_init_hw_data_dh895xcc()
134 accel_pci_dev->sku = hw_data->get_sku(hw_data); in adf_probe()
203 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() function338 hw_data->get_sku = get_sku; in adf_init_hw_data_4xxx()
220 accel_pci_dev->sku = hw_data->get_sku(hw_data); in adf_probe()
178 enum dev_sku_info (*get_sku)(struct adf_hw_device_data *self); member