Lines Matching defs:command
331 u8 command;
344 u8 command[3];
354 static int ads7846_read12_ser(struct device *dev, unsigned command)
383 command |= ADS_PD10_REF_ON;
387 command |= ADS_PD10_ADC_ON;
390 req->command = (u8) command;
391 req->xfer[2].tx_buf = &req->command;
429 static int ads7845_read12_ser(struct device *dev, unsigned command)
442 req->command[0] = (u8) command;
443 req->xfer[0].tx_buf = req->command;