Searched refs:get_sku (Results 1 – 16 of 16) sorted by relevance
115 get_sku(struct adf_hw_device_data *self) in get_sku() function364 hw_data->get_sku = get_sku; in adf_init_hw_data_4xxxiov()
130 accel_pci_dev->sku = hw_data->get_sku(hw_data); in adf_attach()
105 get_sku(struct adf_hw_device_data *self) in get_sku() function350 hw_data->get_sku = get_sku; in adf_init_hw_data_dh895xcc()
129 accel_pci_dev->sku = hw_data->get_sku(hw_data); in adf_attach()
116 get_sku(struct adf_hw_device_data *self) in get_sku() function357 hw_data->get_sku = get_sku; in adf_init_hw_data_c3xxx()
137 accel_pci_dev->sku = hw_data->get_sku(hw_data); in adf_attach()
118 get_sku(struct adf_hw_device_data *self) in get_sku() function362 hw_data->get_sku = get_sku; in adf_init_hw_data_c62x()
136 accel_pci_dev->sku = hw_data->get_sku(hw_data); in adf_attach()
117 get_sku(struct adf_hw_device_data *self) in get_sku() function484 hw_data->get_sku = get_sku; in adf_init_hw_data_200xx()
149 accel_pci_dev->sku = hw_data->get_sku(hw_data); in adf_attach()
361 get_sku(struct adf_hw_device_data *self) in get_sku() function802 sku = get_sku(hw_data); in c4xxx_configure_accel_units()1400 sku = get_sku(self); in get_accel_unit()1427 sku = get_sku(self); in get_ae_info()2150 hw_data->get_sku = get_sku; in adf_init_hw_data_c4xxx()
175 accel_pci_dev->sku = hw_data->get_sku(hw_data); in adf_attach()
139 accel_pci_dev->sku = hw_data->get_sku(hw_data); in adf_attach()
752 get_sku(struct adf_hw_device_data *self) in get_sku() function959 hw_data->get_sku = get_sku; in adf_init_hw_data_4xxx()
50 adf->sku = hw_data->get_sku(hw_data); in create_adf_dev_structure()
354 enum dev_sku_info (*get_sku)(struct adf_hw_device_data *self); member