Searched refs:uof_get_obj_type (Results 1 – 5 of 5) sorted by relevance
376 static int uof_get_obj_type(struct adf_accel_dev *accel_dev, u32 obj_num) in uof_get_obj_type() function454 hw_data->uof_get_obj_type = uof_get_obj_type; in adf_init_hw_data_420xx()
352 static int uof_get_obj_type(struct adf_accel_dev *accel_dev, u32 obj_num) in uof_get_obj_type() function446 hw_data->uof_get_obj_type = uof_get_obj_type; in adf_init_hw_data_4xxx()
756 static int uof_get_obj_type(struct adf_accel_dev *accel_dev, u32 obj_num) in uof_get_obj_type() function916 hw_data->uof_get_obj_type = uof_get_obj_type; in adf_init_hw_data_6xxx()
351 !hw_data->uof_get_obj_type || !hw_data->uof_get_num_objs) in adf_gen4_get_ring_to_svc_map()371 switch (hw_data->uof_get_obj_type(accel_dev, i)) { in adf_gen4_get_ring_to_svc_map()
316 int (*uof_get_obj_type)(struct adf_accel_dev *accel_dev, u32 obj_num); member