Home
last modified time | relevance | path

Searched refs:a (Results 12276 – 12300 of 22321) sorted by relevance

1...<<491492493494495496497498499500>>...893

/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dbrcm,bcm63268-gpio-sysctl.yaml14 Broadcom BCM63268 SoC GPIO system controller which provides a register map
35 "^gpio@[0-9a-f]+$":
44 "^pinctrl@[0-9a-f]+$":
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/
H A Dite,it6505.yaml13 The IT6505 is a high-performance DisplayPort 1.1a transmitter,
14 fully compliant with DisplayPort 1.1a, HDCP 1.3 specifications.
/openbmc/linux/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,smd-edge.yaml13 Qualcomm SMD subnode represents a remote subsystem or a remote processor of
58 - description: phandle to a syscon node representing the APCS registers
/openbmc/linux/arch/mips/boot/dts/img/
H A Dboston.dts40 compatible = "xlnx,axi-pcie-host-1.00.a";
70 compatible = "xlnx,axi-pcie-host-1.00.a";
100 compatible = "xlnx,axi-pcie-host-1.00.a";
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun4i-a10-mk802ii.dts6 * licensing only applies to this file, and not this project as a
9 * a) This file is free software; you can redistribute it and/or
22 * obtaining a copy of this software and associated documentation
H A Dsun4i-a10-hyundai-a7hd.dts6 * licensing only applies to this file, and not this project as a
9 * a) This file is free software; you can redistribute it and/or
22 * obtaining a copy of this software and associated documentation
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-intel-i915-hwmon16 if the power averaged over a window (typically seconds)
48 operating frequency if the power averaged over a window exceeds
61 the operating frequency if the power averaged over a window
/openbmc/linux/Documentation/sphinx-static/
H A Dtheme_overrides.css69 * - Sequences of whitespace should collapse into a single whitespace.
92 caption a.headerlink { opacity: 0; }
93 caption a.headerlink:hover { opacity: 1; }
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Dorion5x-linkstation-lsgl.dts13 * licensing only applies to this file, and not this project as a
16 * a) This file is free software; you can redistribute it and/or
29 * obtaining a copy of this software and associated documentation
H A Dkirkwood-linksys-viper.dts216 /* eth0 is connected to a Marvell 88E6171 switch, without a PHY. So set
228 /* eth1 is connected to the switch at port 6. However DSA only supports a
/openbmc/linux/arch/hexagon/
H A DKconfig38 Qualcomm Hexagon is a processor architecture designed for high
39 performance and low power across a wide variety of applications.
101 command-line options at build time by entering them here. At a
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6q-tx6q-1020-comtft.dts6 * licensing only applies to this file, and not this project as a
9 * a) This file is free software; you can redistribute it and/or
21 * obtaining a copy of this software and associated documentation
/openbmc/linux/drivers/staging/vt6656/
H A Drf.c379 long a = 0; in vnt_rf_rssi_to_dbm() local
387 a = airoharf[idx]; in vnt_rf_rssi_to_dbm()
393 *dbm = -1 * (a + b * 2); in vnt_rf_rssi_to_dbm()
/openbmc/openbmc/meta-arm/
H A DREADME.md15 …This layer contains recipes for Arm's binary toolchains (GCC and Clang for -A and -M), and a recip…
42 information on how to submit a patch, please read
55 arm-bsp/trusted-firmware-a: decrease frobbing level
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_cdclk.c2153 a_div = DIV_ROUND_CLOSEST(a->vco, a->cdclk); in intel_cdclk_can_crawl()
2157 a->vco != b->vco && in intel_cdclk_can_crawl()
2159 a->ref == b->ref; in intel_cdclk_can_crawl()
2176 a->vco != 0 && in intel_cdclk_can_squash()
2177 a->vco == b->vco && in intel_cdclk_can_squash()
2178 a->ref == b->ref; in intel_cdclk_can_squash()
2195 a->vco != b->vco || in intel_cdclk_needs_modeset()
2196 a->ref != b->ref; in intel_cdclk_needs_modeset()
2228 a->vco != 0 && in intel_cdclk_can_cd2x_update()
2229 a->vco == b->vco && in intel_cdclk_can_cd2x_update()
[all …]
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.c.inc154 /* Match a constant valid for logical operations. */
228 /* Return true if v32 is a valid float32 immediate. */
1336 tcg_out_insn(s, 3403, EXTR, ext, rd, rn, rm, a);
1379 unsigned a = (size - lsb) & (size - 1);
1381 tcg_out_bfm(s, ext, rd, rn, a, b);
1483 tcg_out_cmp(s, ext, c, a, b, b_const);
1493 tcg_out_insn(s, 3205, TBZ, a, tbit, 0);
1505 tcg_out_insn(s, 3201, CBZ, ext, a, 0);
1508 tcg_out_insn(s, 3201, CBNZ, ext, a, 0);
3205 /* We're expecting to use a single ADDI insn. */
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/
H A D0002-interface-remove-C-reserved-keyword.patch21 diff --git a/interface/cdda_interface.h b/interface/cdda_interface.h
23 --- a/interface/cdda_interface.h
30 + cdda_private_data_t *priv; /* private is a C++ reserved keyword */
34 diff --git a/interface/cooked_interface.c b/interface/cooked_interface.c
36 --- a/interface/cooked_interface.c
56 diff --git a/interface/interface.c b/interface/interface.c
58 --- a/interface/interface.c
82 diff --git a/interface/scan_devices.c b/interface/scan_devices.c
84 --- a/interface/scan_devices.c
154 --- a/interface/scsi_interface.c
[all …]
/openbmc/linux/drivers/dax/
H A Dbus.c562 if (a == &dev_attr_available_size.attr in dax_region_visible()
563 || a == &dev_attr_create.attr in dax_region_visible()
564 || a == &dev_attr_seed.attr in dax_region_visible()
565 || a == &dev_attr_delete.attr) in dax_region_visible()
567 return a->mode; in dax_region_visible()
1278 if (a == &dev_attr_target_node.attr && dev_dax_target_node(dev_dax) < 0) in dev_dax_visible()
1280 if (a == &dev_attr_numa_node.attr && !IS_ENABLED(CONFIG_NUMA)) in dev_dax_visible()
1282 if (a == &dev_attr_mapping.attr && is_static(dax_region)) in dev_dax_visible()
1284 if ((a == &dev_attr_align.attr || in dev_dax_visible()
1285 a == &dev_attr_size.attr) && is_static(dax_region)) in dev_dax_visible()
[all …]
/openbmc/linux/Documentation/translations/it_IT/doc-guide/
H A Dkernel-doc.rst18 .. note:: Il formato kernel-doc può sembrare simile a gtk-doc o Doxygen ma
23 La struttura kernel-doc è estratta a partire dai commenti; da questi viene
43 dei sorgenti. Quest'ultima raccomandazione ha una priorità più bassa ed è a
59 più bassa ed è a discrezione dal manutentore (MAINTAINER) del file sorgente.
180 se provate a formattare bene il vostro testo come nel seguente esempio::
244 * @a: first member
251 int a;
265 * struct nested_foobar - a struct with nested unions and structs
394 finale utilizzerà caratteri a ``spaziatura fissa``.
426 fare riferimento a funzioni e tipi definiti nei commenti
[all …]
/openbmc/linux/arch/arm/boot/dts/st/
H A Dste-ux500-samsung-codina.dts6 * as "R0.0". There appears to be a "R0.4" variant with backlight on GPIO69,
7 * AB8505 and other changes. There is also talk about some variants having a
8 * Samsung S6D27A1 display, indicated by passing a different command line from
37 * This has a frequency cap at ~800 MHz in the firmware.
149 * LCD_PWR_EN controls both a 3.0V and 1.8V output.
177 * This regulator is a GPIO line that drives the Broadcom WLAN
180 * WLAN_RST_N on the schematic but it is not a reset line.
251 * GPIO68 is for R0.0, the board file talks about a TMO variant
354 * Some Codinas (90%) have a WideChips WS2401-based LMS380KF01
355 * display mounted and some 10% has a Samsung S6D27A1 instead.
[all …]
/openbmc/openbmc/poky/meta/recipes-kernel/perf/
H A Dperf.bb2 DESCRIPTION = "Performance counters for Linux are a new kernel-based \
3 subsystem that provide a framework for all things \
19 # to cover a wide range of kernel we add both dependencies
31 # jevents requires host python for generating a .c file, but is
125 # During do_configure, we might run a 'make clean'. That often breaks
129 # honour a JOBS variable.
203 # If building a multlib based perf, the incorrect library path will be
204 # detected by perf, since it triggers via: ifeq ($(ARCH),x86_64). In a 32 bit
205 # build, with a 64 bit multilib, the arch won't match and the detection of a
372 # the fetcher is inhibited by the 'inherit kernelsrc', so we do a quick check and
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Drk3399-gru.dtsi37 * view, though, we won't create a full fixed regulator. We'll just
40 * - The EC controls the enable and the EC always enables a rail as
42 * - The rails are actually connected to each other by a jumper and
242 * Technically, this is a small abuse of 'regulator-gpio'; this
243 * regulator is a mux between pp1800 and pp3300. pp1800 and pp3300 are
315 * transition to a voltage that's much closer to the default (~1.0 V) so that
316 * there will not be a big jump. Technically we only need to get within 200 mV
410 codec: da7219@1a {
434 dlg,a-d-btn-thr = <0xa>;
453 audio-supply = <&pp1800_audio>; /* APIO5_VDD; 3d 4a */
[all …]
/openbmc/qemu/docs/system/i386/
H A Dhyperv.rst8 In some cases when implementing a hardware interface in software is slow, KVM
15 make Windows and Hyper-V guests think they're running on top of a Hyper-V
41 This feature tells guest OS to disable watchdog timeouts as it is running on a
59 Virtual Processor indices (e.g. when VP index needs to be passed in a
86 Enables Hyper-V Synthetic interrupt controller - an extension of a local APIC.
88 to the guest: SynIC messages and Events. This is a pre-requisite for
128 if there is a Windows version which acts differently.
134 itself by writing to it. Even when this MSR is enabled, it is not a recommended
188 This enlightenment tells guest OS that virtual processors will never share a
216 Enables Hyper-V synthetic debugger interface, this is a special interface used
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddcn30_fpu.c524 context->bw_ctx.bw.dcn.watermarks.a = context->bw_ctx.bw.dcn.watermarks.c; in dcn30_fpu_calculate_wm_and_dlg()
525 context->bw_ctx.bw.dcn.watermarks.a.cstate_pstate.pstate_change_ns = 0; in dcn30_fpu_calculate_wm_and_dlg()
534 …context->bw_ctx.bw.dcn.watermarks.a.urgent_ns = get_wm_urgent(&context->bw_ctx.dml, pipes, pipe_cn… in dcn30_fpu_calculate_wm_and_dlg()
535 …context->bw_ctx.bw.dcn.watermarks.a.cstate_pstate.cstate_enter_plus_exit_ns = get_wm_stutter_enter… in dcn30_fpu_calculate_wm_and_dlg()
536 …context->bw_ctx.bw.dcn.watermarks.a.cstate_pstate.cstate_exit_ns = get_wm_stutter_exit(&context->b… in dcn30_fpu_calculate_wm_and_dlg()
537 …context->bw_ctx.bw.dcn.watermarks.a.cstate_pstate.pstate_change_ns = get_wm_dram_clock_change(&con… in dcn30_fpu_calculate_wm_and_dlg()
538 …context->bw_ctx.bw.dcn.watermarks.a.pte_meta_urgent_ns = get_wm_memory_trip(&context->bw_ctx.dml, … in dcn30_fpu_calculate_wm_and_dlg()
539 …context->bw_ctx.bw.dcn.watermarks.a.frac_urg_bw_nom = get_fraction_of_urgent_bandwidth(&context->b… in dcn30_fpu_calculate_wm_and_dlg()
540 …context->bw_ctx.bw.dcn.watermarks.a.frac_urg_bw_flip = get_fraction_of_urgent_bandwidth_imm_flip(&… in dcn30_fpu_calculate_wm_and_dlg()
541 …context->bw_ctx.bw.dcn.watermarks.a.urgent_latency_ns = get_urgent_latency(&context->bw_ctx.dml, p… in dcn30_fpu_calculate_wm_and_dlg()
[all …]
/openbmc/linux/Documentation/sound/designs/
H A Doss-emulation.rst11 ALSA provides a powerful OSS emulation on the kernel.
67 a totally different thing.)
128 In such a case, you can change the behavior of PCM per application by
129 writing a command to the proc file. There is a proc file for each PCM
149 the application tries to open a pcm device for
168 quake, send a command via echo like the following:
225 OSS mixer is relatively complicated. ALSA builds up a mixer element
310 Note that when attempting to use a single device file for playback and

1...<<491492493494495496497498499500>>...893