/Linux-v4.19/Documentation/devicetree/bindings/input/touchscreen/ |
D | chipone_icn8318.txt | 21 - touchscreen-swapped-x-y : X and Y axis are swapped (boolean) 40 touchscreen-swapped-x-y;
|
D | exc3000.txt | 13 - touchscreen-swapped-x-y: See touchscreen.txt 25 touchscreen-swapped-x-y;
|
D | goodix.txt | 24 - touchscreen-swapped-x-y : X and Y axis are swapped (boolean)
|
D | silead_gsl1680.txt | 22 - touchscreen-swapped-x-y : See touchscreen.txt 41 touchscreen-swapped-x-y;
|
D | touchscreen.txt | 25 - touchscreen-swapped-x-y : X and Y axis are swapped (boolean)
|
D | ad7879.txt | 13 - touchscreen-swapped-x-y : X and Y axis are swapped (boolean)
|
D | ektf2127.txt | 23 touchscreen-swapped-x-y;
|
D | zet6223.txt | 17 - touchscreen-swapped-x-y : See touchscreen.txt
|
D | eeti.txt | 18 - touchscreen-swapped-x-y
|
D | mms114.txt | 18 - touchscreen-swapped-x-y: See [1]
|
D | edt-ft5x06.txt | 51 - touchscreen-swapped-x-y : See touchscreen.txt
|
/Linux-v4.19/arch/mips/alchemy/devboards/ |
D | platform.c | 170 int swapped) in db1x_register_norflash() argument 207 if (!swapped) { in db1x_register_norflash() 237 if (swapped) { in db1x_register_norflash()
|
D | platform.h | 20 int swapped);
|
D | db1550.c | 576 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()
|
D | db1300.c | 781 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()
|
D | db1200.c | 829 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/ |
D | swap_numa.rst | 19 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
|
D | zswap.rst | 11 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/ |
D | exynos4412-i9305.dts | 18 /* SCL and SDA pins are swapped */
|
/Linux-v4.19/drivers/cpuidle/ |
D | Kconfig | 11 governors that can be swapped during runtime.
|
/Linux-v4.19/drivers/media/platform/ |
D | renesas-ceu.c | 133 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/ |
D | shmem.c | 284 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/ |
D | pagemap.rst | 19 * 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/ |
D | shmem_fs.h | 19 unsigned long swapped; /* subtotal assigned to swap */ member
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | pixfmt-nv12.rst | 28 the same except the Cb and Cr bytes are swapped, the CrCb plane starts
|