Home
last modified time | relevance | path

Searched refs:a (Results 16401 – 16425 of 22310) sorted by relevance

1...<<651652653654655656657658659660>>...893

/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-r16-parrot.dts8 * licensing only applies to this file, and not this project as a
11 * a) This file is free software; you can redistribute it and/or
24 * obtaining a copy of this software and associated documentation
/openbmc/linux/usr/
H A Dgen_init_cpio.c25 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dcirrus,cs35l41.yaml13 CS35L41 is a boosted mono Class D amplifier with DSP
46 Range starts at 1600 mA and goes to a maximum of 4500 mA with increments
88 Shared boost allows two amplifiers to share a single boost circuit by
/openbmc/linux/Documentation/translations/zh_TW/process/
H A Dlicense-rules.rst189 tag/value pairs into a comment according to the placement
204 tag/value pair into a comment according to the placement
244 tag/value pair into a comment according to the placement
/openbmc/linux/Documentation/admin-guide/media/
H A Dusb-cardlist.rst17 Newer camera devices use a standard way to expose themselves as such,
26 by different products. So, several media drivers allow passing a ``card=``
27 parameter, in order to setup a card number that would match the correct
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Dorion5x-lswsgl.dts9 * licensing only applies to this file, and not this project as a
12 * a) This file is free software; you can redistribute it and/or
25 * obtaining a copy of this software and associated documentation
/openbmc/linux/include/linux/
H A Dgenl_magic_func.h96 #define DPRINT_TLA(a, op, b) pr_info("%s %s %s\n", a, op, b); argument
122 #define DPRINT_TLA(a, op, b) do {} while (0) argument
/openbmc/qemu/hw/xen/
H A Dxen-host-pci-device.c20 # define XEN_HOST_PCI_LOG(f, a...) fprintf(stderr, "%s: " f, __func__, ##a) argument
22 # define XEN_HOST_PCI_LOG(f, a...) (void)0 argument
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/
H A Dweston_13.0.1.bb1 SUMMARY = "Weston, a Wayland compositor"
2 DESCRIPTION = "Weston is the reference implementation of a Wayland compositor"
105 # If X11, ship a desktop file to launch it
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/
H A Dnginx.inc3 DESCRIPTION = "Nginx is a web server and a reverse proxy server for \
4 HTTP, SMTP, POP3 and IMAP protocols, with a strong focus on high \
/openbmc/qemu/hw/adc/
H A Daspeed_adc.c79 uint32_t a = ASPEED_ADC_L(a_and_b); in breaks_threshold() local
86 return (a < a_lower || a > a_upper) || in breaks_threshold()
/openbmc/linux/drivers/acpi/nfit/
H A Dcore.c1135 struct nfit_mem *a = container_of(_a, typeof(*a), list); in nfit_mem_cmp() local
1335 if (a == &dev_attr_scrub.attr) in nfit_visible()
1341 return a->mode; in nfit_visible()
1618 struct attribute *a, int n) in acpi_nfit_dimm_attr_visible() argument
1626 if (a == &dev_attr_handle.attr || a == &dev_attr_phys_id.attr in acpi_nfit_dimm_attr_visible()
1627 || a == &dev_attr_flags.attr in acpi_nfit_dimm_attr_visible()
1628 || a == &dev_attr_family.attr in acpi_nfit_dimm_attr_visible()
1629 || a == &dev_attr_dsm_mask.attr) in acpi_nfit_dimm_attr_visible()
1630 return a->mode; in acpi_nfit_dimm_attr_visible()
1638 && a == &dev_attr_dirty_shutdown.attr) in acpi_nfit_dimm_attr_visible()
[all …]
/openbmc/linux/Documentation/input/devices/
H A Dsentelic.rst541 a. send 0x68 PS/2 command to FSP;
549 a. send 0xcc PS/2 command to FSP;
580 a. send 0x74 PS/2 command to FSP;
588 a. send 0x77 PS/2 command to FSP;
594 a. send the register address to FSP and goto step 5;
602 a. send 0x47 PS/2 command to FSP;
610 a. send 0x44 PS/2 command to FSP;
616 a. send the register value to FSP;
675 a. send 0x47 PS/2 command to FSP;
683 a. send 0x44 PS/2 command to FSP;
[all …]
/openbmc/linux/kernel/module/
H A Dmain.c568 if (use->source == a) in already_uses()
571 pr_debug("%s does not use %s!\n", a->name, b->name); in already_uses()
586 pr_debug("Allocating new usage for %s.\n", a->name); in add_module_usage()
591 use->source = a; in add_module_usage()
594 list_add(&use->target_list, &a->target_list); in add_module_usage()
599 static int ref_module(struct module *a, struct module *b) in ref_module() argument
603 if (b == NULL || already_uses(a, b)) in ref_module()
611 err = add_module_usage(a, b); in ref_module()
796 if (core_kernel_text(a)) in symbol_put_addr()
804 modaddr = __module_text_address(a); in symbol_put_addr()
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
H A Dcom.fuc5 * Permission is hereby granted, free of charge, to any person obtaining a
208 // get a chunk of stack space, aligned to 256 byte boundary
262 // is there a channel waiting to be loaded?
419 // zero out a chunk of the stack to store the swizzle into
515 // Setup to handle a tiled surface
517 // Calculates a number of parameters the hardware requires in order
666 // Setup to handle a linear surface
766 // Execute a copy operation
837 // if requested, queue up a QUERY write after the copy has completed
/openbmc/phosphor-webui/app/common/services/
H A Dapi-utils.js316 /network\/eth\d+(_\d+)?\/ipv[4|6]\/[a-z0-9]+$/ig)) {
1043 sensorData.sort(function(a, b) { argument
1044 return a.title.localeCompare(
1576 a, b) {
1577 return a.title.localeCompare(
1588 hardwareData.sort(function(a, b) { argument
1589 if (a.depth < b.depth) return -1;
1590 if (a.depth > b.depth) return 1;
1591 return b.title.localeCompare(a.title, 'en', {numeric: true});
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCC-BY-NC-3.0-DE13a. Der Begriff "Abwandlung" im Sinne dieser Lizenz bezeichnet das Ergebnis jeglicher Art von Verän…
35a. Den Schutzgegenstand in beliebiger Form und Menge zu vervielfältigen, ihn in Sammelwerke zu int…
47a. Sie dürfen den Schutzgegenstand ausschließlich unter den Bedingungen dieser Lizenz verbreiten o…
51 …tet, dass Sie, vorbehaltlich etwaiger Mitteilungen im Sinne von Abschnitt 4.a), alle dazu gehörend…
63 …d. Die oben unter 4.a) bis c) genannten Einschränkungen gelten nicht für solche Teile des Schutzge…
85a. Diese Lizenz und die durch sie eingeräumten Nutzungsrechte erlöschen mit Wirkung für die Zukunf…
91a. Jedes Mal wenn Sie den Schutzgegenstand für sich genommen oder als Teil eines Sammelwerkes verb…
99 …Lizenzgeber und Ihnen und wirken sich nicht auf die Dritten gemäß Ziffern 8.a) und b) angeboteten …
H A DCC-BY-3.0-DE13a. Der Begriff "Abwandlung" im Sinne dieser Lizenz bezeichnet das Ergebnis jeglicher Art von Verän…
35a. den Schutzgegenstand in beliebiger Form und Menge zu vervielfältigen, ihn in Sammelwerke zu int…
55a. Sie dürfen den Schutzgegenstand ausschließlich unter den Bedingungen dieser Lizenz verbreiten o…
57 …tet, dass Sie, vorbehaltlich etwaiger Mitteilungen im Sinne von Abschnitt 4.a), alle dazu gehörend…
69 …c. Die oben unter 4.a) und b) genannten Einschränkungen gelten nicht für solche Teile des Schutzge…
83a. Diese Lizenz und die durch sie eingeräumten Nutzungsrechte erlöschen mit Wirkung für die Zukunf…
89a. Jedes Mal, wenn Sie den Schutzgegenstand für sich genommen oder als Teil eines Sammelwerkes ver…
97 …Lizenzgeber und Ihnen und wirken sich nicht auf die Dritten gemäß Ziffern 8.a) und b) angebotenen …
H A DCC-BY-NC-ND-3.0-DE13a. Der Begriff "Abwandlung" im Sinne dieser Lizenz bezeichnet das Ergebnis jeglicher Art von Verän…
35a. den Schutzgegenstand in beliebiger Form und Menge zu vervielfältigen, ihn in Sammelwerke zu int…
43a. Sie dürfen den Schutzgegenstand ausschließlich unter den Bedingungen dieser Lizenz verbreiten o…
47 …tet, dass Sie, vorbehaltlich etwaiger Mitteilungen im Sinne von Abschnitt 4.a), alle dazu gehörend…
57 …d. Die oben unter 4.a) bis c) genannten Einschränkungen gelten nicht für solche Teile des Schutzge…
79a. Diese Lizenz und die durch sie eingeräumten Nutzungsrechte erlöschen mit Wirkung für die Zukunf…
85a. Jedes Mal wenn Sie den Schutzgegenstand für sich genommen oder als Teil eines Sammelwerkes verb…
91 …Lizenzgeber und Ihnen und wirken sich nicht auf die Dritten gemäß Ziffern 8.a) angeboteten Lizenze…
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Devent.py526 callback = lambda a: 2 * a argument
533 callback = lambda a: 2 * a argument
540 callback = lambda a: 2 * a argument
549 callback = lambda a: 2 * a argument
854 a = 1 / 0
/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/
H A Dmtk_vcodec_enc.c235 struct v4l2_streamparm *a) in vidioc_venc_s_parm() argument
238 struct v4l2_fract *timeperframe = &a->parm.output.timeperframe; in vidioc_venc_s_parm()
240 if (a->type != V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) in vidioc_venc_s_parm()
252 a->parm.output.capability = V4L2_CAP_TIMEPERFRAME; in vidioc_venc_s_parm()
258 struct v4l2_streamparm *a) in vidioc_venc_g_parm() argument
262 if (a->type != V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) in vidioc_venc_g_parm()
265 a->parm.output.capability = V4L2_CAP_TIMEPERFRAME; in vidioc_venc_g_parm()
266 a->parm.output.timeperframe.denominator = in vidioc_venc_g_parm()
268 a->parm.output.timeperframe.numerator = in vidioc_venc_g_parm()
/openbmc/qemu/target/mips/
H A Dcpu-defs.c.inc17 * You should have received a copy of the GNU Lesser General Public
239 /* we have a DSP, but no FPU */
471 Eventually this should be replaced by a real CPU model. */
563 /* The R4000 has a full 64bit FPU but doesn't use the fcr0 bits. */
584 /* The VR5432 has a full 64bit FPU but doesn't use the fcr0 bits. */
642 /* We emulate a later version of the 20Kc, earlier ones had a broken
671 FIXME: Eventually this should be replaced by a real CPU model. */
963 FIXME: Eventually this should be replaced by a real CPU model. */
/openbmc/linux/arch/m68k/fpsp040/
H A Dstan.S31 | 4. (k is even) Tan(X) = tan(r) and tan(r) is approximated by a
37 | 4. (k is odd) Tan(X) = -cot(r). Since tan(r) is approximated by a
316 |--there is a danger of unwanted overflow in first LOOP iteration. In this
347 movel %d0,%a1 | ...save a copy of D0
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_reg.h1022 #define dsaf_write_dev(a, reg, value) \ argument
1023 dsaf_write_reg((a)->io_base, (reg), (value))
1040 #define dsaf_read_dev(a, reg) \ argument
1041 dsaf_read_reg((a)->io_base, (reg))
/openbmc/linux/include/video/
H A Dpm3fb.h505 #define PM3ConstantColorDDA_A(a) (((a) & 0xff) << 24) argument
578 #define PM3FBDestReadEnables_ReferenceAlpha(a) (((a) & 0xff) << 24) argument

1...<<651652653654655656657658659660>>...893