Searched refs:goodix_send_cfg (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/input/touchscreen/ |
D | goodix.h | 112 int goodix_send_cfg(struct goodix_ts_data *ts, const u8 *cfg, int len);
|
D | goodix_fwupload.c | 365 error = goodix_send_cfg(ts, ts->config, ts->chip->config_len); in goodix_handle_fw_request()
|
D | goodix.c | 619 int goodix_send_cfg(struct goodix_ts_data *ts, const u8 *cfg, int len) in goodix_send_cfg() function 1265 error = goodix_send_cfg(ts, cfg->data, cfg->size); in goodix_config_cb() 1489 error = goodix_send_cfg(ts, ts->config, ts->chip->config_len); in goodix_resume()
|