Home
last modified time | relevance | path

Searched refs:a (Results 11176 – 11200 of 20301) sorted by relevance

1...<<441442443444445446447448449450>>...813

/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
152 diff --git a/interface/scsi_interface.c b/interface/scsi_interface.c
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3_3.13.1.bb3 DESCRIPTION = "Python is a programming language that lets you work more quickly and integrate your …
52 …ream-wontfix: The mailcap module is insecure by design, so this can't be fixed in a meaningful way"
164 # Generate a Profile Guided Optimisation wrapper script that uses qemu-user for
195 # Add a symlink to the native Python so that scripts can just invoke
205 # Remove all pyc files. There are a ton of them and it is probably faster to let
217 # python3-config needs to be in /usr/bin and not in a subdir of it to work properly
338 # This python changes the datastore based on the contents of a file, so mark
376 # so we use a new variable
412 # Files needed to create a new manifest
417 # a new manifest, this is to base our new manifest on a complete
[all …]
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c1683 static TCGv gen_lea_modrm_1(DisasContext *s, AddressParts a, bool is_vsib) in gen_lea_modrm_1() argument
1687 if (a.index >= 0 && !is_vsib) { in gen_lea_modrm_1()
1688 if (a.scale == 0) { in gen_lea_modrm_1()
1689 ea = cpu_regs[a.index]; in gen_lea_modrm_1()
1691 tcg_gen_shli_tl(s->A0, cpu_regs[a.index], a.scale); in gen_lea_modrm_1()
1694 if (a.base >= 0) { in gen_lea_modrm_1()
1695 tcg_gen_add_tl(s->A0, ea, cpu_regs[a.base]); in gen_lea_modrm_1()
1698 } else if (a.base >= 0) { in gen_lea_modrm_1()
1699 ea = cpu_regs[a.base]; in gen_lea_modrm_1()
1702 if (tb_cflags(s->base.tb) & CF_PCREL && a.base == -2) { in gen_lea_modrm_1()
[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/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/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic.h45 #define QLCNIC_VERSION_CODE(a, b, c) (((a) << 24) + ((b) << 16) + (c)) argument
1553 #define qlcnic_rom_lock(a) \ argument
1554 qlcnic_pcie_sem_lock((a), 2, QLCNIC_ROM_LOCK_ID)
1555 #define qlcnic_rom_unlock(a) \ argument
1556 qlcnic_pcie_sem_unlock((a), 2)
1557 #define qlcnic_phy_lock(a) \ argument
1558 qlcnic_pcie_sem_lock((a), 3, QLCNIC_PHY_LOCK_ID)
1559 #define qlcnic_phy_unlock(a) \ argument
1560 qlcnic_pcie_sem_unlock((a), 3)
1561 #define qlcnic_sw_lock(a) \ argument
[all …]
/openbmc/linux/drivers/media/usb/au0828/
H A Dau0828-video.c1444 static int vidioc_enumaudio(struct file *file, void *priv, struct v4l2_audio *a) in vidioc_enumaudio() argument
1446 if (a->index > 1) in vidioc_enumaudio()
1451 if (a->index == 0) in vidioc_enumaudio()
1452 strscpy(a->name, "Television", sizeof(a->name)); in vidioc_enumaudio()
1454 strscpy(a->name, "Line in", sizeof(a->name)); in vidioc_enumaudio()
1456 a->capability = V4L2_AUDCAP_STEREO; in vidioc_enumaudio()
1460 static int vidioc_g_audio(struct file *file, void *priv, struct v4l2_audio *a) in vidioc_g_audio() argument
1467 a->index = dev->ctrl_ainput; in vidioc_g_audio()
1468 if (a->index == 0) in vidioc_g_audio()
1469 strscpy(a->name, "Television", sizeof(a->name)); in vidioc_g_audio()
[all …]
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.rst6 This is a Long Term Support release, published in April 2022, and supported at least for two years …
111 - Allow validation of sstate signatures against a list of keys
120 - git: Add a warning asking users to set a branch in git urls
147 - arch-armv8-5a.inc: Add tune include for armv8.5a
173 - Allow :term:`Initramfs` to be built from a separate multiconfig
195 - Significant effort to upstream / rationalise patches across a variety of recipes
198 - yocto-check-layer: add ability to perform tests from a global bbclass
215 - Added a check that Upstream-Status patch tag is present and correctly formed
216 - Added a check for directories that are expected to be empty
218 - Added a sanity check for allarch packagegroups
[all …]
/openbmc/linux/arch/powerpc/crypto/
H A Dpoly1305-p10le_64.S18 # a += m
19 # a = (r + a) % p
20 # a += s
40 # Each word in a vector consists a member of a "r/s" in [a * r/s].
487 lvx 31, 14, 10 # v31 = 1a
/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
/openbmc/linux/Documentation/networking/device_drivers/ethernet/netronome/
H A Dnfp.rst99 If you want to load a specific firmware image for a specific card, you
101 print which files it's looking for when it recognizes a NFP device::
119 The version of the loaded firmware for a particular <netdev> interface,
148 Defines a list of PF devices allowed to load FW on the device.
225 example, if packets sent from a VM are to be encapsulated on the card and
226 egress a physical port, then the MTU of the VF should be set to lower than
228 additional header. If a setup is expected to see fallback traffic between
246 To force the FEC mode for a particular port, auto-negotiation must be disabled
/openbmc/qemu/target/m68k/
H A Dfpu_helper.c380 floatx80 a, b; in HELPER() local
384 a = floatx80_round(val0->d, &env->fp_status); in HELPER()
387 res->d = floatx80_mul(a, b, &env->fp_status); in HELPER()
413 floatx80 a, b; in HELPER() local
417 a = floatx80_round(val1->d, &env->fp_status); in HELPER()
420 res->d = floatx80_div(a, b, &env->fp_status); in HELPER()
704 floatx80 a = val->d; in HELPER() local
710 res1->d = floatx80_cos(a, &env->fp_status); in HELPER()
711 res0->d = floatx80_sin(a, &env->fp_status); in HELPER()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
H A Dgpc.fuc5 * Permission is hereby granted, free of charge, to any person obtaining a
292 // handler, pulls a command from the queue and executes its handler
377 // Disables various things, waits a bit, and re-enables them..
379 // Not sure how exactly this helps, perhaps "ENABLE" is not such a
400 // on save it means: "a load will follow this save"
401 // on load it means: "a save preceeded this load"
477 // if load, or a save without a load following, do some
478 // unknown stuff that's done after finishing a block of
/openbmc/qemu/target/hexagon/imported/
H A Dmacros.def14 * You should have received a copy of the GNU General Public License
170 // Store new with a missing newvalue or cancelled goes out as a zero byte store in V65
486 fCALL, /* Do a call */
492 fCALLR, /* Do a call Register */
818 fRNDN, /* Rounding to a boundary */
824 fCRNDN, /* Rounding to a boundary */
830 fADD128, /* Rounding to a boundary */
835 fSUB128, /* Rounding to a boundary */
840 fSHIFTR128, /* Rounding to a boundary */
846 fSHIFTL128, /* Rounding to a boundary */
[all …]
/openbmc/linux/arch/m68k/fpsp040/
H A Dsetox.S4 | The entry point setox computes the exponential of a value.
5 | setoxd does the same except the input value is a denormalized
65 | To avoid the use of floating-point comparisons, a
66 | compact representation of |X| is used. This format is a
75 | to have a small number of cases where |X| is less than,
95 | Using a single-precision constant avoids memory access.
96 | Another effect of using a single-precision "constant" is
106 | Notes: a) The way L1 and L2 are chosen ensures L1+L2 approximate
127 | Step 4. Approximate exp(R)-1 by a polynomial
129 | Notes: a) In order to reduce memory access, the coefficients are
[all …]
/openbmc/linux/security/tomoyo/
H A Ddomain.c73 static inline bool tomoyo_same_acl_head(const struct tomoyo_acl_info *a, in tomoyo_same_acl_head() argument
76 return a->type == b->type && a->cond == b->cond; in tomoyo_same_acl_head()
219 static bool tomoyo_same_transition_control(const struct tomoyo_acl_head *a, in tomoyo_same_transition_control() argument
222 const struct tomoyo_transition_control *p1 = container_of(a, in tomoyo_same_transition_control()
382 static bool tomoyo_same_aggregator(const struct tomoyo_acl_head *a, in tomoyo_same_aggregator() argument
385 const struct tomoyo_aggregator *p1 = container_of(a, typeof(*p1), in tomoyo_same_aggregator()
/openbmc/u-boot/drivers/usb/host/
H A DKconfig21 Say Y or if your system has a Dual Role SuperSpeed
72 STiH407 family SoCs. This is a driver for the dwc3 to provide the glue logic
112 connect to a companion controller. If you configure EHCI, you should
222 The Open Host Controller Interface (OHCI) is a standard for accessing
225 say Y. On most non-x86 systems, and on x86 hardware that's not using a
227 controller doesn't use PCI, this is probably appropriate. For a PCI
248 The Universal Host Controller Interface is a standard by Intel for
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DLAL-1.211 …ue conduit à restreindre l’accès du public à l’oeuvre, la Licence Art Libre a pour but de le favor…
14 …réation et de production est apparu. Il est aussi l’amplification de ce qui a été expérimenté par …
30 – Auteur de l’oeuvre originelle :c’est la personne qui a créé l’oeuvre à l’origine d’une arborescen…
35 Cette licence a pour objet de définir les conditions selon lesquelles vous pouvez jouir librement d…
54 Cette licence n’a pas pour objet de nier vos droits d’auteur sur votre contribution. En choisissant…
57 …user, ou de modifier l’oeuvre constitue une acception tacite. Cette licence a pour durée la durée …
61 …nter des dispositions contenues dans la version sous laquelle la copie vous a été communiquée ou a…
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A D0002-Add-support-for-boot-initiator-mailbox.patch2 From: Alexander Amelkin <a.amelkin@yadro.com>
15 It is expected that a machine-specific override for
22 Signed-off-by: Alexander Amelkin <a.amelkin@yadro.com>
30 diff --git a/chassishandler.cpp b/chassishandler.cpp
32 --- a/chassishandler.cpp
406 diff --git a/chassishandler.hpp b/chassishandler.hpp
408 --- a/chassishandler.hpp
/openbmc/linux/arch/mips/boot/dts/ingenic/
H A Dci20.dts84 type = "a";
132 * regulators; but the MMC/SD subsystem won't accept such a
166 * Use the 32.768 kHz oscillator as the parent of the RTC for a higher
185 * 3000 kHz for the OST timer to provide a higher
295 act8600: act8600@5a {
349 * Likely the CI20 uses a proprietary
351 * Since this is a simple on/off LDO the
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_vmicert_management.robot576 [Documentation] Generate a csr string.
588 # Run openssl command to create a new private key and use that to generate a CSR string
602 # force_create Create a new REST session if True.
603 # username Username to create a REST session.
604 # password Password to create a REST session.
632 # username Username to create a REST session.
633 # password Password to create a REST session.
634 # force_create Create a new REST session if True.
660 [Documentation] Generate a csr string.
665 # is_csr_file A True value means a CSR while a False is for signed CERT file.
[all …]
/openbmc/linux/drivers/scsi/
H A Desp_scsi.c56 #define esp_log_intr(f, a...) \ argument
58 shost_printk(KERN_DEBUG, esp->host, f, ## a); \
61 #define esp_log_reset(f, a...) \ argument
63 shost_printk(KERN_DEBUG, esp->host, f, ## a); \
66 #define esp_log_msgin(f, a...) \ argument
68 shost_printk(KERN_DEBUG, esp->host, f, ## a); \
71 #define esp_log_msgout(f, a...) \ argument
73 shost_printk(KERN_DEBUG, esp->host, f, ## a); \
76 #define esp_log_cmddone(f, a...) \ argument
78 shost_printk(KERN_DEBUG, esp->host, f, ## a); \
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Djquery.treetable.theme.default.css35 table.treetable tr.collapsed span.indenter a {
39 table.treetable tr.expanded span.indenter a {
45 table.treetable tr.collapsed.selected span.indenter a {
49 table.treetable tr.expanded.selected span.indenter a {
58 table.treetable tr.collapsed.accept td span.indenter a {
62 table.treetable tr.expanded.accept td span.indenter a {
/openbmc/linux/include/linux/atomic/
H A Datomic-long.h1686 raw_atomic_long_fetch_add_unless(atomic_long_t *v, long a, long u) in raw_atomic_long_fetch_add_unless() argument
1689 return raw_atomic64_fetch_add_unless(v, a, u); in raw_atomic_long_fetch_add_unless()
1691 return raw_atomic_fetch_add_unless(v, a, u); in raw_atomic_long_fetch_add_unless()
1708 raw_atomic_long_add_unless(atomic_long_t *v, long a, long u) in raw_atomic_long_add_unless() argument
1711 return raw_atomic64_add_unless(v, a, u); in raw_atomic_long_add_unless()
1713 return raw_atomic_add_unless(v, a, u); in raw_atomic_long_add_unless()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/
H A Djquery.treetable.theme.toaster.css37 table.treetable tr.collapsed span.indenter a {
41 table.treetable tr.expanded span.indenter a {
47 table.treetable tr.collapsed.selected span.indenter a {
51 table.treetable tr.expanded.selected span.indenter a {
60 table.treetable tr.collapsed.accept td span.indenter a {
64 table.treetable tr.expanded.accept td span.indenter a {

1...<<441442443444445446447448449450>>...813