| /kernel/linux/linux-6.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()
|
| /kernel/linux/linux-6.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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.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
|
| /kernel/linux/linux-5.10/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 | eeti,exc3000.yaml | 31 touchscreen-swapped-x-y: true 56 touchscreen-swapped-x-y;
|
| D | silead_gsl1680.txt | 22 - touchscreen-swapped-x-y : See touchscreen.txt 41 touchscreen-swapped-x-y;
|
| D | touchscreen.yaml | 66 touchscreen-swapped-x-y: 67 description: X and Y axis are swapped
|
| D | ad7879.txt | 13 - touchscreen-swapped-x-y : X and Y axis are swapped (boolean)
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/freescale/ |
| D | imx8mq-zii-ultra-rmb3.dts | 57 touchscreen-swapped-x-y; 64 touchscreen-swapped-x-y; 77 touchscreen-swapped-x-y;
|
| /kernel/linux/linux-5.10/drivers/platform/x86/ |
| D | touchscreen_dmi.c | 32 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), 46 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), 62 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), 88 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), 132 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), 159 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), 185 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), 247 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), 264 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), 280 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"), [all …]
|
| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-5.10/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 49 being swapped out. However, it will _not_ immediately write out or fault 54 fault back into memory all swapped out pages, including those in the
|
| /kernel/linux/linux-6.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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.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)
|
| /kernel/linux/linux-6.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;
|
| /kernel/linux/linux-5.10/drivers/media/platform/ |
| D | renesas-ceu.c | 123 * @fmt_order_swap: swapped CEU_CAMCR.DTARY ordering of input components 125 * @swapped: does Cr appear before Cb? 133 bool swapped; member 382 * If the memory output planar format is 'swapped' (Cr before Cb) and in ceu_hw_config() 383 * input format is not, use the swapped version of CAMCR.DTARY. in ceu_hw_config() 385 * If the memory output planar format is not 'swapped' (Cb before Cr) in ceu_hw_config() 386 * and input format is, use the swapped version of CAMCR.DTARY. in ceu_hw_config() 405 /* Non-swapped planar image capture mode. */ in ceu_hw_config() 410 if (mbus_fmt->swapped) in ceu_hw_config() 419 /* Swapped planar image capture mode. */ in ceu_hw_config() [all …]
|
| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-6.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()
|
| /kernel/linux/linux-5.10/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()
|