Searched refs:export_branch_type (Results 1 – 2 of 2) sorted by relevance
53 int (*export_branch_type)(struct db_export *dbe, u32 branch_type,54 int (*export_branch_type)(struct db_export *dbe, u32 branch_type, global() member
286 if (dbe->export_branch_type) in db_export__branch_type() 287 return dbe->export_branch_type(dbe, branch_type, name); in db_export__branch_type()