Lines Matching refs:write_buf
405 u8 write_buf = 0x12; in test_i2c() local
415 ret = gsl_ts_write(client, 0xf0, &write_buf, sizeof(write_buf)); in test_i2c()
455 u8 write_buf[4] = {0}; in clr_reg() local
457 write_buf[0] = 0x88; in clr_reg()
458 gsl_ts_write(client, 0xe0, &write_buf[0], 1); in clr_reg()
460 write_buf[0] = 0x03; in clr_reg()
461 gsl_ts_write(client, 0x80, &write_buf[0], 1); in clr_reg()
463 write_buf[0] = 0x04; in clr_reg()
464 gsl_ts_write(client, 0xe4, &write_buf[0], 1); in clr_reg()
466 write_buf[0] = 0x00; in clr_reg()
467 gsl_ts_write(client, 0xe0, &write_buf[0], 1); in clr_reg()
917 char write_buf[4] = {0}; in gsl_monitor_worker() local
954 write_buf[3] = 0x01; in gsl_monitor_worker()
955 write_buf[2] = 0xfe; in gsl_monitor_worker()
956 write_buf[1] = 0x10; in gsl_monitor_worker()
957 write_buf[0] = 0x00; in gsl_monitor_worker()
958 gsl_ts_write(gsl_client, 0xf0, write_buf, 4); in gsl_monitor_worker()