Lines Matching refs:msgs
100 struct i2c_msg msgs[] = { in x1205_get_datetime() local
115 if (i2c_transfer(client->adapter, &msgs[0], 2) != 2) { in x1205_get_datetime()
154 struct i2c_msg msgs[] = { in x1205_get_status() local
169 if (i2c_transfer(client->adapter, &msgs[0], 2) != 2) { in x1205_get_status()
303 struct i2c_msg msgs[] = { in x1205_get_dtrim() local
318 if (i2c_transfer(client->adapter, &msgs[0], 2) != 2) { in x1205_get_dtrim()
344 struct i2c_msg msgs[] = { in x1205_get_atrim() local
359 if (i2c_transfer(client->adapter, &msgs[0], 2) != 2) { in x1205_get_atrim()
421 struct i2c_msg msgs[2] = { in x1205_validate_client() local
435 xfer = i2c_transfer(client->adapter, msgs, 2); in x1205_validate_client()
459 struct i2c_msg msgs[2] = { in x1205_validate_client() local
473 xfer = i2c_transfer(client->adapter, msgs, 2); in x1205_validate_client()
504 struct i2c_msg msgs[] = { in x1205_rtc_read_alarm() local
520 if (i2c_transfer(client->adapter, &msgs[0], 2) != 2) { in x1205_rtc_read_alarm()