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