Home
last modified time | relevance | path

Searched refs:swapped (Results 1 – 25 of 101) sorted by relevance

12345

/Linux-v4.19/Documentation/devicetree/bindings/input/touchscreen/
Dchipone_icn8318.txt21 - touchscreen-swapped-x-y : X and Y axis are swapped (boolean)
40 touchscreen-swapped-x-y;
Dexc3000.txt13 - touchscreen-swapped-x-y: See touchscreen.txt
25 touchscreen-swapped-x-y;
Dgoodix.txt24 - touchscreen-swapped-x-y : X and Y axis are swapped (boolean)
Dsilead_gsl1680.txt22 - touchscreen-swapped-x-y : See touchscreen.txt
41 touchscreen-swapped-x-y;
Dtouchscreen.txt25 - touchscreen-swapped-x-y : X and Y axis are swapped (boolean)
Dad7879.txt13 - touchscreen-swapped-x-y : X and Y axis are swapped (boolean)
Dektf2127.txt23 touchscreen-swapped-x-y;
Dzet6223.txt17 - touchscreen-swapped-x-y : See touchscreen.txt
Deeti.txt18 - touchscreen-swapped-x-y
Dmms114.txt18 - touchscreen-swapped-x-y: See [1]
Dedt-ft5x06.txt51 - touchscreen-swapped-x-y : See touchscreen.txt
/Linux-v4.19/arch/mips/alchemy/devboards/
Dplatform.c170 int swapped) in db1x_register_norflash() argument
207 if (!swapped) { in db1x_register_norflash()
237 if (swapped) { in db1x_register_norflash()
Dplatform.h20 int swapped);
Ddb1550.c576 int swapped, id; in db1550_dev_setup() local
616 swapped = bcsr_read(BCSR_STATUS) & in db1550_dev_setup()
618 db1x_register_norflash(128 << 20, 4, swapped); in db1550_dev_setup()
Ddb1300.c781 int swapped, cpldirq; in db1300_dev_setup() local
841 swapped = bcsr_read(BCSR_STATUS) & BCSR_STATUS_DB1200_SWAPBOOT; in db1300_dev_setup()
842 db1x_register_norflash(64 << 20, 2, swapped); in db1300_dev_setup()
Ddb1200.c829 int swapped, bid; in db1200_dev_setup() local
958 swapped = bcsr_read(BCSR_STATUS) & BCSR_STATUS_DB1200_SWAPBOOT; in db1200_dev_setup()
959 db1x_register_norflash(64 << 20, 2, swapped); in db1200_dev_setup()
/Linux-v4.19/Documentation/vm/
Dswap_numa.rst19 to be swapped on. Simply swapping them on by doing::
26 that the order of them being swapped on doesn't matter.
29 be swapped on: swapA and swapB are attached to node 0, swapC is attached to
Dzswap.rst11 in the process of being swapped out and attempts to compress them into a
47 being swapped out. However, it will _not_ immediately write out or fault
52 fault back into memory all swapped out pages, including those in the
/Linux-v4.19/arch/arm/boot/dts/
Dexynos4412-i9305.dts18 /* SCL and SDA pins are swapped */
/Linux-v4.19/drivers/cpuidle/
DKconfig11 governors that can be swapped during runtime.
/Linux-v4.19/drivers/media/platform/
Drenesas-ceu.c133 bool swapped; member
412 if (mbus_fmt->swapped) in ceu_hw_config()
426 if (mbus_fmt->swapped) in ceu_hw_config()
1028 mbus_fmt->swapped = false; in ceu_init_mbus_fmt()
1035 mbus_fmt->swapped = true; in ceu_init_mbus_fmt()
1042 mbus_fmt->swapped = false; in ceu_init_mbus_fmt()
1049 mbus_fmt->swapped = true; in ceu_init_mbus_fmt()
/Linux-v4.19/mm/
Dshmem.c284 freed = info->alloced - info->swapped - inode->i_mapping->nrpages; in shmem_recalc_inode()
697 unsigned long swapped = 0; in shmem_partial_swap_usage() local
713 swapped++; in shmem_partial_swap_usage()
723 return swapped << PAGE_SHIFT; in shmem_partial_swap_usage()
738 unsigned long swapped; in shmem_swap_usage() local
741 swapped = READ_ONCE(info->swapped); in shmem_swap_usage()
748 if (!swapped) in shmem_swap_usage()
752 return swapped << PAGE_SHIFT; in shmem_swap_usage()
984 info->swapped -= nr_swaps_freed; in shmem_undo_range()
1003 if (info->alloced - info->swapped != inode->i_mapping->nrpages) { in shmem_getattr()
[all …]
/Linux-v4.19/Documentation/admin-guide/mm/
Dpagemap.rst19 * Bits 0-4 swap type if swapped
20 * Bits 5-54 swap offset if swapped
26 * Bit 62 page swapped
/Linux-v4.19/include/linux/
Dshmem_fs.h19 unsigned long swapped; /* subtotal assigned to swap */ member
/Linux-v4.19/Documentation/media/uapi/v4l/
Dpixfmt-nv12.rst28 the same except the Cb and Cr bytes are swapped, the CrCb plane starts

12345