Searched refs:fruaccess_func (Results 1 – 1 of 1) sorted by relevance
144 static fruaccess_func_ptrs_t fruaccess_func[2] = { variable3143 return (fruaccess_func[fru_format.format - 1].open_container(fru)); in fru_open_container()3159 ret = fruaccess_func[fru_format.format - 1].close_container(container); in fru_close_container()3175 ret = fruaccess_func[fru_format.format - 1].get_num_sections(container, in fru_get_num_sections()3194 ret = fruaccess_func[fru_format.format - 1].get_sections(container, in fru_get_sections()3212 ret = fruaccess_func[fru_format.format - 1].get_num_segments(section, in fru_get_num_segments()3230 ret = fruaccess_func[fru_format.format - 1].get_segments(section, in fru_get_segments()3249 ret = fruaccess_func[fru_format.format - 1].add_segment(section, in fru_add_segment()3267 ret = fruaccess_func[fru_format.format - 1].delete_segment(segment, in fru_delete_segment()3285 ret = fruaccess_func[fru_format.format - 1].read_segment(segment, in fru_read_segment()[all …]