Home
last modified time | relevance | path

Searched refs:output (Results 3626 – 3650 of 6206) sorted by relevance

1...<<141142143144145146147148149150>>...249

/openbmc/libbej/test/
H A Dbej_encoder_test.cpp347 struct BejEncoderOutputHandler output = { in TEST_P() local
363 test_case.createResource(), &output, &stackCallbacks); in TEST_P()
/openbmc/qemu/docs/system/arm/
H A Dbananapi_m2u.rst35 - Graphical output via HDMI, GPU and/or the Display Engine
36 - Audio output
/openbmc/qemu/tests/unit/
H A Dmeson.build15 'test-qobject-output-visitor': [testqapi],
20 'test-string-output-visitor': [testqapi],
/openbmc/qemu/hw/gpio/
H A Dnpcm7xx_gpio.c138 qemu_set_irq(s->output[i], level); in npcm7xx_gpio_update_pins()
373 qdev_init_gpio_out(dev, s->output, NPCM7XX_GPIO_NR_PINS); in npcm7xx_gpio_init()
/openbmc/linux/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2_coresight.c2276 *(u64 *) params->output = ((u64) msb << 40) | ((u64) rwphi << 32) | rwp; in gaudi2_config_etr()
2428 u64 *output; in gaudi2_config_spmu() local
2490 output = params->output; in gaudi2_config_spmu()
2498 if (output && output_arr_len > 2) { in gaudi2_config_spmu()
2509 output[i] = RREG32(performance_counter_offset); in gaudi2_config_spmu()
2512 output[overflow_idx] = RREG32(base_reg + mmSPMU_PMOVSSET_EL0_OFFSET); in gaudi2_config_spmu()
2513 output[cycle_cnt_idx] = RREG32(base_reg + mmSPMU_PMCCNTR_H_EL0_OFFSET); in gaudi2_config_spmu()
2514 output[cycle_cnt_idx] <<= 32; in gaudi2_config_spmu()
2515 output[cycle_cnt_idx] |= RREG32(base_reg + mmSPMU_PMCCNTR_L_EL0_OFFSET); in gaudi2_config_spmu()
/openbmc/openbmc-test-automation/lib/
H A Dutils.robot176 ${output} ${stderr} ${rc}= OS Execute Command
199 ${output} ${stderr} ${rc}= OS Execute Command
257 # quiet Indicates whether this keyword should run without any output to
336 # quiet Indicates whether this keyword should run without any output to
353 # quiet Indicates whether this keyword should run without any output to
418 # quiet Indicates whether this keyword should run without any output to
661 ${output}= Read Attribute ${uri} ${attribute_name}
662 Should Be Equal ${attribute_value} ${output}
1168 # PLDM response output example:
1176 # PLDM GET output example:
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dzoran.rst52 One composite output.
394 output size etc.'). If it hangs, there's little we can do as of now. Check
446 Concerning buffer sizes, quality, output size etc.
468 > at 18:00 Monday) driver I get that output sizes for 10 sec:
483 output becomes 512 bits per block. Actually 510, but 512 is simpler to use
535 the output of dmesg at high verbosity (load zr36067.o with debug=2,
546 information that might possibly be of interest. Also provide the dmesg output
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dfaq.rst249 Can I get rid of build output so I can start over?
253 image, all the build output goes into the directory created when you run
259 build output yet preserve any source code or downloaded files from
265 What does the OpenEmbedded build system produce as output?
268 Because you can use the same set of recipes to create output of
269 various formats, the output of an OpenEmbedded build depends on how you
270 start it. Usually, the output is a flashable image ready for the target
/openbmc/linux/drivers/media/usb/uvc/
H A Duvc_v4l2.c455 parm->parm.output.capability = V4L2_CAP_TIMEPERFRAME; in uvc_v4l2_get_streamparm()
456 parm->parm.output.outputmode = 0; in uvc_v4l2_get_streamparm()
457 parm->parm.output.timeperframe.numerator = numerator; in uvc_v4l2_get_streamparm()
458 parm->parm.output.timeperframe.denominator = denominator; in uvc_v4l2_get_streamparm()
481 timeperframe = parm->parm.output.timeperframe; in uvc_v4l2_set_streamparm()
544 parm->parm.output.timeperframe = timeperframe; in uvc_v4l2_set_streamparm()
545 parm->parm.output.capability = V4L2_CAP_TIMEPERFRAME; in uvc_v4l2_set_streamparm()
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-a83t.dtsi172 clock-output-names = "osc24M";
184 clock-output-names = "osc16M";
193 clock-output-names = "osc16M-d512";
459 clock-output-names = "tcon-data-clock";
542 "output",
562 "output",
583 "output",
/openbmc/linux/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik.c1711 int pull, slpm, output, val, i; in nmk_pin_config_set() local
1730 output = PIN_DIR(cfg); in nmk_pin_config_set()
1751 output = slpm_output - 1; in nmk_pin_config_set()
1759 slpm_output ? (output ? "output" : "input") in nmk_pin_config_set()
1767 output ? "output " : "input", in nmk_pin_config_set()
1768 output ? (val ? "high" : "low") : "", in nmk_pin_config_set()
1776 if (output) in nmk_pin_config_set()
/openbmc/linux/net/ipv4/
H A Dip_output.c90 int (*output)(struct net *, struct sock *, struct sk_buff *));
579 int (*output)(struct net *, struct sock *, struct sk_buff *)) in ip_fragment()
584 return ip_do_fragment(net, sk, skb, output); in ip_fragment()
596 return ip_do_fragment(net, sk, skb, output); in ip_fragment()
763 int (*output)(struct net *, struct sock *, struct sk_buff *)) in ip_do_fragment()
860 err = output(net, sk, skb); in ip_do_fragment()
916 err = output(net, sk, skb2); in ip_do_fragment()
/openbmc/linux/drivers/iio/
H A Dindustrialio-core.c1056 iio_direction[chan->output], in __iio_device_attr_init()
1061 iio_direction[chan->output], in __iio_device_attr_init()
1074 iio_direction[chan->output], in __iio_device_attr_init()
1089 iio_direction[chan->output], in __iio_device_attr_init()
1094 iio_direction[chan->output], in __iio_device_attr_init()
1102 iio_direction[chan->output], in __iio_device_attr_init()
1108 iio_direction[chan->output], in __iio_device_attr_init()
/openbmc/u-boot/arch/arm/dts/
H A Dexynos5250-spring.dts277 clock-output-names = "en32khz_ap",
592 * SW setting: [1:0] SW output 1.2V voltage is
625 /* [7:6] Right-bar GPIO output strength is 8mA */
669 * Set LVDS output as 6bit-VESA mapping, single LVDS
/openbmc/u-boot/drivers/gpio/
H A DKconfig63 controller manages up to 32 fully programmable input/output
77 up to 128 fully programmable input/output lines. Each I/O line
373 Aside from the standard functions of input/output mode, and output
/openbmc/openbmc/meta-facebook/meta-bletchley/conf/templates/default/
H A Dlocal.conf.sample35 # BitBake has the capability to accelerate builds based on previously built output.
49 # Where to place the build output
52 # where BitBake should place its temporary files and output. Keep in mind that
217 # By default native qemu will build with a builtin VNC server where graphical output can be
/openbmc/openbmc/meta-facebook/meta-greatlakes/conf/templates/default/
H A Dlocal.conf.sample35 # BitBake has the capability to accelerate builds based on previously built output.
49 # Where to place the build output
52 # where BitBake should place its temporary files and output. Keep in mind that
217 # By default native qemu will build with a builtin VNC server where graphical output can be
/openbmc/openbmc/meta-hpe/meta-dl360poc/conf/templates/default/
H A Dlocal.conf.sample35 # BitBake has the capability to accelerate builds based on previously built output.
49 # Where to place the build output
52 # where BitBake should place its temporary files and output. Keep in mind that
217 # By default native qemu will build with a builtin VNC server where graphical output can be
/openbmc/openbmc/meta-ibm/meta-romulus/conf/templates/default/
H A Dlocal.conf.sample35 # BitBake has the capability to accelerate builds based on previously built output.
49 # Where to place the build output
52 # where BitBake should place its temporary files and output. Keep in mind that
217 # By default native qemu will build with a builtin VNC server where graphical output can be
/openbmc/openbmc/meta-facebook/meta-tiogapass/conf/templates/default/
H A Dlocal.conf.sample35 # BitBake has the capability to accelerate builds based on previously built output.
49 # Where to place the build output
52 # where BitBake should place its temporary files and output. Keep in mind that
217 # By default native qemu will build with a builtin VNC server where graphical output can be
/openbmc/openbmc/meta-supermicro/meta-x11spi/conf/templates/default/
H A Dlocal.conf.sample35 # BitBake has the capability to accelerate builds based on previously built output.
49 # Where to place the build output
52 # where BitBake should place its temporary files and output. Keep in mind that
215 # By default native qemu will build with a builtin VNC server where graphical output can be
/openbmc/openbmc/meta-yadro/meta-vegman/conf/templates/default/
H A Dlocal.conf.sample35 # BitBake has the capability to accelerate builds based on previously built output.
49 # Where to place the build output
52 # where BitBake should place its temporary files and output. Keep in mind that
217 # By default native qemu will build with a builtin VNC server where graphical output can be
/openbmc/openbmc/meta-intel-openbmc/meta-s2600wf/conf/templates/default/
H A Dlocal.conf.sample35 # BitBake has the capability to accelerate builds based on previously built output.
49 # Where to place the build output
52 # where BitBake should place its temporary files and output. Keep in mind that
215 # By default native qemu will build with a builtin VNC server where graphical output can be
/openbmc/openbmc/meta-facebook/meta-yosemitev2/conf/templates/default/
H A Dlocal.conf.sample35 # BitBake has the capability to accelerate builds based on previously built output.
49 # Where to place the build output
52 # where BitBake should place its temporary files and output. Keep in mind that
217 # By default native qemu will build with a builtin VNC server where graphical output can be
/openbmc/openbmc/meta-qualcomm/conf/templates/default/
H A Dlocal.conf.sample35 # BitBake has the capability to accelerate builds based on previously built output.
49 # Where to place the build output
52 # where BitBake should place its temporary files and output. Keep in mind that
219 # By default native qemu will build with a builtin VNC server where graphical output can be

1...<<141142143144145146147148149150>>...249