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;
210 struct i2c_slave_host_notify_status *status = client->dev.platform_data;
218 if (status->index == 0)
219 status->addr = *val;
220 if (status->index < U8_MAX)
221 status->index++;
224 if (status->index == SMBUS_HOST_NOTIFY_LEN)
226 status->addr);
229 status->index = 0;
259 struct i2c_slave_host_notify_status *status;
263 status = kzalloc(sizeof(struct i2c_slave_host_notify_status),
265 if (!status)
268 host_notify_board_info.platform_data = status;
272 kfree(status);
279 kfree(status);