Searched full:pointing (Results 1 – 25 of 1236) sorted by relevance
12345678910>>...50
| /kernel/linux/linux-4.19/drivers/input/rmi4/ |
| D | Kconfig | 65 bool "RMI4 Function 11 (2D pointing)" 70 Function 11 provides 2D multifinger pointing for touchscreens and 71 touchpads. For sensors that support relative pointing, F11 also 75 bool "RMI4 Function 12 (2D pointing)" 80 Function 12 provides 2D multifinger pointing for touchscreens and 81 touchpads. For sensors that support relative pointing, F12 also
|
| /kernel/linux/linux-5.10/drivers/input/rmi4/ |
| D | Kconfig | 66 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
|
| /kernel/linux/linux-4.19/fs/sysfs/ |
| D | symlink.c | 57 * @target: object we're pointing to. 85 * @target: object we're pointing to. 98 * @target: object we're pointing to. 114 * @targ: object we're pointing to. 158 * @targ: object we're pointing to.
|
| /kernel/linux/linux-5.10/fs/sysfs/ |
| D | symlink.c | 58 * @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.
|
| /kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/toshiba/ |
| D | spider_net.rst | 53 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
|
| /kernel/linux/linux-4.19/Documentation/networking/ |
| D | spider_net.txt | 51 hardware is ahead, the tail pointer will be pointing at a "full" 61 When traffic is flowing, then the head pointer will be pointing at 73 all be pointing at the same descr, which should be "empty". All of the 92 head and tail are pointing at 20, because it has not yet been emptied. 93 Meanwhile, hw is pointing at 21, which is free. 131 deadlock condition, as the tail pointer will be pointing at this descr, 154 Both the tail and head pointers are pointing at descr 255, which is
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/ |
| D | drm_context.c | 172 * \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. 327 * \param arg user argument pointing to a drm_ctx_res structure. 360 * \param arg user argument pointing to a drm_ctx structure. 413 * \param arg user argument pointing to a drm_ctx structure. 437 * \param arg user argument pointing to a drm_ctx structure. 461 * \param arg user argument pointing to a drm_ctx structure. 487 * \param arg user argument pointing to a drm_ctx structure.
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/ |
| D | drm_context.c | 166 * \param arg user argument pointing to a drm_ctx_priv_map structure. 214 * \param arg user argument pointing to a drm_ctx_priv_map structure. 321 * \param arg user argument pointing to a drm_ctx_res structure. 354 * \param arg user argument pointing to a drm_ctx structure. 407 * \param arg user argument pointing to a drm_ctx structure. 431 * \param arg user argument pointing to a drm_ctx structure. 455 * \param arg user argument pointing to a drm_ctx structure. 481 * \param arg user argument pointing to a drm_ctx structure.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/ |
| D | gemini.txt | 23 - syscon: the soc bus node must have a system controller node pointing to the 40 - timer: the soc bus node must have a timer node pointing to the SoC timer 45 node pointing to the SoC interrupt controller block, with the compatible
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/arm/ |
| D | gemini.txt | 23 - syscon: the soc bus node must have a system controller node pointing to the 40 - timer: the soc bus node must have a timer node pointing to the SoC timer 45 node pointing to the SoC interrupt controller block, with the compatible
|
| /kernel/linux/linux-5.10/fs/xfs/scrub/ |
| D | parent.c | 31 /* Look for an entry in a parent pointing to this inode. */ 41 /* Look for a single entry in a directory pointing to an inode. */ 101 * exactly one entry pointing back to the inode being in xchk_parent_count_parent_dentries() 127 * entry pointing back to the inode being scrubbed. 275 * a directory that has one entry pointing to us. in xchk_parent()
|
| /kernel/linux/linux-4.19/fs/xfs/scrub/ |
| D | parent.c | 39 /* Look for an entry in a parent pointing to this inode. */ 47 /* Look for a single entry in a directory pointing to an inode. */ 98 * exactly one entry pointing back to the inode being in xchk_parent_count_parent_dentries() 120 * entry pointing back to the inode being scrubbed. 268 * a directory that has one entry pointing to us. in xchk_parent()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_so.c | 34 * destroy a hardware surface, all views pointing to it must also be destroyed, 36 * So in particuar if a surface is evicted, we must destroy all views pointing 199 * owning process or if the surface the view is pointing to is destroyed. 446 * vmw_view_surface_list_destroy - Evict all views pointing to a surface 449 * @list: List of views pointing to a surface. 451 * This function evicts all views pointing to a surface. This is typically 467 * pointing to. 501 * view pointing to it, we need to determine whether that resource will
|
| /kernel/linux/linux-5.10/arch/x86/xen/ |
| D | multicalls.h | 63 * The returned multicall_space will return with mc pointing to the 64 * command on success, or NULL on failure, and args pointing to the
|
| /kernel/linux/linux-4.19/arch/x86/xen/ |
| D | multicalls.h | 63 * The returned multicall_space will return with mc pointing to the 64 * command on success, or NULL on failure, and args pointing to the
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/imx/ |
| D | fsl-imx-drm.txt | 9 - 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
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/ |
| D | pinctrl-bindings.txt | 47 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
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/display/imx/ |
| D | fsl-imx-drm.txt | 9 - 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
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_so.c | 34 * destroy a hardware surface, all views pointing to it must also be destroyed, 36 * So in particuar 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. 449 * vmw_view_surface_list_destroy - Evict all views pointing to a surface 452 * @list: List of views pointing to a surface. 454 * This function evicts all views pointing to a surface. This is typically 470 * pointing to.
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/soc/ti/ |
| D | sci-pm-domain.txt | 40 property that is a phandle pointing to the corresponding PM domain node 46 - power-domains: phandle pointing to the corresponding PM domain node
|
| /kernel/linux/linux-5.10/arch/powerpc/lib/ |
| D | crtsavres.S | 52 /* 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. */
|
| /kernel/linux/linux-4.19/arch/powerpc/lib/ |
| D | crtsavres.S | 52 /* 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. */
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/soc/ti/ |
| D | sci-pm-domain.txt | 47 property that is a phandle pointing to the corresponding PM domain node 53 - power-domains: phandle pointing to the corresponding PM domain node
|
| /kernel/linux/linux-5.10/drivers/media/platform/davinci/ |
| D | vpif_capture.h | 47 /* Pointer pointing to current v4l2_buffer */ 49 /* Pointer pointing to current v4l2_buffer */
|
| /kernel/linux/linux-4.19/drivers/staging/comedi/ |
| D | comedi_pcmcia.c | 19 * Assuming @dev->hw_dev is non-%NULL, it is assumed to be pointing to a 46 * Assuming @dev->hw_dev is non-%NULL, it is assumed to be pointing to a a 96 * Assuming @dev->hw_dev is non-%NULL, it is assumed to be pointing to a
|
12345678910>>...50