Home
last modified time | relevance | path

Searched full:swapped (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/linux/drivers/platform/x86/
H A Dtouchscreen_dmi.c36 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"),
50 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"),
64 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"),
78 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"),
93 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"),
118 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"),
165 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"),
195 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"),
220 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"),
279 PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"),
[all …]
/linux/sound/firewire/dice/
H A Ddice-interface.h17 * (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/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-stats.c314 u32 swapped[4]; in rkisp1_stats_get_bls_meas() local
316 rkisp1_bls_swap_regs(in_fmt->bayer_pat, regs, swapped); in rkisp1_stats_get_bls_meas()
320 bls_val->meas_r = rkisp1_read(rkisp1, swapped[0]); in rkisp1_stats_get_bls_meas()
321 bls_val->meas_gr = rkisp1_read(rkisp1, swapped[1]); in rkisp1_stats_get_bls_meas()
322 bls_val->meas_gb = rkisp1_read(rkisp1, swapped[2]); in rkisp1_stats_get_bls_meas()
323 bls_val->meas_b = rkisp1_read(rkisp1, swapped[3]); in rkisp1_stats_get_bls_meas()
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mq-zii-ultra-rmb3.dts128 touchscreen-swapped-x-y;
137 touchscreen-swapped-x-y;
150 touchscreen-swapped-x-y;
/linux/drivers/media/platform/renesas/
H A Drenesas-ceu.c122 * @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/Documentation/admin-guide/mm/
H A Dzswap.rst9 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/Documentation/devicetree/bindings/usb/
H A Dfcs,fsa4480.yaml65 Swapped AUX/SBU layout (FSA4480)
68 Swapped AUX/SBU layout (OCP96011)
/linux/Documentation/gpu/
H A Ddrm-compute.rst11 have their memory swapped out from them. Or they simply want their workload
12 not to be preempted or swapped out at all.
/linux/Documentation/mm/
H A Dswap-table.rst35 3. shadow: The shadow contains the working set information of the swapped
36 out folio. This is the normal state for a swapped out page.
H A Darch_pgtable_helpers.rst35 | pte_swp_soft_dirty | Tests a soft dirty swapped PTE |
59 | pte_swp_mksoft_dirty | Creates a soft dirty swapped PTE |
61 | pte_swp_clear_soft_dirty | Clears a soft dirty swapped PTE |
105 | pmd_swp_soft_dirty | Tests a soft dirty swapped PMD |
129 | pmd_swp_mksoft_dirty | Creates a soft dirty swapped PMD |
131 | pmd_swp_clear_soft_dirty | Clears a soft dirty swapped PMD |
241 | is_migration_entry | Tests a migration (read or write) swapped entry |
243 | is_writable_migration_entry | Tests a write migration swapped entry |
245 | make_readable_migration_entry | Creates a read migration swapped entry |
247 | make_writable_migration_entry | Creates a write migration swapped entry |
/linux/include/drm/ttm/
H A Dttm_tt.h57 * and swapped out by TTM. Calling ttm_tt_populate() will then swap the
149 * ttm_tt_is_swapped() - Whether the ttm_tt is swapped out or backed up
152 * Return: true if swapped or backed up, false otherwise.
163 * Return: true if swapped or backed up, false otherwise.
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_endian.c54 /* 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/arch/mips/cavium-octeon/
H A Docteon-platform.c306 ehci_ctl.s.l2c_buff_emod = 1; /* Byte swapped. */ in octeon_ehci_hw_start()
307 ehci_ctl.s.l2c_desc_emod = 1; /* Byte swapped. */ in octeon_ehci_hw_start()
309 ehci_ctl.s.l2c_buff_emod = 0; /* not swapped. */ in octeon_ehci_hw_start()
310 ehci_ctl.s.l2c_desc_emod = 0; /* not swapped. */ in octeon_ehci_hw_start()
370 ohci_ctl.s.l2c_buff_emod = 1; /* Byte swapped. */ in octeon_ohci_hw_start()
371 ohci_ctl.s.l2c_desc_emod = 1; /* Byte swapped. */ in octeon_ohci_hw_start()
373 ohci_ctl.s.l2c_buff_emod = 0; /* not swapped. */ in octeon_ohci_hw_start()
374 ohci_ctl.s.l2c_desc_emod = 0; /* not swapped. */ in octeon_ohci_hw_start()
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dadi,ad7879.yaml35 touchscreen-swapped-x-y:
37 description: X and Y axis are swapped (boolean)
H A Delan,ektf2127.yaml55 touchscreen-swapped-x-y;
H A Dchipone,icn8318.yaml58 touchscreen-swapped-x-y;
/linux/include/uapi/linux/
H A Dvirtio_balloon.h64 #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/arch/s390/appldata/
H A Dappldata_mem.c43 u64 pswpin; /* pages swapped in */
44 u64 pswpout; /* pages swapped out */
/linux/drivers/thermal/
H A Dairoha_thermal.c68 /* Similar to COLD and HOT also these seems to be swapped in documentation */
71 /* It seems documentation have these swapped as the HW
107 /* Similar to COLD and HOT also these seems to be swapped in documentation */
110 /* It seems documentation have these swapped as the HW
133 /* Also LOW and HIGH offset register are swapped */
/linux/arch/mips/alchemy/devboards/
H A Dplatform.h20 int swapped);
/linux/Documentation/userspace-api/media/v4l/
H A Duserp.rst57 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.
/linux/arch/arm/boot/dts/samsung/
H A Dexynos4412-i9305.dts19 /* SCL and SDA pins are swapped */
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_exec.c61 * mappings are created in the GPU's MMU. If the given memory is swapped out
64 * the memory is swapped back in. While this is transparent for userspace, it is
65 * guaranteed that all the backing memory is swapped back in and all the memory
/linux/drivers/mtd/nand/
H A DKconfig36 The original Linux implementation had byte 0 and 1 swapped.
/linux/Documentation/input/devices/
H A Dsentelic.rst523 swapped before being sent to FSP::
546 swapped(refer to the 'Register swapping requirement' section),
551 b. send the swapped register address to FSP and goto step 8;
585 swapped(refer to the 'Register swapping requirement' section),
590 b. send the swapped register address to FSP and goto step 5;
607 swapped(refer to the 'Register swapping requirement' section),
612 b. send the swapped register value to FSP and goto step 9;
680 swapped(refer to the 'Register swapping requirement' section),
685 b. send the swapped page address to FSP and goto step 9;

12345678910>>...13