Lines Matching refs:status
74 s32 status;
85 status = i2c_smbus_read_byte(ara);
86 if (status < 0)
89 data.data = status & 1;
90 data.addr = status >> 1;
209 struct i2c_slave_host_notify_status *status = client->dev.platform_data;
217 if (status->index == 0)
218 status->addr = *val;
219 if (status->index < U8_MAX)
220 status->index++;
223 if (status->index == SMBUS_HOST_NOTIFY_LEN)
225 status->addr);
228 status->index = 0;
258 struct i2c_slave_host_notify_status *status;
262 status = kzalloc(sizeof(struct i2c_slave_host_notify_status),
264 if (!status)
267 host_notify_board_info.platform_data = status;
271 kfree(status);
278 kfree(status);