Searched refs:get_sku (Results 1 – 15 of 15) sorted by relevance
45 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() function90 hw_data->get_sku = get_sku; in adf_init_hw_data_dh895xcciov()
124 accel_pci_dev->sku = hw_data->get_sku(hw_data); in adf_probe()
45 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() function90 hw_data->get_sku = get_sku; in adf_init_hw_data_c62xiov()
45 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() function90 hw_data->get_sku = get_sku; in adf_init_hw_data_c3xxxiov()
94 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() function195 hw_data->get_sku = get_sku; in adf_init_hw_data_c3xxx()
135 accel_pci_dev->sku = hw_data->get_sku(hw_data); in adf_probe()
94 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() function197 hw_data->get_sku = get_sku; in adf_init_hw_data_c62x()
113 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() function225 hw_data->get_sku = get_sku; in adf_init_hw_data_dh895xcc()
133 accel_pci_dev->sku = hw_data->get_sku(hw_data); in adf_probe()
118 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() function238 hw_data->get_sku = get_sku; in adf_init_hw_data_4xxx()
196 accel_pci_dev->sku = hw_data->get_sku(hw_data); in adf_probe()
159 enum dev_sku_info (*get_sku)(struct adf_hw_device_data *self); member