Searched refs:get_sku (Results 1 – 16 of 16) sorted by relevance
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()
131 accel_pci_dev->sku = hw_data->get_sku(hw_data); in adf_attach()
115 get_sku(struct adf_hw_device_data *self) in get_sku() function396 hw_data->get_sku = get_sku; in adf_init_hw_data_4xxxiov()
138 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()
139 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()
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()
151 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()
177 accel_pci_dev->sku = hw_data->get_sku(hw_data); in adf_attach()
794 get_sku(struct adf_hw_device_data *self) in get_sku() function1001 hw_data->get_sku = get_sku; in adf_init_hw_data_4xxx()
210 accel_pci_dev->sku = hw_data->get_sku(hw_data); in adf_attach()
50 adf->sku = hw_data->get_sku(hw_data); in create_adf_dev_structure()
360 enum dev_sku_info (*get_sku)(struct adf_hw_device_data *self); member