Searched refs:goodix_send_cfg (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | goodix.h | 112 int goodix_send_cfg(struct goodix_ts_data *ts, const u8 *cfg, int len);
|
H A D | goodix_fwupload.c | 365 error = goodix_send_cfg(ts, ts->config, ts->chip->config_len); in goodix_handle_fw_request()
|
H A D | goodix.c | 621 * goodix_send_cfg - Write fw config to device 627 int goodix_send_cfg(struct goodix_ts_data *ts, const u8 *cfg, int len) in goodix_send_cfg() function 1275 error = goodix_send_cfg(ts, cfg->data, cfg->size); in goodix_config_cb() 1498 error = goodix_send_cfg(ts, ts->config, ts->chip->config_len); in goodix_resume()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | goodix.c | 559 * goodix_send_cfg - Write fw config to device 564 static int goodix_send_cfg(struct goodix_ts_data *ts, const u8 *cfg, int len) in goodix_send_cfg() function 1172 error = goodix_send_cfg(ts, cfg->data, cfg->size); in goodix_config_cb() 1395 error = goodix_send_cfg(ts, ts->config, ts->chip->config_len); in goodix_resume()
|
Completed in 8 milliseconds