Lines Matching defs:data
58 * cbus_send_data - sends @len amount of data over the bus
60 * @data: the data to send
63 static void cbus_send_data(struct cbus_host *host, unsigned data, unsigned len)
68 cbus_send_bit(host, data & (1 << (i - 1)));
107 * cbus_transfer - transfers data over the bus
112 * @data: if @rw == I2C_SBUS_WRITE data to send otherwise 0
115 unsigned reg, unsigned data)
139 cbus_send_data(host, data, 16);
151 dev_dbg(host->dev, "failed receiving data\n");
173 union i2c_smbus_data *data)
182 command, data->word);
187 data->word = ret;