goodix_send_cfg
error = goodix_send_cfg(ts, cfg->data, cfg->size);
error = goodix_send_cfg(ts, ts->config, ts->chip->config_len);
int goodix_send_cfg(struct goodix_ts_data *ts, const u8 *cfg, int len);
error = goodix_send_cfg(ts, ts->config, ts->chip->config_len);