/Linux-v6.1/arch/arm64/boot/dts/ti/ |
D | k3-j721e-som-p0.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (C) 2019-2020 Texas Instruments Incorporated - https://www.ti.com/ 6 /dts-v1/; 8 #include "k3-j721e.dtsi" 18 reserved_memory: reserved-memory { 19 #address-cells = <2>; 20 #size-cells = <2>; 26 no-map; 29 mcu_r5fss0_core0_dma_memory_region: r5f-dma-memory@a0000000 { 30 compatible = "shared-dma-pool"; [all …]
|
D | k3-j7200-som-p0.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (C) 2020-2021 Texas Instruments Incorporated - https://www.ti.com/ 6 /dts-v1/; 8 #include "k3-j7200.dtsi" 18 reserved_memory: reserved-memory { 19 #address-cells = <2>; 20 #size-cells = <2>; 26 no-map; 29 mcu_r5fss0_core0_dma_memory_region: r5f-dma-memory@a0000000 { 30 compatible = "shared-dma-pool"; [all …]
|
/Linux-v6.1/arch/arm64/boot/dts/qcom/ |
D | sm6125.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 6 #include <dt-bindings/clock/qcom,gcc-sm6125.h> 7 #include <dt-bindings/clock/qcom,rpmcc.h> 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/power/qcom-rpmpd.h> 13 interrupt-parent = <&intc>; 14 #address-cells = <2>; 15 #size-cells = <2>; 20 xo_board: xo-board { [all …]
|
D | msm8994-msft-lumia-octagon.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 12 #include <dt-bindings/gpio/gpio.h> 13 #include <dt-bindings/input/gpio-keys.h> 14 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 20 /delete-node/ &adsp_mem; 21 /delete-node/ &audio_mem; 22 /delete-node/ &cont_splash_mem; 23 /delete-node/ &mba_mem; 24 /delete-node/ &mpss_mem; 25 /delete-node/ &peripheral_region; [all …]
|
D | sc7280-chrome-common.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 20 /delete-node/ &hyp_mem; 21 /delete-node/ &xbl_mem; 22 /delete-node/ &reserved_xbl_uefi_log; 23 /delete-node/ &sec_apps_mem; 26 reserved-memory { 29 no-map; 34 no-map; 39 no-map; 44 no-map; [all …]
|
D | sdm845-lg-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 10 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 16 /delete-node/ &adsp_mem; 17 /delete-node/ &cdsp_mem; 18 /delete-node/ &gpu_mem; 19 /delete-node/ &ipa_fw_mem; 20 /delete-node/ &mba_region; 21 /delete-node/ &mpss_region; [all …]
|
D | sm8150-sony-xperia-kumano.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 6 /dts-v1/; 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 15 /delete-node/ &cdsp_mem; 16 /delete-node/ &gpu_mem; 17 /delete-node/ &ipa_fw_mem; 18 /delete-node/ &ipa_gsi_mem; 19 /delete-node/ &mpss_mem; 20 /delete-node/ &slpi_mem; [all …]
|
/Linux-v6.1/Documentation/mm/ |
D | hugetlbfs_reserv.rst | 13 to be used. If no huge page exists at page fault time, the task is sent 36 This is a global (per-hstate) count of reserved huge pages. Reserved 39 as (``free_huge_pages - resv_huge_pages``). 40 Reserve Map 41 A reserve map is described by the structure:: 52 There is one reserve map for each huge page mapping in the system. 67 These are stored in the bottom bits of the reservation map pointer. 82 Reservation Map Location (Private or Shared) 88 semantics of the reservation map is significantly different for the two types 91 - For private mappings, the reservation map hangs off the VMA structure. [all …]
|
/Linux-v6.1/Documentation/core-api/irq/ |
D | irq-domain.rst | 9 that each one gets assigned non-overlapping allocations of Linux 24 For this reason we need a mechanism to separate controller-local 29 the controller-local IRQ (hwirq) number into the Linux IRQ number 55 the hwirq, and call the .map() callback so the driver can perform any 61 - irq_resolve_mapping() returns a pointer to the irq_desc structure 62 for a given domain and hwirq number, and NULL if there was no 64 - irq_find_mapping() returns a Linux IRQ number for a given domain and 65 hwirq number, and 0 if there was no mapping 66 - irq_linear_revmap() is now identical to irq_find_mapping(), and is 68 - generic_handle_domain_irq() handles an interrupt described by a [all …]
|
/Linux-v6.1/net/netfilter/ |
D | nft_set_pipapo_avx2.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (c) 2019-2020 Red Hat GmbH 29 /* Load from memory into YMM register with non-temporal hint ("stream load"), 33 * - loading buckets from lookup tables, as they are not going to be used 36 * - loading the result bitmap from the previous field, as it's never used 78 * nft_pipapo_avx2_prepare() - Prepare before main algorithm body 89 * nft_pipapo_avx2_fill() - Fill a bitmap region with ones 116 *data |= GENMASK(len - 1 + offset, offset); in nft_pipapo_avx2_fill() 121 len -= BITS_PER_LONG - offset; in nft_pipapo_avx2_fill() 125 mask = ~0UL >> (BITS_PER_LONG - len); in nft_pipapo_avx2_fill() [all …]
|
/Linux-v6.1/drivers/mtd/maps/ |
D | physmap-gemini.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Cortina Systems Gemini OF physmap add-on 12 #include <linux/mtd/map.h> 18 #include "physmap-gemini.h" 21 * The Flash-relevant parts of the global status register 63 if (IS_ERR(gf->enabled_state)) in gemini_flash_enable_pins() 65 ret = pinctrl_select_state(gf->p, gf->enabled_state); in gemini_flash_enable_pins() 67 dev_err(gf->dev, "failed to enable pins\n"); in gemini_flash_enable_pins() 74 if (IS_ERR(gf->disabled_state)) in gemini_flash_disable_pins() 76 ret = pinctrl_select_state(gf->p, gf->disabled_state); in gemini_flash_disable_pins() [all …]
|
/Linux-v6.1/drivers/pinctrl/ |
D | devicetree.c | 1 // SPDX-License-Identifier: GPL-2.0-only 17 * struct pinctrl_dt_map - mapping table chunk parsed from device tree 20 * @map: the mapping table entries 26 struct pinctrl_map *map; member 31 struct pinctrl_map *map, unsigned num_maps) in dt_free_map() argument 36 kfree_const(map[i].dev_name); in dt_free_map() 37 map[i].dev_name = NULL; in dt_free_map() 41 const struct pinctrl_ops *ops = pctldev->desc->pctlops; in dt_free_map() 42 if (ops->dt_free_map) in dt_free_map() 43 ops->dt_free_map(pctldev, map, num_maps); in dt_free_map() [all …]
|
D | pinconf.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2011 ST-Ericsson SA 6 * Written on behalf of Linaro for ST-Ericsson 27 const struct pinconf_ops *ops = pctldev->desc->confops; in pinconf_check_ops() 30 if (!ops->pin_config_set && !ops->pin_config_group_set) { in pinconf_check_ops() 31 dev_err(pctldev->dev, in pinconf_check_ops() 33 return -EINVAL; in pinconf_check_ops() 38 int pinconf_validate_map(const struct pinctrl_map *map, int i) in pinconf_validate_map() argument 40 if (!map->data.configs.group_or_pin) { in pinconf_validate_map() 41 pr_err("failed to register map %s (%d): no group/pin given\n", in pinconf_validate_map() [all …]
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | stm32mp157a-microgea-stm32mp1.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 3 * Copyright (c) STMicroelectronics 2019 - All Rights Reserved 9 compatible = "engicam,microgea-stm32mp1", "st,stm32mp157"; 16 reserved-memory { 17 #address-cells = <1>; 18 #size-cells = <1>; 22 compatible = "shared-dma-pool"; 24 no-map; 28 compatible = "shared-dma-pool"; 30 no-map; [all …]
|
D | en7523.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 #include <dt-bindings/interrupt-controller/irq.h> 4 #include <dt-bindings/interrupt-controller/arm-gic.h> 5 #include <dt-bindings/gpio/gpio.h> 6 #include <dt-bindings/clock/en7523-clk.h> 9 interrupt-parent = <&gic>; 10 #address-cells = <1>; 11 #size-cells = <1>; 13 reserved-memory { 14 #address-cells = <1>; [all …]
|
D | ste-db8500.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 #include "ste-dbx5x0.dtsi" 8 operating-points = <998400 0 15 reserved-memory { 16 #address-cells = <1>; 17 #size-cells = <1>; 23 no-map; 29 no-map; 35 no-map; 49 no-map;
|
D | ste-db8520.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 #include "ste-dbx5x0.dtsi" 8 operating-points = <1152000 0 15 reserved-memory { 16 #address-cells = <1>; 17 #size-cells = <1>; 23 no-map; 29 no-map; 35 no-map; 49 no-map;
|
D | stm32mp157c-odyssey-som.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 6 /dts-v1/; 10 #include "stm32mp15-pinctrl.dtsi" 11 #include "stm32mp15xxac-pinctrl.dtsi" 12 #include <dt-bindings/gpio/gpio.h> 13 #include <dt-bindings/leds/common.h> 14 #include <dt-bindings/mfd/st,stpmic1.h> 17 model = "Seeed Studio Odyssey-STM32MP157C SOM"; 18 compatible = "seeed,stm32mp157c-odyssey-som", "st,stm32mp157"; 25 reserved-memory { [all …]
|
D | stm32mp157a-icore-stm32mp1.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 3 * Copyright (c) STMicroelectronics 2019 - All Rights Reserved 9 compatible = "engicam,icore-stm32mp1", "st,stm32mp157"; 16 reserved-memory { 17 #address-cells = <1>; 18 #size-cells = <1>; 22 compatible = "shared-dma-pool"; 24 no-map; 28 compatible = "shared-dma-pool"; 30 no-map; [all …]
|
/Linux-v6.1/mm/ |
D | swap_cgroup.c | 1 // SPDX-License-Identifier: GPL-2.0 10 struct page **map; member 28 * - we have no race in "exchange" when we're accessed via SwapCache because 30 * - When called via swap_free(), there is no user of this entry and no race. 47 for (idx = 0; idx < ctrl->length; idx++) { in swap_cgroup_prepare() 51 ctrl->map[idx] = page; in swap_cgroup_prepare() 60 __free_page(ctrl->map[idx]); in swap_cgroup_prepare() 62 return -ENOMEM; in swap_cgroup_prepare() 71 mappage = ctrl->map[offset / SC_PER_PAGE]; in __lookup_swap_cgroup() 89 * swap_cgroup_cmpxchg - cmpxchg mem_cgroup's id for this swp_entry. [all …]
|
/Linux-v6.1/drivers/i2c/busses/ |
D | i2c-designware-master.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 24 #include "i2c-designware-core.h" 33 regmap_write(dev->map, DW_IC_TX_TL, dev->tx_fifo_depth / 2); in i2c_dw_configure_fifo_master() 34 regmap_write(dev->map, DW_IC_RX_TL, 0); in i2c_dw_configure_fifo_master() 37 regmap_write(dev->map, DW_IC_CON, dev->master_cfg); in i2c_dw_configure_fifo_master() 44 struct i2c_timings *t = &dev->timings; in i2c_dw_set_timings_master() 53 ret = regmap_read(dev->map, DW_IC_COMP_PARAM_1, &comp_param1); in i2c_dw_set_timings_master() 59 sda_falling_time = t->sda_fall_ns ?: 300; /* ns */ in i2c_dw_set_timings_master() 60 scl_falling_time = t->scl_fall_ns ?: 300; /* ns */ in i2c_dw_set_timings_master() 63 if (!dev->ss_hcnt || !dev->ss_lcnt) { in i2c_dw_set_timings_master() [all …]
|
/Linux-v6.1/fs/erofs/ |
D | data.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2017-2018 HUAWEI, Inc. 15 if (buf->kmap_type == EROFS_KMAP) in erofs_unmap_metabuf() 16 kunmap(buf->page); in erofs_unmap_metabuf() 17 else if (buf->kmap_type == EROFS_KMAP_ATOMIC) in erofs_unmap_metabuf() 18 kunmap_atomic(buf->base); in erofs_unmap_metabuf() 19 buf->base = NULL; in erofs_unmap_metabuf() 20 buf->kmap_type = EROFS_NO_KMAP; in erofs_unmap_metabuf() 25 if (!buf->page) in erofs_put_metabuf() 28 put_page(buf->page); in erofs_put_metabuf() [all …]
|
/Linux-v6.1/include/linux/mtd/ |
D | cfi.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * Copyright © 2000-2010 David Woodhouse <dwmw2@infradead.org> et al. 14 #include <linux/mtd/map.h> 28 # define cfi_interleave(cfi) ((cfi)->interleave) 40 # define cfi_interleave(cfi) ((cfi)->interleave) 52 # define cfi_interleave(cfi) ((cfi)->interleave) 62 #warning No CONFIG_MTD_CFI_Ix selected. No NOR chip support can work. 152 /* Vendor-Specific PRI for Intel/Sharp Extended Command Set (0x0001) */ 159 block follows - FIXME - not currently supported */ 205 /* Vendor-Specific PRI for AMD/Fujitsu Extended Command Set (0x0002) */ [all …]
|
/Linux-v6.1/Documentation/sound/designs/ |
D | channel-mapping-api.rst | 2 ALSA PCM channel-mapping API 11 and the current channel map, also optionally to modify the channel map 14 A channel map is an array of position for each PCM channel. 15 Typically, a stereo PCM stream has a channel map of 17 while a 4.0 surround PCM stream has a channel map of 20 The problem, so far, was that we had no standard channel map 21 explicitly, and applications had no way to know which channel 29 was no way to specify this because of lack of channel map 38 the kernel/user-space ABI perspective. It uses only the existing 46 * name = "Playback Channel Map" or "Capture Channel Map" [all …]
|
/Linux-v6.1/tools/testing/selftests/bpf/progs/ |
D | strobemeta.h | 1 // SPDX-License-Identifier: GPL-2.0 36 * 3. map: 1 always, pointer points to additional struct with number 81 * Map of C-string key/value pairs with fixed maximum capacity. Each map has 83 * way appropriate. Map is "write-only", there is no way to get data out of 84 * map. Map is intended to be used to provide metadata for profilers and is 85 * not to be used for internal in-app communication. All methods are 86 * thread-safe. 96 /* number of used entries in map */ 112 #define TLS_NOT_SET -1 124 * - -1 (TLS_NOT_SET) - no metavariable; [all …]
|