/openbmc/linux/Documentation/sound/hd-audio/ |
H A D | notes.rst | 233 silent output from either or both of a built-in speaker and a 234 headphone jack. In general, you should try a headphone output at 235 first. A speaker output often requires more additional controls like 236 the external amplifier bits. Thus a headphone output has a slightly 245 Ditto for the speaker output. There can be "External Amplifier" 248 Another related problem is the automatic mute of speaker output by 260 * The speaker (and the headphone, too) output often requires the 471 the output pin may have multiple amp values 679 to set the left output-amp value to 25. 688 output, left, idx=0, mute=0, val=25 [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | at91sam9260.dtsi | 145 #atmel,pll-clk-output-range-cells = <4>; 146 atmel,pll-clk-output-ranges = <80000000 160000000 0 1>, 157 #atmel,pll-clk-output-range-cells = <4>; 158 atmel,pll-clk-output-ranges = <70000000 130000000 1 1>; 166 atmel,clk-output-range = <0 105000000>;
|
H A D | at91sam9n12.dtsi | 138 #atmel,pll-clk-output-range-cells = <4>; 139 atmel,pll-clk-output-ranges = <745000000 800000000 0 0>, 162 #atmel,pll-clk-output-range-cells = <3>; 163 atmel,pll-clk-output-ranges = <30000000 100000000 0>; 171 atmel,clk-output-range = <0 133333333>;
|
H A D | rk3288-phycore-som.dtsi | 71 clock-output-names = "ext_gmac"; 410 pcfg_output_high: pcfg-output-high { 411 output-high;
|
H A D | keystone-k2l-evm.dts | 25 clock-output-names = "refclk-sys";
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_cmd.c | 234 struct mlx5dr_cmd_query_flow_table_details *output) in mlx5dr_cmd_query_flow_table() argument 250 output->status = MLX5_GET(query_flow_table_out, out, status); in mlx5dr_cmd_query_flow_table() 251 output->level = MLX5_GET(query_flow_table_out, out, flow_table_context.level); in mlx5dr_cmd_query_flow_table() 253 output->sw_owner_icm_root_1 = MLX5_GET64(query_flow_table_out, out, in mlx5dr_cmd_query_flow_table() 255 output->sw_owner_icm_root_0 = MLX5_GET64(query_flow_table_out, out, in mlx5dr_cmd_query_flow_table()
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc7280-herobrine.dtsi | 657 qcom,hs-output-impedance-micro-ohms = <2600000>; 819 output-high; 887 output-high; 894 output-high; 927 output-low;
|
H A D | sc8180x-lenovo-flex-5g.dts | 707 output-low; 726 output-high; 743 output-high;
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | README.rst | 129 When compiling the kernel, all output files will per default be 131 Using the option ``make O=output/dir`` allows you to specify an alternate 132 place for the output files (including .config). 145 Please note: If the ``O=output/dir`` option is used, then it must be 275 - Verbose kernel compile/build output:
|
/openbmc/linux/net/ipv6/ |
H A D | esp6.c | 356 seqhi = XFRM_SKB_CB(skb)->seq.output.hi; in esp_output_set_esn() 732 esph->seq_no = htonl(XFRM_SKB_CB(skb)->seq.output.low); in esp6_output() 733 esp.seqno = cpu_to_be64(XFRM_SKB_CB(skb)->seq.output.low + in esp6_output() 734 ((u64)XFRM_SKB_CB(skb)->seq.output.hi << 32)); in esp6_output() 1267 .output = esp6_output,
|
H A D | ah6.c | 410 ah->seq_no = htonl(XFRM_SKB_CB(skb)->seq.output.low); in ah6_output() 419 *seqhi = htonl(XFRM_SKB_CB(skb)->seq.output.hi); in ah6_output() 768 .output = ah6_output,
|
/openbmc/linux/net/ipv4/ |
H A D | esp4.c | 320 seqhi = XFRM_SKB_CB(skb)->seq.output.hi; in esp_output_set_extra() 694 esph->seq_no = htonl(XFRM_SKB_CB(skb)->seq.output.low); in esp_output() 695 esp.seqno = cpu_to_be64(XFRM_SKB_CB(skb)->seq.output.low + in esp_output() 696 ((u64)XFRM_SKB_CB(skb)->seq.output.hi << 32)); in esp_output() 1215 .output = esp_output,
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3399-gru.dtsi | 273 clock-output-names = "xin32k"; 703 pcfg_output_low: pcfg-output-low { 704 output-low; 707 pcfg_output_high: pcfg-output-high { 708 output-high;
|
/openbmc/linux/drivers/base/ |
H A D | core.c | 427 const char *output; in status_show() local 431 output = "not tracked"; in status_show() 434 output = "dormant"; in status_show() 437 output = "available"; in status_show() 440 output = "consumer probing"; in status_show() 443 output = "active"; in status_show() 449 output = "unknown"; in status_show() 461 const char *output; in auto_remove_on_show() local 464 output = "supplier unbind"; in auto_remove_on_show() 466 output = "consumer unbind"; in auto_remove_on_show() [all …]
|
/openbmc/linux/Documentation/hwmon/ |
H A D | w83627ehf.rst | 164 controls if output is PWM or DC level 166 * 0 DC output (0 - 12v) 167 * 1 PWM output
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.2.3.rst | 101 - oeqa/runtime/ltp: Increase ltp test output timeout 104 - oeqa/target/ssh: Ensure EAGAIN doesn't truncate output 114 - ptest-runner: Pull in parallel test fixes and output handling
|
/openbmc/linux/drivers/media/platform/mediatek/mdp3/ |
H A D | mtk-mdp3-regs.c | 474 frame = ¶m->output; in mdp_frameparam_init() 490 frame->crop.c.width = param->output.format.fmt.pix_mp.width; in mdp_frameparam_init() 491 frame->crop.c.height = param->output.format.fmt.pix_mp.height; in mdp_frameparam_init()
|
/openbmc/linux/drivers/media/platform/xilinx/ |
H A D | xilinx-dma.c | 99 struct xvip_dma *dma = pipe->output; in xvip_pipeline_start_stop() 192 pipe->output = dma; in xvip_pipeline_validate() 211 pipe->output = NULL; in __xvip_pipeline_cleanup()
|
/openbmc/linux/arch/arm/boot/dts/nxp/lpc/ |
H A D | lpc18xx.dtsi | 55 clock-output-names = "enet_rx_clk"; 62 clock-output-names = "enet_tx_clk"; 69 clock-output-names = "gp_clkin";
|
/openbmc/linux/Documentation/sound/cards/ |
H A D | emu-mixer.rst | 64 Each of the synthesizer voices can feed its output to these accumulators 90 Switches the TOSLINK output port between S/PDIF and ADAT. 208 Select the source for the given physical audio output. These may be physical
|
/openbmc/linux/net/mac80211/ |
H A D | Kconfig | 123 bool "Verbose debugging output" 134 bool "Verbose managed MLME output" 158 debug tracing output.
|
/openbmc/linux/drivers/crypto/cavium/zip/ |
H A D | zip_inflate.c | 94 zip_cmd->s.out_ptr_addr.s.addr = __pa(zip_ops->output); in prepare_inflate_zcmd()
|
/openbmc/openbmc/poky/meta/recipes-core/readline/files/ |
H A D | inputrc | 6 set output-meta on
|
/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/ |
H A D | 0001-build-fix-race-in-parallel-builds.patch | 10 ../automake-1.16.1/doc/help2man --output=doc/aclocal-1.16.1
|
/openbmc/u-boot/doc/device-tree-bindings/clock/ |
H A D | rockchip,rk3188-cru.txt | 31 clock-output-names:
|