Lines Matching defs:client
34 * struct s3c_hwmon - ADC hwmon client information
36 * @client: The client we registered with the S3C ADC core.
42 struct s3c_adc_client *client;
69 ret = s3c_adc_read(hwmon->client, channel);
285 hwmon->client = s3c_adc_register(dev, NULL, NULL, 0);
286 if (IS_ERR(hwmon->client)) {
288 return PTR_ERR(hwmon->client);
345 s3c_adc_release(hwmon->client);
361 s3c_adc_release(hwmon->client);