Home
last modified time | relevance | path

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

123456

/linux-6.3-rc2/drivers/usb/typec/mux/
A Dgpio-sbu-mux.c26 bool swapped; member
34 bool swapped; in gpio_sbu_switch_set() local
39 swapped = sbu_mux->swapped; in gpio_sbu_switch_set()
46 swapped = false; in gpio_sbu_switch_set()
49 swapped = true; in gpio_sbu_switch_set()
56 if (swapped != sbu_mux->swapped) in gpio_sbu_switch_set()
57 gpiod_set_value(sbu_mux->select_gpio, swapped); in gpio_sbu_switch_set()
60 sbu_mux->swapped = swapped; in gpio_sbu_switch_set()
/linux-6.3-rc2/Documentation/mm/
A Darch_pgtable_helpers.rst39 | pte_swp_soft_dirty | Tests a soft dirty swapped PTE |
61 | pte_swp_mksoft_dirty | Creates a soft dirty swapped PTE |
63 | pte_swp_clear_soft_dirty | Clears a soft dirty swapped PTE |
111 | pmd_swp_soft_dirty | Tests a soft dirty swapped PMD |
133 | pmd_swp_mksoft_dirty | Creates a soft dirty swapped PMD |
135 | pmd_swp_clear_soft_dirty | Clears a soft dirty swapped PMD |
241 | __pte_to_swp_entry | Creates a swapped entry (arch) from a mapped PTE |
243 | __swp_to_pte_entry | Creates a mapped PTE from a swapped entry (arch) |
245 | __pmd_to_swp_entry | Creates a swapped entry (arch) from a mapped PMD |
247 | __swp_to_pmd_entry | Creates a mapped PMD from a swapped entry (arch) |
[all …]
/linux-6.3-rc2/Documentation/admin-guide/mm/
A Dpagemap.rst17 * 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).
A Dswap_numa.rst17 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
/linux-6.3-rc2/Documentation/devicetree/bindings/input/touchscreen/
A Deeti,exc3000.yaml31 touchscreen-swapped-x-y: true
56 touchscreen-swapped-x-y;
A Dad7879.txt13 - touchscreen-swapped-x-y : X and Y axis are swapped (boolean)
A Dtouchscreen.yaml66 touchscreen-swapped-x-y:
67 description: X and Y axis are swapped
A Draspberrypi,firmware-ts.txt13 - touchscreen-swapped-x-y: See touchscreen.txt
A Dzet6223.txt17 - touchscreen-swapped-x-y : See touchscreen.txt
A Dektf2127.txt23 touchscreen-swapped-x-y;
A Deeti.txt18 - touchscreen-swapped-x-y
A Dchipone,icn8318.yaml58 touchscreen-swapped-x-y;
A Dhimax,hx83112b.yaml33 touchscreen-swapped-x-y: true
A Dhynitron,cstxxx.yaml37 touchscreen-swapped-x-y: true
A Dazoteq,iqs5xx.yaml44 touchscreen-swapped-x-y: true
A Dcypress,cy8ctma140.yaml40 touchscreen-swapped-x-y: true
A Delan,elants_i2c.yaml49 touchscreen-swapped-x-y: true
A Dilitek_ts_i2c.yaml49 touchscreen-swapped-x-y: true
/linux-6.3-rc2/arch/mips/alchemy/devboards/
A Dplatform.c153 int swapped) in db1x_register_norflash() argument
190 if (!swapped) { in db1x_register_norflash()
220 if (swapped) { in db1x_register_norflash()
A Dplatform.h20 int swapped);
A Ddb1550.c584 int swapped, id; in db1550_dev_setup() local
624 swapped = bcsr_read(BCSR_STATUS) & in db1550_dev_setup()
626 db1x_register_norflash(128 << 20, 4, swapped); in db1550_dev_setup()
/linux-6.3-rc2/arch/arm64/boot/dts/freescale/
A Dimx8mq-zii-ultra-rmb3.dts128 touchscreen-swapped-x-y;
137 touchscreen-swapped-x-y;
150 touchscreen-swapped-x-y;
/linux-6.3-rc2/arch/arm/boot/dts/
A Dexynos4412-i9305.dts19 /* SCL and SDA pins are swapped */
A Dimx6qdl-skov-cpu-revc.dtsi12 touchscreen-swapped-x-y;
/linux-6.3-rc2/drivers/media/platform/renesas/
A Drenesas-ceu.c133 bool swapped; member
410 if (mbus_fmt->swapped) in ceu_hw_config()
424 if (mbus_fmt->swapped) in ceu_hw_config()
1029 mbus_fmt->swapped = false; in ceu_init_mbus_fmt()
1036 mbus_fmt->swapped = true; in ceu_init_mbus_fmt()
1043 mbus_fmt->swapped = false; in ceu_init_mbus_fmt()
1050 mbus_fmt->swapped = true; in ceu_init_mbus_fmt()

Completed in 14 milliseconds

123456