/linux-4.4.14/arch/mips/cavium-octeon/ |
D | octeon-irq.c | 259 unsigned long *pen; in octeon_irq_ciu_enable() local 268 pen = &per_cpu(octeon_irq_ciu0_en_mirror, cpu); in octeon_irq_ciu_enable() 269 __set_bit(cd->bit, pen); in octeon_irq_ciu_enable() 275 cvmx_write_csr(CVMX_CIU_INTX_EN0(coreid * 2), *pen); in octeon_irq_ciu_enable() 277 pen = &per_cpu(octeon_irq_ciu1_en_mirror, cpu); in octeon_irq_ciu_enable() 278 __set_bit(cd->bit, pen); in octeon_irq_ciu_enable() 284 cvmx_write_csr(CVMX_CIU_INTX_EN1(coreid * 2 + 1), *pen); in octeon_irq_ciu_enable() 291 unsigned long *pen; in octeon_irq_ciu_enable_local() local 300 pen = this_cpu_ptr(&octeon_irq_ciu0_en_mirror); in octeon_irq_ciu_enable_local() 301 __set_bit(cd->bit, pen); in octeon_irq_ciu_enable_local() [all …]
|
/linux-4.4.14/arch/arm/mach-sti/ |
D | headsmp.S | 31 pen: ldr r7, [r6] label 33 bne pen
|
/linux-4.4.14/arch/arm/mach-exynos/ |
D | headsmp.S | 27 pen: ldr r7, [r6] label 29 bne pen
|
/linux-4.4.14/arch/arm/mach-prima2/ |
D | headsmp.S | 24 pen: ldr r7, [r6] label 26 bne pen
|
/linux-4.4.14/arch/arm/plat-versatile/ |
D | headsmp.S | 28 pen: ldr r7, [r6] label 30 bne pen
|
/linux-4.4.14/arch/arm/mach-spear/ |
D | headsmp.S | 30 pen: ldr r7, [r6] label 32 bne pen
|
/linux-4.4.14/drivers/acpi/pmic/ |
D | intel_pmic_crc.c | 146 int pen; in intel_crc_pmic_get_policy() local 148 if (regmap_read(regmap, reg, &pen)) in intel_crc_pmic_get_policy() 150 *value = pen >> 7; in intel_crc_pmic_get_policy()
|
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/ |
D | ti-tsc-adc.txt | 35 in order to avoid false pen-up events. This value 37 kept as low as possible, while avoiding false pen-up 39 increase value until false pen-up events are avoided. 40 The pen-up detection happens immediately after the
|
D | colibri-vf50-ts.txt | 11 - interrupts: pen irq interrupt for touch detection 13 - pinctrl-0: pinctrl node for pen/touch detection state pinmux
|
D | sun4i.txt | 15 adjust sensitivity of pen down detection
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | 88pm860x.txt | 62 marvell,88pm860x-pen-prebias = <16>; 63 marvell,88pm860x-pen-prechg = <2>;
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | pxa910-dkb.dts | 145 marvell,88pm860x-pen-prebias = <16>; 146 marvell,88pm860x-pen-prechg = <2>;
|
D | ecx-2000.dts | 19 /* First 4KB has pen for secondary cores. */
|
D | highbank.dts | 19 /* First 4KB has pen for secondary cores. */
|
D | dove-cm-a510.dtsi | 76 * 13 Touchscreen pen irq (active low)
|
D | omap3-pandora-common.dtsi | 338 /* here we could enable to wakeup the cpu from suspend by a pen touch */
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/bcm/ |
D | brcm,bcm11351-cpu-method.txt | 13 physical address of the register used to request the ROM holding pen
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-pcf8563.c | 164 unsigned char *pen) in pcf8563_get_alarm_mode() argument 175 if (pen) in pcf8563_get_alarm_mode() 176 *pen = !!(buf & PCF8563_BIT_AF); in pcf8563_get_alarm_mode()
|
/linux-4.4.14/drivers/hid/ |
D | wacom_wac.h | 190 struct hid_device *pen; member
|
D | wacom_sys.c | 196 bool pen = WACOM_PEN_FIELD(field); in wacom_usage_mapping() local 203 if (pen) in wacom_usage_mapping() 244 if (pen) in wacom_usage_mapping() 549 wacom_wac->shared->pen = hdev; in wacom_add_shared_data() 579 else if (wacom_wac->shared->pen == wacom->hdev) in wacom_remove_shared_data() 580 wacom_wac->shared->pen = NULL; in wacom_remove_shared_data()
|
D | wacom_wac.c | 2024 int prox = 0, x = 0, y = 0, p = 0, d = 0, pen = 0, btn1 = 0, btn2 = 0; in wacom_bpt_pen() local 2068 pen = data[1] & 0x01; in wacom_bpt_pen() 2075 input_report_key(input, BTN_TOUCH, pen); in wacom_bpt_pen() 2127 hid_input_report(wacom->shared->pen, HID_INPUT_REPORT, data, in wacom_bamboo_pad_pen_event()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | head.S | 581 pen: ldr x4, [x3] label 585 b pen
|
/linux-4.4.14/fs/jffs2/ |
D | readinode.c | 455 struct jffs2_tmp_dnode_info *pen, *last, *this; in jffs2_build_inode_fragtree() local 472 pen = tn_last(&rii->tn_root); in jffs2_build_inode_fragtree() 473 while ((last = pen)) { in jffs2_build_inode_fragtree() 474 pen = tn_prev(last); in jffs2_build_inode_fragtree() 480 if (pen) in jffs2_build_inode_fragtree()
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | pdm360ng.dts | 186 /* pen irq is GPIO25 */
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | Kconfig | 217 tristate "WideView WT-200U and WT-220U (pen) DVB-T USB2.0 support (Yakumo/Hama/Typhoon/Yuan)" 224 The WT-220U and its clones are pen-sized.
|
/linux-4.4.14/Documentation/input/ |
D | ntrig.txt | 6 This driver provides support for N-Trig pen and multi-touch sensors. Single
|
D | event-codes.txt | 121 example, a pen tablet may set BTN_TOOL_PEN to 1 and BTN_TOUCH to 0 while the 122 pen is hovering over but not touching the tablet surface.
|
D | iforce-protocol.txt | 179 QUERY = 4f ('O'pen)
|
D | multi-touch-protocol.txt | 214 finger or a pen or something else. Finally, the ABS_MT_TRACKING_ID event 314 between different tool types, such as a finger or a pen. In such cases, the
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-mio-defs.h | 4135 uint64_t pen:1; member 4141 uint64_t pen:1; 4888 uint64_t pen:1; member 4894 uint64_t pen:1;
|
/linux-4.4.14/Documentation/laptops/ |
D | thinkpad-acpi.txt | 535 0x500B Tablet pen inserted into its storage bay 536 0x500C Tablet pen removed from its storage bay
|