Searched refs:output (Results 326 - 350 of 962) sorted by path

<<11121314151617181920>>

/linux-master/drivers/hwtracing/stm/
H A Dp_sys-t.c98 static int sys_t_output_open(void *priv, struct stm_output *output) argument
108 output->pdrv_private = opriv;
113 static void sys_t_output_close(struct stm_output *output) argument
115 kfree(output->pdrv_private);
287 static ssize_t sys_t_write(struct stm_data *data, struct stm_output *output, argument
290 struct sys_t_output *op = output->pdrv_private;
291 unsigned int c = output->channel + chan;
292 unsigned int m = output->master;
H A Dstm.h73 struct stm_output output; member in struct:stm_file
85 /* one output per stm_source device */
86 struct stm_output output; member in struct:stm_source_device
98 struct stm_output *output, unsigned int chan,
101 int (*output_open)(void *priv, struct stm_output *output);
102 void (*output_close)(struct stm_output *output);
/linux-master/drivers/i2c/busses/
H A Di2c-gpio.c35 * Toggle SDA by changing the output value of the pin. This is only
37 * high effectively turns off the output driver.)
47 * Toggle SCL by changing the output value of the pin. This is used
48 * for pins that are configured as open drain and for output-only
184 goto output;
189 output:
294 device_property_read_bool(dev, "i2c-gpio,scl-output-only");
296 device_property_read_bool(dev, "i2c-gpio,sda-output-only");
374 * handle them as we handle any other output. Else we enforce open
H A Di2c-stm32f7.c244 * struct stm32f7_i2c_timings - private I2C output parameters
462 struct stm32f7_i2c_timings *output)
631 output->presc = s->presc;
632 output->scldel = s->scldel;
633 output->sdadel = s->sdadel;
634 output->scll = s->scll;
635 output->sclh = s->sclh;
639 output->presc,
640 output->scldel, output
460 stm32f7_i2c_compute_timing(struct stm32f7_i2c_dev *i2c_dev, struct stm32f7_i2c_setup *setup, struct stm32f7_i2c_timings *output) argument
[all...]
/linux-master/drivers/iio/adc/
H A Dmcp3564.c35 /* Internal clock is selected and AMCLK is present on the analog master clock output pin */
37 /* Internal clock is selected and no clock output is present on the CLK pin */
651 .output = true,
794 if (!channel->output)
833 if (channel->output) {
895 if (!channel->output)
H A Dqcom-vadc-common.c347 u32 tablesize, s32 input, int *output)
358 *output = pts[0].y;
360 *output = pts[tablesize - 1].y;
363 *output = fixp_linear_interpolate(pts[i - 1].x, pts[i - 1].y,
346 qcom_vadc_map_voltage_temp(const struct vadc_map_pt *pts, u32 tablesize, s32 input, int *output) argument
/linux-master/drivers/iio/addac/
H A Dad74115.c555 dev_err(dev, "Failed to set GPIO %u output value, err: %d\n",
1169 if (chan->output)
1180 if (chan->output)
1185 if (chan->output)
1190 if (chan->output)
1207 if (!chan->output)
1212 if (chan->output)
1227 if (chan->output) {
1267 .output = 1, \
1555 if (channels[0].output
[all...]
H A Dad74413r.c990 if (chan->output)
997 if (chan->output)
1018 if (chan->output)
1050 if (!chan->output)
1109 .output = 1, \
1118 .output = 0, \
1301 if (chan->output)
H A Dstx104.c28 .output = 1 \
218 if (chan->output) {
317 if (!chan->output)
/linux-master/drivers/iio/afe/
H A Diio-rescale.c288 chan->output = schan->output;
388 ret = device_property_read_u32(dev, "output-ohms",
391 dev_err(dev, "failed to read output-ohms: %d\n", ret);
/linux-master/drivers/iio/amplifiers/
H A Dad8366.c231 .output = 1, \
H A Dada4250.c283 .output = 1,
H A Dhmc425a.c280 .output = 1, \
289 .output = 1, \
/linux-master/drivers/iio/chemical/
H A Datlas-sensor.c134 .output = 1,
178 .output = 1,
220 .output = 1,
H A Dscd30_core.c208 if (chan->output) {
482 .output = 1,
H A Dscd4x.c349 if (chan->output) {
573 .output = 1,
H A Dsgp40.c82 .output = 1,
87 .output = 1,
/linux-master/drivers/iio/dac/
H A Dad3552r.c230 /* Select the output range. Select from enum ad3552r_ch_output_range */
233 * Over-rider the range selector in order to manually set the output
425 .output = true, \
811 "custom-output-range-config");
814 "mandatory custom-output-range-config property missing\n");
965 if (fwnode_property_present(child, "adi,output-range-microvolt")) {
967 "adi,output-range-microvolt",
972 "adi,output-range-microvolt property could not be parsed\n");
979 "Invalid adi,output-range-microvolt value\n");
992 "adi,output
[all...]
H A Dad5064.c399 .output = 1, \
H A Dad5360.c105 .output = 1, \
H A Dad5380.c257 .output = 1, \
H A Dad5421.c111 .output = 1,
H A Dad5446.c152 .output = 1, \
H A Dad5449.c202 .output = 1, \
H A Dad5504.c251 .output = 1, \

Completed in 304 milliseconds

<<11121314151617181920>>