/Linux-v6.6/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(sbu_mux->select_gpio, swapped); in gpio_sbu_switch_set() 57 sbu_mux->swapped = swapped; in gpio_sbu_switch_set()
|
/Linux-v6.6/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 201 swapped out. This makes swapped out pages indistinguishable from never-allocated 206 page is swapped out (i.e. SOFT_DIRTY). 208 In user space, whether the page is present, swapped or none can be deduced with 211 lseek() can differentiate between accessed pages (present or swapped out) and 217 cache) and out of memory (swapped out or none/non-allocated).
|
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-v6.6/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-v6.6/drivers/platform/x86/ |
D | touchscreen_dmi.c | 33 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), 48 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), 63 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), 77 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), 93 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), 119 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), 168 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), 199 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), 225 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), 287 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), [all …]
|
/Linux-v6.6/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-v6.6/Documentation/devicetree/bindings/input/touchscreen/ |
D | eeti,exc3000.yaml | 33 touchscreen-swapped-x-y: true 58 touchscreen-swapped-x-y;
|
D | ad7879.txt | 13 - touchscreen-swapped-x-y : X and Y axis are swapped (boolean)
|
D | touchscreen.yaml | 73 touchscreen-swapped-x-y: 74 description: X and Y axis are swapped
|
/Linux-v6.6/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-v6.6/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-v6.6/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()
|
D | platform.h | 20 int swapped);
|
/Linux-v6.6/Documentation/mm/ |
D | arch_pgtable_helpers.rst | 39 | pte_swp_soft_dirty | Tests a soft dirty swapped PTE | 65 | pte_swp_mksoft_dirty | Creates a soft dirty swapped PTE | 67 | pte_swp_clear_soft_dirty | Clears a soft dirty swapped PTE | 115 | pmd_swp_soft_dirty | Tests a soft dirty swapped PMD | 141 | pmd_swp_mksoft_dirty | Creates a soft dirty swapped PMD | 143 | pmd_swp_clear_soft_dirty | Clears a soft dirty swapped PMD | 249 | __pte_to_swp_entry | Creates a swapped entry (arch) from a mapped PTE | 251 | __swp_to_pte_entry | Creates a mapped PTE from a swapped entry (arch) | 253 | __pmd_to_swp_entry | Creates a swapped entry (arch) from a mapped PMD | 255 | __swp_to_pmd_entry | Creates a mapped PMD from a swapped entry (arch) | [all …]
|
/Linux-v6.6/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-v6.6/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-v6.6/Documentation/devicetree/bindings/serial/ |
D | serial.yaml | 74 description: RX and TX pins are swapped. 78 description: CTS and RTS pins are swapped.
|
/Linux-v6.6/mm/ |
D | shmem.c | 410 * @swapped: the change in number of pages swapped from inode 415 * But normally info->alloced == inode->i_mapping->nrpages + info->swapped 416 * So mm freed is info->alloced - (inode->i_mapping->nrpages + info->swapped) 418 static void shmem_recalc_inode(struct inode *inode, long alloced, long swapped) in shmem_recalc_inode() argument 425 info->swapped += swapped; in shmem_recalc_inode() 426 freed = info->alloced - info->swapped - in shmem_recalc_inode() 431 * shmem_writepage() has to raise swapped before nrpages is lowered - in shmem_recalc_inode() 435 if (swapped > 0) in shmem_recalc_inode() 436 freed += swapped; in shmem_recalc_inode() 864 * given offsets are swapped out. [all …]
|
/Linux-v6.6/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-v6.6/drivers/media/platform/renesas/vsp1/ |
D | vsp1_pipe.h | 30 * @swap_yc: the Y and C components are swapped (Y comes before C) 31 * @swap_uv: the U and V components are swapped (V comes before U)
|
/Linux-v6.6/arch/s390/appldata/ |
D | appldata_mem.c | 43 u64 pswpin; /* pages swapped in */ 44 u64 pswpout; /* pages swapped out */
|
/Linux-v6.6/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()
|
/Linux-v6.6/arch/s390/mm/ |
D | maccess.c | 128 * Find CPU that owns swapped prefix page 147 * For swapped prefix pages a new buffer is returned that contains a copy of
|
/Linux-v6.6/Documentation/userspace-api/media/v4l/ |
D | userp.rst | 57 swapped out to disk they are brought back and finally locked in physical 108 We expect that frequently used buffers are typically not swapped out.
|