/linux-6.12.1/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.12.1/Documentation/admin-guide/mm/ |
D | pagemap.rst | 17 * Bits 0-4 swap type if swapped 18 * Bits 5-54 swap offset if swapped 26 * Bit 62 page swapped 180 swapped out. This makes swapped out pages indistinguishable from never-allocated 185 page is swapped out (i.e. SOFT_DIRTY). 187 In user space, whether the page is present, swapped or none can be deduced with 190 lseek() can differentiate between accessed pages (present or swapped out) and 196 cache) and out of memory (swapped out or none/non-allocated). 232 - ``PAGE_IS_SWAPPED`` - Page is in swapped 265 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.12.1/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.12.1/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.12.1/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.12.1/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.12.1/drivers/media/platform/rockchip/rkisp1/ |
D | rkisp1-stats.c | 316 u32 swapped[4]; in rkisp1_stats_get_bls_meas() local 318 rkisp1_bls_swap_regs(in_fmt->bayer_pat, regs, swapped); in rkisp1_stats_get_bls_meas() 322 bls_val->meas_r = rkisp1_read(rkisp1, swapped[0]); in rkisp1_stats_get_bls_meas() 323 bls_val->meas_gr = rkisp1_read(rkisp1, swapped[1]); in rkisp1_stats_get_bls_meas() 324 bls_val->meas_gb = rkisp1_read(rkisp1, swapped[2]); in rkisp1_stats_get_bls_meas() 325 bls_val->meas_b = rkisp1_read(rkisp1, swapped[3]); in rkisp1_stats_get_bls_meas()
|
/linux-6.12.1/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.12.1/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.12.1/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.12.1/Documentation/devicetree/bindings/usb/ |
D | fcs,fsa4480.yaml | 65 Swapped AUX/SBU layout (FSA4480) 68 Swapped AUX/SBU layout (OCP96011)
|
/linux-6.12.1/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.12.1/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.12.1/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.12.1/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.12.1/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.12.1/mm/ |
D | shmem.c | 423 * @swapped: the change in number of pages swapped from inode 428 * But normally info->alloced == inode->i_mapping->nrpages + info->swapped 429 * So mm freed is info->alloced - (inode->i_mapping->nrpages + info->swapped) 431 static void shmem_recalc_inode(struct inode *inode, long alloced, long swapped) in shmem_recalc_inode() argument 438 info->swapped += swapped; in shmem_recalc_inode() 439 freed = info->alloced - info->swapped - in shmem_recalc_inode() 444 * shmem_writepage() has to raise swapped before nrpages is lowered - in shmem_recalc_inode() 448 if (swapped > 0) in shmem_recalc_inode() 449 freed += swapped; in shmem_recalc_inode() 875 * given offsets are swapped out. [all …]
|
/linux-6.12.1/arch/s390/appldata/ |
D | appldata_mem.c | 43 u64 pswpin; /* pages swapped in */ 44 u64 pswpout; /* pages swapped out */
|
/linux-6.12.1/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.12.1/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)
|
/linux-6.12.1/drivers/mtd/parsers/ |
D | redboot.c | 138 * a byte swapped FIS directory - swap all the entries! in parse_redboot_partitions() 145 we assume wrong-endian if either the swapped in parse_redboot_partitions() 147 or if the swapped size actually fits in an in parse_redboot_partitions()
|