Searched refs:output (Results 251 - 275 of 949) sorted by last modified time

<<11121314151617181920>>

/linux-master/drivers/iio/dac/
H A Dad5791.c294 .output = 1, \
/linux-master/drivers/i2c/busses/
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...]
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
/linux-master/drivers/gpio/
H A Dgpio-en7523.c20 * @output: The output enable register.
26 void __iomem *output; member in struct:airoha_gpio_ctrl
39 u32 output = ioread32(ctrl->output); local
44 output |= BIT(gpio);
47 output &= ~BIT(gpio);
55 iowrite32(output, ctrl->output);
102 ctrl->output
[all...]
/linux-master/drivers/base/
H A Dsoc.c73 const char *output; local
76 output = soc_dev->attr->machine;
78 output = soc_dev->attr->family;
80 output = soc_dev->attr->revision;
82 output = soc_dev->attr->serial_number;
84 output = soc_dev->attr->soc_id;
88 return sysfs_emit(buf, "%s\n", output);
/linux-master/arch/x86/kvm/
H A Dirq.c73 return v->kvm->arch.vpic->output;
/linux-master/arch/um/drivers/
H A Dnull.c20 static int null_open(int input, int output, int primary, void *d, argument
H A Dline.c122 * Flushes the ring buffer to the output channels. That is, write_chan is
257 int line_setup_irq(int fd, int input, int output, struct line *line, void *data) argument
272 if (output) {
H A Dline.h76 extern int line_setup_irq(int fd, int input, int output, struct line *line,
H A Dchan_kern.c22 static int not_configged_open(int input, int output, int primary, void *data, argument
93 else fd = (*chan->ops->open)(chan->input, chan->output, chan->primary,
159 err = line_setup_irq(chan->fd, chan->input, chan->output, line,
199 if (chan->output && chan->enabled)
219 if (chan->output && chan->enabled)
321 if (chan->primary && chan->output)
478 .output = 0,
521 new->output = 1;
531 new->output = 1;
H A Dchan.h22 unsigned int output:1; member in struct:chan
/linux-master/tools/testing/selftests/
H A Drun_kselftest.sh23 -s | --summary Print summary with detailed log in output.log (conflict with -p)
43 logfile="$BASE_DIR"/output.log
/linux-master/tools/testing/selftests/net/
H A Dvrf_route_leaking.sh25 # output of the command to check that a ttl expired error is received.
27 # The second test runs traceroute from h1 to h2 and parses the output to check
31 # parses the output of the command to check that a fragmentation error is
548 -v verbose mode (show commands and output)
H A Dvrf_strict_mode_test.sh376 local output
379 output="$(lsmod | grep '^vrf' | awk '{print $1}')"
380 if [ -z "${output}" ]; then
H A Dvrf-xfrm-tests.sh397 -v verbose mode (show commands and output)
H A Dtest_vxlan_vnifiltering.sh222 for vmap in $(echo $vattrs | cut -d "," -f1- --output-delimiter=' ')
H A Dtest_vxlan_nolocalbypass.sh172 -v Verbose mode (show commands and output)
H A Dtest_bridge_neigh_suppress.sh778 -v Verbose mode (show commands and output)
H A Dicmp_redirect.sh303 # the route get output. The -v will wipe out the cache line
477 -v verbose mode (show commands and output)
H A Dgre_gso.sh179 -v verbose mode (show commands and output)
H A Dfib-onlink-tests.sh474 -v verbose mode (show commands and output)
/linux-master/tools/testing/selftests/hid/
H A Dvmtest.sh57 -d) Update the output directory (default: ${OUTPUT_DIR})
/linux-master/tools/testing/selftests/bpf/
H A Dvmtest.sh73 -d) Update the output directory (default: ${OUTPUT_DIR})
H A Dtest_offload.py650 def check_extack(output, reference, args):
653 lines = output.split("\n")
657 def check_extack_nsim(output, reference, args):
658 check_extack(output, "netdevsim: " + reference, args)
662 "Found '%s' in command output, leaky extack?" % (needle))
664 def check_verifier_log(output, reference):
665 lines = output.split("\n")
754 parser.add_argument("--log", help="output verbose log to given file")
797 print("Warning: no extack message in iproute2 output, libmnl missing?")
798 log("Warning: no extack message in iproute2 output, libmn
[all...]
/linux-master/sound/usb/
H A Dmixer_quirks.c2837 static const char * const output[] = { local
2847 input[i], output[o]);
2852 // PCM routing... yes, it is output remapping
2855 output[i], output[o]);
3548 /* Approximation using 10 ranges based on output measurement on hw v1.2.

Completed in 477 milliseconds

<<11121314151617181920>>