Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/drivers/hid/intel-thc-hid/intel-thc/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 626 B image not shown  

Quelle  intel-thc-wot.h   Sprache: C

 
// SPDX-License-Identifier: GPL-2.0
/* Copyright (c) 2025 Intel Corporation */

#ifndef _INTEL_THC_WOT_H_
#define _INTEL_THC_WOT_H_

#include <linux/types.h>

#include <linux/gpio/consumer.h>

/**
 * struct thc_wot - THC Wake-on-Touch data structure
 * @gpio_irq : GPIO interrupt IRQ number for wake-on-touch
 * @gpio_irq_wakeable : Indicate GPIO IRQ workable or not
 */

struct thc_wot {
 int gpio_irq;
 bool gpio_irq_wakeable;
};

struct thc_device;

void thc_wot_config(struct thc_device *thc_dev, const struct acpi_gpio_mapping *gpio_map);
void thc_wot_unconfig(struct thc_device *thc_dev);

#endif /* _INTEL_THC_WOT_H_ */

Messung V0.5
C=86 H=100 G=93

¤ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.