Lines Matching defs:command
329 u8 command;
342 u8 command[3];
352 static int ads7846_read12_ser(struct device *dev, unsigned command)
381 command |= ADS_PD10_REF_ON;
385 command |= ADS_PD10_ADC_ON;
388 req->command = (u8) command;
389 req->xfer[2].tx_buf = &req->command;
427 static int ads7845_read12_ser(struct device *dev, unsigned command)
440 req->command[0] = (u8) command;
441 req->xfer[0].tx_buf = req->command;