Searched refs:get_sku (Results 1 – 15 of 15) sorted by relevance
48 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() function88 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()
48 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() function88 hw_data->get_sku = get_sku; in adf_init_hw_data_c62xiov()
48 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() function88 hw_data->get_sku = get_sku; in adf_init_hw_data_dh895xcciov()
92 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() function139 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()
92 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() function141 hw_data->get_sku = get_sku; in adf_init_hw_data_c62x()
98 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() function235 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()
305 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() function548 hw_data->get_sku = get_sku; in adf_init_hw_data_4xxx()
356 accel_pci_dev->sku = hw_data->get_sku(hw_data); in adf_probe()
184 enum dev_sku_info (*get_sku)(struct adf_hw_device_data *self); member