Home
last modified time | relevance | path

Searched refs:MCP9600_ALERT_COUNT (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/iio/temperature/
Dmcp9600.c46 #define MCP9600_ALERT_COUNT 4 macro
61 static const char * const mcp9600_alert_name[MCP9600_ALERT_COUNT] = {
358 static irqreturn_t (*mcp9600_alert_handler_func[MCP9600_ALERT_COUNT]) (int, void *) = {
382 for (i = 0; i < MCP9600_ALERT_COUNT; i++) { in mcp9600_probe_alerts()