/linux-6.15/drivers/usb/typec/mux/ |
D | gpio-sbu-mux.c | 21 struct mutex lock; /* protect enabled and swapped */ 23 bool swapped; member 31 bool swapped; in gpio_sbu_switch_set() local 36 swapped = sbu_mux->swapped; in gpio_sbu_switch_set() 43 swapped = false; in gpio_sbu_switch_set() 46 swapped = true; in gpio_sbu_switch_set() 53 if (swapped != sbu_mux->swapped) in gpio_sbu_switch_set() 54 gpiod_set_value_cansleep(sbu_mux->select_gpio, swapped); in gpio_sbu_switch_set() 57 sbu_mux->swapped = swapped; in gpio_sbu_switch_set()
|
/linux-6.15/Documentation/admin-guide/mm/ |
D | pagemap.rst | 17 * Bits 0-4 swap type if swapped 18 * Bits 5-54 swap offset if swapped 27 * Bit 62 page swapped 197 swapped out. This makes swapped out pages indistinguishable from never-allocated 202 page is swapped out (i.e. SOFT_DIRTY). 204 In user space, whether the page is present, swapped or none can be deduced with 207 lseek() can differentiate between accessed pages (present or swapped out) and 213 cache) and out of memory (swapped out or none/non-allocated). 249 - ``PAGE_IS_SWAPPED`` - Page is in swapped 282 Find pages which have been written, are file backed, not swapped and either
|
D | swap_numa.rst | 17 to be swapped on. Simply swapping them on by doing:: 24 that the order of them being swapped on doesn't matter. 27 be swapped on: swapA and swapB are attached to node 0, swapC is attached to
|
D | zswap.rst | 9 in the process of being swapped out and attempts to compress them into a 41 being swapped out. However, it will _not_ immediately write out or fault 46 fault back into memory all swapped out pages, including those in the
|
/linux-6.15/arch/sparc/kernel/ |
D | adi_64.c | 18 * pages. When ADI enabled pages are being swapped out, it would be 106 * swapped out in mdesc_adi_init() 229 * being swapped out, there is high probability subsequent pages in alloc_tag_store() 230 * in the VMA will be swapped out as well. Allocate pages to in alloc_tag_store() 324 /* Retrieve any saved ADI tags for the page being swapped back in and 334 /* Check if the swapped out page has an ADI version in adi_restore_tags() 361 * the swapped in page was the last user of tag space in adi_restore_tags() 366 /* A page is about to be swapped out. Save any ADI tags associated with 367 * this physical page so they can be restored later when the page is swapped
|
/linux-6.15/drivers/platform/x86/ |
D | touchscreen_dmi.c | 36 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), 50 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), 64 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), 78 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), 93 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), 118 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), 165 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), 195 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), 220 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), 279 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), [all …]
|
/linux-6.15/sound/firewire/dice/ |
D | dice-interface.h | 17 * (e.g. strings) get scrambled and must be byte-swapped again by the driver. 78 * bytes. Quadlets are byte-swapped. The encoding is whatever the host driver 216 * Names of all clock sources; read-only. Quadlets are byte-swapped. Names 265 * Names of all audio channels; read-only. Quadlets are byte-swapped. Names 328 * Names of all audio channels; read-only. Quadlets are byte-swapped. Names
|
/linux-6.15/Documentation/devicetree/bindings/input/touchscreen/ |
D | eeti,exc3000.yaml | 37 touchscreen-swapped-x-y: true 62 touchscreen-swapped-x-y;
|
D | touchscreen.yaml | 73 touchscreen-swapped-x-y: 74 description: X and Y axis are swapped
|
D | adi,ad7879.yaml | 35 touchscreen-swapped-x-y: 37 description: X and Y axis are swapped (boolean)
|
/linux-6.15/drivers/media/platform/rockchip/rkisp1/ |
D | rkisp1-stats.c | 314 u32 swapped[4]; in rkisp1_stats_get_bls_meas() local 316 rkisp1_bls_swap_regs(in_fmt->bayer_pat, regs, swapped); in rkisp1_stats_get_bls_meas() 320 bls_val->meas_r = rkisp1_read(rkisp1, swapped[0]); in rkisp1_stats_get_bls_meas() 321 bls_val->meas_gr = rkisp1_read(rkisp1, swapped[1]); in rkisp1_stats_get_bls_meas() 322 bls_val->meas_gb = rkisp1_read(rkisp1, swapped[2]); in rkisp1_stats_get_bls_meas() 323 bls_val->meas_b = rkisp1_read(rkisp1, swapped[3]); in rkisp1_stats_get_bls_meas()
|
/linux-6.15/arch/arm64/boot/dts/freescale/ |
D | imx8mq-zii-ultra-rmb3.dts | 128 touchscreen-swapped-x-y; 137 touchscreen-swapped-x-y; 150 touchscreen-swapped-x-y;
|
/linux-6.15/include/linux/ |
D | zswap.h | 16 * Number of swapped in pages from disk, i.e not found in the zswap pool. 22 * swapped them in.
|
/linux-6.15/drivers/media/platform/renesas/ |
D | renesas-ceu.c | 122 * @fmt_order_swap: swapped CEU_CAMCR.DTARY ordering of input components 124 * @swapped: does Cr appear before Cb? 132 bool swapped; member 381 * If the memory output planar format is 'swapped' (Cr before Cb) and in ceu_hw_config() 382 * input format is not, use the swapped version of CAMCR.DTARY. in ceu_hw_config() 384 * If the memory output planar format is not 'swapped' (Cb before Cr) in ceu_hw_config() 385 * and input format is, use the swapped version of CAMCR.DTARY. in ceu_hw_config() 404 /* Non-swapped planar image capture mode. */ in ceu_hw_config() 409 if (mbus_fmt->swapped) in ceu_hw_config() 418 /* Swapped planar image capture mode. */ in ceu_hw_config() [all …]
|
/linux-6.15/Documentation/devicetree/bindings/usb/ |
D | fcs,fsa4480.yaml | 65 Swapped AUX/SBU layout (FSA4480) 68 Swapped AUX/SBU layout (OCP96011)
|
/linux-6.15/Documentation/mm/ |
D | arch_pgtable_helpers.rst | 37 | pte_swp_soft_dirty | Tests a soft dirty swapped PTE | 63 | pte_swp_mksoft_dirty | Creates a soft dirty swapped PTE | 65 | pte_swp_clear_soft_dirty | Clears a soft dirty swapped PTE | 111 | pmd_swp_soft_dirty | Tests a soft dirty swapped PMD | 137 | pmd_swp_mksoft_dirty | Creates a soft dirty swapped PMD | 139 | pmd_swp_clear_soft_dirty | Clears a soft dirty swapped PMD | 245 | __pte_to_swp_entry | Creates a swapped entry (arch) from a mapped PTE | 247 | __swp_to_pte_entry | Creates a mapped PTE from a swapped entry (arch) | 249 | __pmd_to_swp_entry | Creates a swapped entry (arch) from a mapped PMD | 251 | __swp_to_pmd_entry | Creates a mapped PMD from a swapped entry (arch) | [all …]
|
/linux-6.15/Documentation/gpu/ |
D | drm-compute.rst | 11 have their memory swapped out from them. Or they simply want their workload 12 not to be preempted or swapped out at all.
|
/linux-6.15/arch/mips/alchemy/devboards/ |
D | platform.c | 153 int swapped) in db1x_register_norflash() argument 190 if (!swapped) { in db1x_register_norflash() 220 if (swapped) { in db1x_register_norflash()
|
/linux-6.15/include/drm/ttm/ |
D | ttm_tt.h | 57 * and swapped out by TTM. Calling ttm_tt_populate() will then swap the 149 * ttm_tt_is_swapped() - Whether the ttm_tt is swapped out or backed up 152 * Return: true if swapped or backed up, false otherwise. 163 * Return: true if swapped or backed up, false otherwise.
|
/linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
D | btf_endian.c | 54 /* make sure that at least BTF header data is really swapped */ in test_btf_endian() 82 /* and re-open swapped raw data again */ in test_btf_endian()
|
/linux-6.15/Documentation/devicetree/bindings/serial/ |
D | serial.yaml | 74 description: RX and TX pins are swapped. 78 description: CTS and RTS pins are swapped.
|
/linux-6.15/arch/mips/cavium-octeon/ |
D | octeon-platform.c | 305 ehci_ctl.s.l2c_buff_emod = 1; /* Byte swapped. */ in octeon_ehci_hw_start() 306 ehci_ctl.s.l2c_desc_emod = 1; /* Byte swapped. */ in octeon_ehci_hw_start() 308 ehci_ctl.s.l2c_buff_emod = 0; /* not swapped. */ in octeon_ehci_hw_start() 309 ehci_ctl.s.l2c_desc_emod = 0; /* not swapped. */ in octeon_ehci_hw_start() 369 ohci_ctl.s.l2c_buff_emod = 1; /* Byte swapped. */ in octeon_ohci_hw_start() 370 ohci_ctl.s.l2c_desc_emod = 1; /* Byte swapped. */ in octeon_ohci_hw_start() 372 ohci_ctl.s.l2c_buff_emod = 0; /* not swapped. */ in octeon_ohci_hw_start() 373 ohci_ctl.s.l2c_desc_emod = 0; /* not swapped. */ in octeon_ohci_hw_start()
|
/linux-6.15/include/uapi/linux/ |
D | virtio_balloon.h | 64 #define VIRTIO_BALLOON_S_SWAP_IN 0 /* Amount of memory swapped in */ 65 #define VIRTIO_BALLOON_S_SWAP_OUT 1 /* Amount of memory swapped out */
|
/linux-6.15/arch/s390/appldata/ |
D | appldata_mem.c | 43 u64 pswpin; /* pages swapped in */ 44 u64 pswpout; /* pages swapped out */
|
/linux-6.15/drivers/media/platform/renesas/vsp1/ |
D | vsp1_pipe.h | 31 * @swap_yc: the Y and C components are swapped (Y comes before C) 32 * @swap_uv: the U and V components are swapped (V comes before U)
|