Home
last modified time | relevance | path

Searched full:pointing (Results 1 – 25 of 678) sorted by relevance

12345678910>>...28

/Linux-v6.1/drivers/input/rmi4/
DKconfig66 bool "RMI4 Function 11 (2D pointing)"
71 Function 11 provides 2D multifinger pointing for touchscreens and
72 touchpads. For sensors that support relative pointing, F11 also
76 bool "RMI4 Function 12 (2D pointing)"
81 Function 12 provides 2D multifinger pointing for touchscreens and
82 touchpads. For sensors that support relative pointing, F12 also
/Linux-v6.1/fs/sysfs/
Dsymlink.c58 * @target: object we're pointing to.
86 * @target: object we're pointing to.
99 * @target: object we're pointing to.
115 * @targ: object we're pointing to.
159 * @targ: object we're pointing to.
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/toshiba/
Dspider_net.rst53 hardware is ahead, the tail pointer will be pointing at a "full"
63 When traffic is flowing, then the head pointer will be pointing at
75 all be pointing at the same descr, which should be "empty". All of the
94 head and tail are pointing at 20, because it has not yet been emptied.
95 Meanwhile, hw is pointing at 21, which is free.
133 deadlock condition, as the tail pointer will be pointing at this descr,
156 Both the tail and head pointers are pointing at descr 255, which is
/Linux-v6.1/tools/testing/selftests/powerpc/pmu/event_code_tests/
Dhw_cache_event_type_test.c14 * Load Missed L1, for power9 its pointing to PM_LD_MISS_L1_FIN (0x2c04e) and
15 * for power10 its pointing to PM_LD_MISS_L1 (0x3e054)
57 /* Expected to success as its pointing to L1 load miss */ in hw_cache_event_type_test()
/Linux-v6.1/drivers/gpu/drm/
Ddrm_context.c172 * \param arg user argument pointing to a drm_ctx_priv_map structure.
220 * \param arg user argument pointing to a drm_ctx_priv_map structure.
328 * \param arg user argument pointing to a drm_ctx_res structure.
361 * \param arg user argument pointing to a drm_ctx structure.
414 * \param arg user argument pointing to a drm_ctx structure.
438 * \param arg user argument pointing to a drm_ctx structure.
462 * \param arg user argument pointing to a drm_ctx structure.
488 * \param arg user argument pointing to a drm_ctx structure.
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-bindings.txt47 pinctrl-0: List of phandles, each pointing at a pin configuration
65 pinctrl-1: List of phandles, each pointing at a pin configuration
68 pinctrl-n: List of phandles, each pointing at a pin configuration
/Linux-v6.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_so.c34 * destroy a hardware surface, all views pointing to it must also be destroyed,
36 * So in particular if a surface is evicted, we must destroy all views pointing
200 * owning process or if the surface the view is pointing to is destroyed.
432 * vmw_view_surface_list_destroy - Evict all views pointing to a surface
435 * @list: List of views pointing to a surface.
437 * This function evicts all views pointing to a surface. This is typically
453 * pointing to.
487 * view pointing to it, we need to determine whether that resource will
/Linux-v6.1/fs/xfs/scrub/
Dparent.c30 /* Look for an entry in a parent pointing to this inode. */
40 /* Look for a single entry in a directory pointing to an inode. */
100 * exactly one entry pointing back to the inode being in xchk_parent_count_parent_dentries()
126 * entry pointing back to the inode being scrubbed.
274 * a directory that has one entry pointing to us. in xchk_parent()
/Linux-v6.1/arch/x86/xen/
Dmulticalls.h63 * The returned multicall_space will return with mc pointing to the
64 * command on success, or NULL on failure, and args pointing to the
/Linux-v6.1/Documentation/devicetree/bindings/display/imx/
Dfsl-imx-drm.txt9 - ports: Should contain a list of phandles pointing to display interface ports
33 - resets: phandle pointing to the system reset controller and
74 - fsl,iram: phandle pointing to the mmio-sram device node, that should be
/Linux-v6.1/arch/powerpc/lib/
Dcrtsavres.S52 /* Called with r11 pointing to the stack header word of the caller of the */
112 /* Called with r11 pointing to the stack header word of the caller of the */
172 /* Called with r11 pointing to the stack header word of the caller of the */
235 /* Called with r0 pointing just beyond the end of the vector save area. */
439 /* Called with r0 pointing just beyond the end of the vector save area. */
/Linux-v6.1/drivers/media/platform/ti/davinci/
Dvpif_capture.h47 /* Pointer pointing to current v4l2_buffer */
49 /* Pointer pointing to current v4l2_buffer */
Dvpif_display.h62 struct vpif_disp_buffer *cur_frm; /* Pointer pointing to current
64 struct vpif_disp_buffer *next_frm; /* Pointer pointing to next
/Linux-v6.1/drivers/comedi/
Dcomedi_pcmcia.c18 * Assuming @dev->hw_dev is non-%NULL, it is assumed to be pointing to a
45 * Assuming @dev->hw_dev is non-%NULL, it is assumed to be pointing to a a
95 * Assuming @dev->hw_dev is non-%NULL, it is assumed to be pointing to a
Dcomedi_pci.c18 * Assuming @dev->hw_dev is non-%NULL, it is assumed to be pointing to a
34 * Assuming @dev->hw_dev is non-%NULL, it is assumed to be pointing to a
74 * Assuming @dev->hw_dev is non-%NULL, it is assumed to be pointing to a
/Linux-v6.1/include/media/davinci/
Dvpbe_display.h68 /* Pointer pointing to current v4l2_buffer */
70 /* Pointer pointing to next v4l2_buffer */
Dvpfe_capture.h124 /* Pointer pointing to current v4l2_buffer */
126 /* Pointer pointing to next v4l2_buffer */
/Linux-v6.1/arch/powerpc/boot/
Dcrtsavres.S53 /* Called with r11 pointing to the stack header word of the caller of the */
113 /* Called with r11 pointing to the stack header word of the caller of the */
173 /* Called with r11 pointing to the stack header word of the caller of the */
/Linux-v6.1/Documentation/filesystems/nfs/
Dpnfs.rst20 We reference the header for the inode pointing to it, across each
52 pointing to it.
/Linux-v6.1/include/linux/
Drmi.h58 * pointing).
60 * pointing).
74 * pointing device (touchpad) rather than a direct pointing device
/Linux-v6.1/tools/testing/selftests/vDSO/
Dvdso_standalone_test_x86.c79 /* Now we're pointing at the environment. Skip it. */ in c_main()
84 /* Now we're pointing at auxv. Initialize the vDSO parser. */ in c_main()
/Linux-v6.1/Documentation/devicetree/bindings/display/
Damlogic,meson-dw-hdmi.yaml89 A port node pointing to the VENC Input port node.
94 A port node pointing to the TMDS Output port node.
/Linux-v6.1/arch/mips/include/asm/
Dpm.h82 /* save stack pointer (pointing to GPRs) */
102 /* restore stack pointer (pointing to GPRs) */
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-bus-vfio-mdev40 This directory contains symbolic links pointing to mdev
101 This is symbolic link pointing to supported type, <type-id>
/Linux-v6.1/Documentation/admin-guide/
Dsysfs-rules.rst55 pointing to /sys/devices must always be resolved to their real
88 - accessing attributes reached by a symlink pointing to another device,
112 symlinks pointing to the unified ``/sys/devices`` tree.

12345678910>>...28