Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/i2c/
Di2c-proc.c384 callback(client, SENSORS_PROC_REAL_READ, ctl->ctl_name, in i2c_proc_real()
409 callback(client, SENSORS_PROC_REAL_READ, table->ctl_name, in i2c_sysctl_real()
/linux-2.4.37.9/include/linux/
Di2c-proc.h36 #define SENSORS_PROC_REAL_READ 2 macro
/linux-2.4.37.9/Documentation/i2c/
Dwriting-clients808 * If operation == SENSORS_PROC_REAL_READ, you must read information
817 SENSORS_PROC_REAL_READ, it would display 3.45; and if the user would
833 else if (operation == SENSORS_PROC_REAL_READ) {