/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 7 subdir-ccflags-y += -I$(src) 9 obj-$(CONFIG_MLX5_CORE) += mlx5_core.o 14 mlx5_core-y := main.o cmd.o debugfs.o fw.o eq.o uar.o pagealloc.o \ 25 mlx5_core-$(CONFIG_MLX5_CORE_EN) += en/rqt.o en/tir.o en/rss.o en/rx_res.o \ 26 en/channels.o en_main.o en_common.o en_fs.o en_ethtool.o \ 27 en_tx.o en_rx.o en_dim.o en_txrx.o en/xdp.o en_stats.o \ 28 en_selftest.o en/port.o en/monitor_stats.o en/health.o \ 29 en/reporter_tx.o en/reporter_rx.o en/params.o en/xsk/pool.o \ 30 en/xsk/setup.o en/xsk/rx.o en/xsk/tx.o en/devlink.o en/ptp.o \ [all …]
|
/openbmc/linux/Documentation/translations/sp_SP/ |
H A D | howto.rst | 1 .. include:: ./disclaimer-sp.rst 8 Cómo participar en el desarrollo del kernel de Linux 12 sobre cómo convertirse en desarrollador del kernel de Linux y explica cómo 13 trabajar con el y en su desarrollo. El documento no tratará ningún aspecto 17 Si algo en este documento quedara obsoleto, envíe parches al maintainer de 18 este archivo, que se encuentra en la parte superior del documento. 21 ------------ 22 ¿De modo que quiere descubrir como convertirse en un/a desarrollador/a del 24 Linux para este dispositivo." El objetivo de este documento en enseñarle 28 de la forma en que lo hace. [all …]
|
H A D | memory-barriers.txt | 2 This is a version of Documentation/memory-barriers.txt translated into 13 BARRERAS DE MEMORIA EN EL KERNEL LINUX 23 traducción, la única referencia válida es la documentación oficial en 35 consistencia de memoria formal y documentación en tools/memory-model/. Sin 37 sus maintainers en lugar de que como un oráculo infalible. 44 (1) especificar la funcionalidad mínima en la que se puede confiar para 45 cualquier barrera en concreto, y 49 Tenga en cuenta que una arquitectura puede proporcionar más que el 50 requisito mínimo para cualquier barrera en particular, pero si la 53 Tenga en cuenta también que es posible que una barrera no valga (sea no-op) [all …]
|
/openbmc/linux/Documentation/translations/sp_SP/process/ |
H A D | submitting-patches.rst | 1 .. include:: ../disclaimer-sp.rst 3 :Original: :ref:`Documentation/process/submitting-patches.rst <submittingpatches>` 8 Envío de parches: la guía esencial para incluir su código en el kernel 12 el proceso puede en ocasiones resultar desalentador si no se está 17 Este documento contiene una gran cantidad de sugerencias en un formato 20 Documentation/process/development-process.rst. Además, lea 21 Documentation/process/submit-checklist.rst para obtener una lista de 24 Documentation/devicetree/bindings/submitting-patches.rst. 28 usarlo, le hará la vida como desarrollador del kernel y en general mucho 33 :ref:`Documentation/process/maintainer-handbooks.rst <maintainer_handbooks_main>`. [all …]
|
H A D | deprecated.rst | 1 .. include:: ../disclaimer-sp.rst 12 En un mundo perfecto, sería posible convertir todas las instancias de 13 alguna API obsoleta en una nueva API y quitar la API anterior en un 17 han de ir creándose en el kernel, mientras que las antiguas se quitan, 21 obsoletos son propuestos para incluir en el kernel. 24 ------------ 30 que usar `__deprecated` es sencillo para anotar una API obsoleta en 33 desanimar a otros a usarla en el futuro. 36 ---------------- 37 Use WARN() y WARN_ON() en su lugar, y gestione las condiciones de error [all …]
|
H A D | coding-style.rst | 1 .. include:: ../disclaimer-sp.rst 3 :Original: :ref:`Documentation/process/coding-style.rst <submittingpatches>` 8 Estilo en el código del kernel Linux 11 Este es un breve documento que describe el estilo preferido en el código 17 En primer lugar, sugeriría imprimir una copia de los estándares de código 24 ----------- 33 buscando en su pantalla durante 20 horas seguidas, le resultará mucho más 37 el código se mueva demasiado a la derecha y dificulta la lectura en una 39 necesita más de 3 niveles de sangría, está en apuros de todos modos y 42 En resumen, las sangrías de 8 caracteres facilitan la lectura y tienen la [all …]
|
H A D | adding-syscalls.rst | 1 .. include:: ../disclaimer-sp.rst 3 :Original: :ref:`Documentation/process/adding-syscalls.rst <addsyscalls>` 12 al kernel Linux, más allá de la presentación y consejos normales en 13 :ref:`Documentation/process/submitting-patches.rst <submittingpatches>` que 17 ----------------------------------- 20 alguna alternativa es adecuada en su lugar. Aunque las llamadas al sistema 22 tradicionales, existen otras posibilidades -- elija la que mejor se adecúe 25 - Si se puede hacer que la operación se parezca a un objeto filesystem, 28 funcionalidad en un módulo del kernel en vez de requerir que sea 31 - Si la nueva funcionalidad involucra operaciones donde el kernel [all …]
|
H A D | email-clients.rst | 1 .. include:: ../disclaimer-sp.rst 3 :Original: :ref:`Documentation/process/email-clients.rst <email_clients>` 12 --- 14 A día de hoy, la mayoría de los desarrolladores usan ``git send-email`` en 16 para esto es bastante buena. En la recepción del correo, los maintainers 19 Si es usted nuevo en ``git`` entonces envíese su primer parche. Guárdelo 25 ---------------------- 28 preferiblemente como texto en línea en el cuerpo del correo electrónico. 35 También se recomienda encarecidamente que utilice texto sin formato en el 55 estar en codificación ASCII o UTF-8 únicamente. Si configura su cliente de [all …]
|
H A D | researcher-guidelines.rst | 1 .. SPDX-License-Identifier: GPL-2.0 3 :Original: :ref:`Documentation/process/researcher-guidelines.rst` 11 en su producción, otros subproductos de su desarrollo. Linux se 13 aspectos de Linux son impulsados por investigación en una forma u otra. 19 de Linux para mejorar a partir de ella. En cualquier caso, se recomienda 28 en general, ética en la tecnología y la investigación de las comunidades 29 de desarrolladores en particular, ver: 32 * `Historia de la Ética en la Investigación <https://www.unlv.edu/research/ORI-HSR/history-ethics>`_ 34 * `Perspectivas de Desarrolladores e Investigadores sobre la Ética de los Experimentos en Proyectos… 37 el proyecto están participando en buena fe para mejorar Linux. La [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce80/ |
H A D | hw_translate_dce80.c | 2 * Copyright 2012-15 Advanced Micro Devices, Inc. 29 * Pre-requisites: headers required by header of this unit 67 uint32_t *en) in offset_to_id() argument 75 *en = GPIO_GENERIC_A; in offset_to_id() 78 *en = GPIO_GENERIC_B; in offset_to_id() 81 *en = GPIO_GENERIC_C; in offset_to_id() 84 *en = GPIO_GENERIC_D; in offset_to_id() 87 *en = GPIO_GENERIC_E; in offset_to_id() 90 *en = GPIO_GENERIC_F; in offset_to_id() 93 *en = GPIO_GENERIC_G; in offset_to_id() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce60/ |
H A D | hw_translate_dce60.c | 29 * Pre-requisites: headers required by header of this unit 67 uint32_t *en) in offset_to_id() argument 75 *en = GPIO_GENERIC_A; in offset_to_id() 78 *en = GPIO_GENERIC_B; in offset_to_id() 81 *en = GPIO_GENERIC_C; in offset_to_id() 84 *en = GPIO_GENERIC_D; in offset_to_id() 87 *en = GPIO_GENERIC_E; in offset_to_id() 90 *en = GPIO_GENERIC_F; in offset_to_id() 93 *en = GPIO_GENERIC_G; in offset_to_id() 105 *en = GPIO_HPD_1; in offset_to_id() [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/ |
H A D | docbook-xml-update-catalog.xml.patch | 3 docbook-xml: update catalog.xml 7 Upstream-Status: Inappropriate [docbook 4.x development has ceased, docbook 5 is entirely different] 8 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 10 diff --git a/docbook-4.1.2/catalog.xml b/docbook-4.1.2/catalog.xml 12 --- /dev/null 13 +++ b/docbook-4.1.2/catalog.xml 14 @@ -0,0 +1,66 @@ 16 +<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" 17 + "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd"> 21 +<!-- ...................................................................... --> [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce110/ |
H A D | hw_translate_dce110.c | 2 * Copyright 2013-15 Advanced Micro Devices, Inc. 27 * Pre-requisites: headers required by header of this unit 43 uint32_t *en) in offset_to_id() argument 51 *en = GPIO_GENERIC_A; in offset_to_id() 54 *en = GPIO_GENERIC_B; in offset_to_id() 57 *en = GPIO_GENERIC_C; in offset_to_id() 60 *en = GPIO_GENERIC_D; in offset_to_id() 63 *en = GPIO_GENERIC_E; in offset_to_id() 66 *en = GPIO_GENERIC_F; in offset_to_id() 69 *en = GPIO_GENERIC_G; in offset_to_id() [all …]
|
/openbmc/u-boot/board/overo/ |
H A D | overo.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 29 * IEN - Input Enable 30 * IDIS - Input Disable 31 * PTD - Pull type Down 32 * PTU - Pull type Up 33 * DIS - Pull type selection is inactive 34 * EN - Pull type selection is active 35 * M0 - Mode 0 40 MUX_VAL(CP(GPMC_NCS1), (IDIS | PTU | EN | M0)) /*GPMC_nCS1*/\ 41 MUX_VAL(CP(GPMC_NCS4), (IDIS | PTU | EN | M0)) /*GPMC_nCS4*/\ [all …]
|
/openbmc/linux/fs/f2fs/ |
H A D | extent_cache.c | 1 // SPDX-License-Identifier: GPL-2.0 10 * block_age-based extent cache added by: 25 struct f2fs_extent *i_ext = &F2FS_INODE(ipage)->i_ext; in sanity_check_extent_cache() 34 !f2fs_is_valid_blkaddr(sbi, ei.blk + ei.len - 1, in sanity_check_extent_cache() 38 __func__, inode->i_ino, in sanity_check_extent_cache() 51 ei->fofs = fofs; in __set_extent_info() 52 ei->len = len; in __set_extent_info() 55 ei->blk = blk; in __set_extent_info() 59 ei->c_len = 0; in __set_extent_info() 62 ei->age = age; in __set_extent_info() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dce120/ |
H A D | hw_translate_dce120.c | 2 * Copyright 2013-15 Advanced Micro Devices, Inc. 27 * Pre-requisites: headers required by header of this unit 65 uint32_t *en) in offset_to_id() argument 73 *en = GPIO_GENERIC_A; in offset_to_id() 76 *en = GPIO_GENERIC_B; in offset_to_id() 79 *en = GPIO_GENERIC_C; in offset_to_id() 82 *en = GPIO_GENERIC_D; in offset_to_id() 85 *en = GPIO_GENERIC_E; in offset_to_id() 88 *en = GPIO_GENERIC_F; in offset_to_id() 91 *en = GPIO_GENERIC_G; in offset_to_id() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn10/ |
H A D | hw_translate_dcn10.c | 2 * Copyright 2013-15 Advanced Micro Devices, Inc. 27 * Pre-requisites: headers required by header of this unit 65 uint32_t *en) in offset_to_id() argument 73 *en = GPIO_GENERIC_A; in offset_to_id() 76 *en = GPIO_GENERIC_B; in offset_to_id() 79 *en = GPIO_GENERIC_C; in offset_to_id() 82 *en = GPIO_GENERIC_D; in offset_to_id() 85 *en = GPIO_GENERIC_E; in offset_to_id() 88 *en = GPIO_GENERIC_F; in offset_to_id() 91 *en = GPIO_GENERIC_G; in offset_to_id() [all …]
|
/openbmc/u-boot/board/htkw/mcx/ |
H A D | mcx.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 18 * IEN - Input Enable 19 * IDIS - Input Disable 20 * PTD - Pull type Down 21 * PTU - Pull type Up 22 * DIS - Pull type selection is inactive 23 * EN - Pull type selection is active 24 * M0 - Mode 0 66 MUX_VAL(CP(SDRC_DQS0N), (IEN | PTD | EN | M0)) \ 67 MUX_VAL(CP(SDRC_DQS1N), (IEN | PTD | EN | M0)) \ [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn21/ |
H A D | hw_translate_dcn21.c | 27 * Pre-requisites: headers required by header of this unit 68 uint32_t *en) in offset_to_id() argument 76 *en = GPIO_GENERIC_A; in offset_to_id() 79 *en = GPIO_GENERIC_B; in offset_to_id() 82 *en = GPIO_GENERIC_C; in offset_to_id() 85 *en = GPIO_GENERIC_D; in offset_to_id() 88 *en = GPIO_GENERIC_E; in offset_to_id() 91 *en = GPIO_GENERIC_F; in offset_to_id() 94 *en = GPIO_GENERIC_G; in offset_to_id() 99 *en = GPIO_DDC_LINE_DDC1; in offset_to_id() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn30/ |
H A D | hw_translate_dcn30.c | 27 * Pre-requisites: headers required by header of this unit 74 uint32_t *en) in offset_to_id() argument 82 *en = GPIO_GENERIC_A; in offset_to_id() 85 *en = GPIO_GENERIC_B; in offset_to_id() 88 *en = GPIO_GENERIC_C; in offset_to_id() 91 *en = GPIO_GENERIC_D; in offset_to_id() 94 *en = GPIO_GENERIC_E; in offset_to_id() 97 *en = GPIO_GENERIC_F; in offset_to_id() 100 *en = GPIO_GENERIC_G; in offset_to_id() 112 *en = GPIO_HPD_1; in offset_to_id() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn20/ |
H A D | hw_translate_dcn20.c | 27 * Pre-requisites: headers required by header of this unit 69 uint32_t *en) in offset_to_id() argument 77 *en = GPIO_GENERIC_A; in offset_to_id() 80 *en = GPIO_GENERIC_B; in offset_to_id() 83 *en = GPIO_GENERIC_C; in offset_to_id() 86 *en = GPIO_GENERIC_D; in offset_to_id() 89 *en = GPIO_GENERIC_E; in offset_to_id() 92 *en = GPIO_GENERIC_F; in offset_to_id() 95 *en = GPIO_GENERIC_G; in offset_to_id() 107 *en = GPIO_HPD_1; in offset_to_id() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn315/ |
H A D | hw_translate_dcn315.c | 69 uint32_t *en) in offset_to_id() argument 77 *en = GPIO_GENERIC_A; in offset_to_id() 80 *en = GPIO_GENERIC_B; in offset_to_id() 83 *en = GPIO_GENERIC_C; in offset_to_id() 86 *en = GPIO_GENERIC_D; in offset_to_id() 89 *en = GPIO_GENERIC_E; in offset_to_id() 92 *en = GPIO_GENERIC_F; in offset_to_id() 95 *en = GPIO_GENERIC_G; in offset_to_id() 107 *en = GPIO_HPD_1; in offset_to_id() 110 *en = GPIO_HPD_2; in offset_to_id() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn32/ |
H A D | hw_translate_dcn32.c | 27 * Pre-requisites: headers required by header of this unit 67 uint32_t *en) in offset_to_id() argument 75 *en = GPIO_GENERIC_A; in offset_to_id() 78 *en = GPIO_GENERIC_B; in offset_to_id() 81 *en = GPIO_GENERIC_C; in offset_to_id() 84 *en = GPIO_GENERIC_D; in offset_to_id() 87 *en = GPIO_GENERIC_E; in offset_to_id() 90 *en = GPIO_GENERIC_F; in offset_to_id() 102 *en = GPIO_HPD_1; in offset_to_id() 105 *en = GPIO_HPD_2; in offset_to_id() [all …]
|
/openbmc/u-boot/board/technexion/tao3530/ |
H A D | tao3530.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 12 "HEAD acoustics OMAP3-HA", 14 "OMAP3 TAO-3530 board", 20 * IEN - Input Enable 21 * IDIS - Input Disable 22 * PTD - Pull type Down 23 * PTU - Pull type Up 24 * DIS - Pull type selection is inactive 25 * EN - Pull type selection is active 26 * M0 - Mode 0 [all …]
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | CC-BY-3.0-NL | 3 …EN VERLEENT GEEN JURIDISCHE DIENSTEN. DE VERSPREIDING VAN DEZE LICENTIE ROEPT GEEN JURIDISCHE RELA… 7 …HERMD OP GROND VAN HET AUTEURSRECHT, NABURIGE RECHTEN, HET DATABANKENRECHT EN/OF ENIGE ANDERE TOEP… 9 …E IN DEZE LICENTIE VERLEENDE RECHTEN MET BETREKKING TOT HET WERK AANVAARDT EN GAAT DE GEBRUIKER AK… 15 …waarin het Werk, in zijn geheel en in ongewijzigde vorm, samen met een of meer andere werken, die … 17 …b. 'Afgeleid werk' een werk dat is gebaseerd op het Werk of op het Werk en andere reeds bestaande … 19 … muziekwerk betreft, zal de synchronisatie van de tijdslijnen van het Werk en een bewegend beeld (… 23 …de uitvoerende kunstenaar, film- en fonogramproducent en omroeporganisaties in de zin van de Wet o… 25 …en het (omroep)programma in de zin van de Wet op de naburige rechten en de databank in de zin van … 27 …jke persoon of rechtspersoon die rechten ingevolge deze Licentie uitoefent en die de voorwaarden v… 29 …strekt ertoe om de rechten te beperken die voortvloeien uit de beperkingen en uitputting van de ui… [all …]
|