Home
last modified time | relevance | path

Searched refs:output (Results 551 – 575 of 6206) sorted by relevance

1...<<21222324252627282930>>...249

/openbmc/linux/arch/um/drivers/
H A Dslip_user.c77 char *output; in slip_tramp() local
97 output = uml_kmalloc(output_len, UM_GFP_KERNEL); in slip_tramp()
98 if (output == NULL) { in slip_tramp()
107 read_output(fds[0], output, output_len); in slip_tramp()
108 printk("%s", output); in slip_tramp()
113 kfree(output); in slip_tramp()
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dnuvoton,npcm750-clk.txt47 clock-output-names = "refclk";
55 clock-output-names = "sysbypck";
63 clock-output-names = "mcbypck";
71 clock-output-names = "clk_rg1refck";
79 clock-output-names = "clk_rg2refck";
86 clock-output-names = "clk_xin";
/openbmc/qemu/tests/tcg/hexagon/
H A Dhvx_misc.h51 MMVector output[OUTSIZE] __attribute__((aligned(MAX_VEC_SIZE_BYTES))); variable
59 check(line, i, j, output[i].FIELD[j], expect[i].FIELD[j]); \
101 void *pout = output; \
120 void *pout = output; \
156 void *pout = output; \
157 memset(output, 0, sizeof(expect)); \
/openbmc/linux/Documentation/devicetree/bindings/leds/
H A Dleds-mt6360.yaml38 - 0 # LED output ISINK1
39 - 1 # LED output ISINK2
40 - 2 # LED output ISINK3
41 - 3 # LED output ISINKML
42 - 4 # LED output FLASH1
43 - 5 # LED output FLASH2
/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dbiosattr-interface.c122 struct acpi_buffer input, output = { ACPI_ALLOCATE_BUFFER, NULL }; in hp_wmi_perform_query() local
148 ret = wmi_evaluate_method(HP_WMI_BIOS_GUID, 0, mid, &input, &output); in hp_wmi_perform_query()
152 obj = output.pointer; in hp_wmi_perform_query()
250 struct acpi_buffer output = {ACPI_ALLOCATE_BUFFER, NULL}; in hp_wmi_set_bios_setting() local
253 ret = wmi_evaluate_method(HP_WMI_SET_BIOS_SETTING_GUID, 0, 1, &input, &output); in hp_wmi_set_bios_setting()
255 obj = output.pointer; in hp_wmi_set_bios_setting()
/openbmc/linux/Documentation/devicetree/bindings/rtc/
H A Dallwinner,sun6i-a31-rtc.yaml53 clock-output-names:
59 - the Low Frequency Oscillator External output (X32KFOUT in
73 clock-output-names:
87 clock-output-names:
102 clock-output-names:
190 clock-output-names = "osc32k";
/openbmc/linux/include/linux/
H A Dnetfilter_ipv6.h58 int (*output)(struct net *, struct sock *, struct sk_buff *));
64 int (*output)(struct net *, struct sock *sk,
121 int (*output)(struct net *, struct sock *sk,
128 int (*output)(struct net *, struct sock *sk, in nf_br_ip6_fragment()
138 return v6_ops->br_fragment(net, sk, skb, data, output); in nf_br_ip6_fragment()
140 return br_ip6_fragment(net, sk, skb, data, output); in nf_br_ip6_fragment()
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dscp.py32 (status, output) = self.target.copyTo(self.tmp_path, dst)
33 msg = 'File could not be copied. Output: %s' % output
36 (status, output) = self.target.run('ls -la %s' % dst)
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-timecard57 10Mhz output is from the 10Mhz reference clock
58 PHC output PPS is from the PHC clock
63 DCF output is from the PHC, in DCF format
64 GEN1 output is from frequency generator 1
65 GEN2 output is from frequency generator 2
66 GEN3 output is from frequency generator 3
67 GEN4 output is from frequency generator 4
68 GND output is GND
69 VCC output is VCC
185 of the IRIG-B output signal: B00<n>
[all …]
/openbmc/linux/net/xfrm/
H A Dxfrm_replay.c105 XFRM_SKB_CB(skb)->seq.output.hi = 0; in __xfrm_replay_overflow()
197 XFRM_SKB_CB(skb)->seq.output.hi = 0; in xfrm_replay_overflow_bmp()
624 XFRM_SKB_CB(skb)->seq.output.low = ++oseq; in xfrm_replay_overflow_offload()
627 XFRM_SKB_CB(skb)->seq.output.low = oseq + 1; in xfrm_replay_overflow_offload()
632 XFRM_SKB_CB(skb)->seq.output.hi = 0; in xfrm_replay_overflow_offload()
664 XFRM_SKB_CB(skb)->seq.output.low = ++oseq; in xfrm_replay_overflow_offload_bmp()
667 XFRM_SKB_CB(skb)->seq.output.low = oseq + 1; in xfrm_replay_overflow_offload_bmp()
672 XFRM_SKB_CB(skb)->seq.output.hi = 0; in xfrm_replay_overflow_offload_bmp()
705 XFRM_SKB_CB(skb)->seq.output.low = ++oseq; in xfrm_replay_overflow_offload_esn()
706 XFRM_SKB_CB(skb)->seq.output.hi = oseq_hi; in xfrm_replay_overflow_offload_esn()
[all …]
/openbmc/qemu/crypto/
H A Dsecret.c31 uint8_t **output, in qcrypto_secret_load_data() argument
41 *output = NULL; in qcrypto_secret_load_data()
57 *output = (uint8_t *)data; in qcrypto_secret_load_data()
61 *output = (uint8_t *)g_strdup(secret->data); in qcrypto_secret_load_data()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/files/
H A D0001-ez-ipupdate-Include-time.h-for-time-API-prototype.patch33 output(buf);
35 output(buf);
42 output(buf);
44 output(buf);
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dcs53l30.txt20 - cirrus,micbias-lvl : Set the output voltage level on the MICBIAS Pin.
27 pins to output data. Otherwise, it indicates that
28 only SDOUT1 is connected for data output.
29 * CS53l30 supports 4-channel data output in the same
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/output/output_1.0/
H A Dia_css_output.host.c136 const struct sh_css_isp_output_params *output, in ia_css_output_dump() argument
139 if (!output) return; in ia_css_output_dump()
142 "enable", output->enable_hflip); in ia_css_output_dump()
145 "enable", output->enable_vflip); in ia_css_output_dump()
/openbmc/linux/fs/squashfs/
H A Dzlib_wrapper.c54 struct squashfs_page_actor *output) in zlib_uncompress() argument
62 stream->next_out = squashfs_first_page(output); in zlib_uncompress()
92 stream->next_out = squashfs_next_page(output); in zlib_uncompress()
119 squashfs_finish_page(output); in zlib_uncompress()
/openbmc/linux/drivers/staging/iio/Documentation/
H A Dsysfs-bus-iio-dds26 Specifies the active output frequency tuning word. The value
41 accumulator output by writing Y to the phase_en file.
57 accumulator output. The value corresponds to the Y in
80 output Y of channel X. Y may be suppressed if all channels are
87 Specifies the output waveform.
89 For a list of available output waveform options read
96 Lists all available output waveform options.
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dtc_chains.sh91 output="$(tc -j chain get dev $h2 ingress)"
94 echo $output | jq -e ".[] | select(.chain == 0)" &> /dev/null
100 output="$(tc -j chain get dev $h2 ingress chain 1)"
103 echo $output | jq -e ".[] | select(.chain == 1)" &> /dev/null
106 output="$(tc -j chain show dev $h2 ingress)"
109 echo $output | jq -e ".[] | select(.chain == 0)" &> /dev/null
112 echo $output | jq -e ".[] | select(.chain == 1)" &> /dev/null
/openbmc/linux/drivers/media/platform/nxp/
H A Dimx-mipi-csis.c345 u32 output; member
354 .output = MEDIA_BUS_FMT_UYVY8_1X16,
373 .output = MEDIA_BUS_FMT_SBGGR8_1X8,
378 .output = MEDIA_BUS_FMT_SGBRG8_1X8,
383 .output = MEDIA_BUS_FMT_SGRBG8_1X8,
388 .output = MEDIA_BUS_FMT_SRGGB8_1X8,
393 .output = MEDIA_BUS_FMT_Y8_1X8,
418 .output = MEDIA_BUS_FMT_Y10_1X10,
443 .output = MEDIA_BUS_FMT_Y12_1X12,
470 .output = MEDIA_BUS_FMT_JPEG_1X8,
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A Dcreate_manifest3.py123 output = subprocess.check_output([sys.executable, 'get_module_deps3.py', 'python-core-package', '%s… variable
124 for coredep in output.split():
170output = subprocess.check_output([sys.executable, 'get_module_deps3.py', '%s' % pymodule, '%s' % d… variable
172 print_indent(output, 6)
175 for pymodule_dep in output.split():
294output = subprocess.check_output([sys.executable, 'get_module_deps3.py', '%s' % pymodule, '%s' % d… variable
296 print_indent(output, 6)
301 for pymodule_dep in output.split():
/openbmc/linux/drivers/hwtracing/stm/
H A Dp_sys-t.c98 static int sys_t_output_open(void *priv, struct stm_output *output) in sys_t_output_open() argument
108 output->pdrv_private = opriv; in sys_t_output_open()
113 static void sys_t_output_close(struct stm_output *output) in sys_t_output_close() argument
115 kfree(output->pdrv_private); in sys_t_output_close()
287 static ssize_t sys_t_write(struct stm_data *data, struct stm_output *output, in sys_t_write() argument
290 struct sys_t_output *op = output->pdrv_private; in sys_t_write()
291 unsigned int c = output->channel + chan; in sys_t_write()
292 unsigned int m = output->master; in sys_t_write()
/openbmc/linux/drivers/gpu/host1x/
H A Ddev.h28 struct output;
57 struct output *o);
60 struct output *o);
61 void (*show_mlocks)(struct host1x *host, struct output *output);
331 struct output *o) in host1x_hw_show_channel_cdma()
338 struct output *o) in host1x_hw_show_channel_fifo()
343 static inline void host1x_hw_show_mlocks(struct host1x *host, struct output *o) in host1x_hw_show_mlocks()
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8183-kukui-jacuzzi.dtsi403 output-low;
410 output-low;
417 output-low;
424 output-low;
431 output-low;
439 output-low;
457 output-high;
472 output-low;
/openbmc/linux/tools/testing/kunit/
H A Dkunit_printer.py18 def __init__(self, output: typing.IO[str]):
19 self._output = output
20 self._use_color = output.isatty()
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/
H A Dmegachips-stdpxxxx-ge-b850v3-fw.txt1 Drivers for the second video output of the GE B850v3:
5 The video processing pipeline on the second output on the GE B850v3:
7 Host -> LVDS|--(STDP4028)--|DP -> DP|--(STDP2690)--|DP++ -> Video output
24 - ports : One input port(reg = <0>) and one output port(reg = <1>)
29 - ports : One input port(reg = <0>) and one output port(reg = <1>)
/openbmc/linux/drivers/staging/sm750fb/
H A Dsm750.h173 int (*proc_setBLANK)(struct lynxfb_output *output, int blank);
181 struct lynxfb_output output; member
200 int hw_sm750_output_setMode(struct lynxfb_output *output,
214 int hw_sm750_setBLANK(struct lynxfb_output *output, int blank);
215 int hw_sm750le_setBLANK(struct lynxfb_output *output, int blank);

1...<<21222324252627282930>>...249