Lines Matching refs:tb_cfg_result
219 static struct tb_cfg_result decode_error(const struct ctl_pkg *response)
223 struct tb_cfg_result res = { 0 };
245 static struct tb_cfg_result parse_header(const struct ctl_pkg *pkg, u32 len,
249 struct tb_cfg_result res = { 0 };
261 const struct tb_cfg_result *res)
578 struct tb_cfg_result tb_cfg_request_sync(struct tb_ctl *ctl,
583 struct tb_cfg_result res = { 0 };
771 struct tb_cfg_result res;
792 struct tb_cfg_result tb_cfg_reset(struct tb_ctl *ctl, u64 route,
796 struct tb_cfg_result res = { 0 };
827 struct tb_cfg_result tb_cfg_read_raw(struct tb_ctl *ctl, void *buffer,
831 struct tb_cfg_result res = { 0 };
890 struct tb_cfg_result tb_cfg_write_raw(struct tb_ctl *ctl, const void *buffer,
894 struct tb_cfg_result res = { 0 };
949 const struct tb_cfg_result *res)
971 struct tb_cfg_result res = tb_cfg_read_raw(ctl, buffer, route, port,
997 struct tb_cfg_result res = tb_cfg_write_raw(ctl, buffer, route, port,
1032 struct tb_cfg_result res = tb_cfg_read_raw(ctl, &dummy, route, 0,