Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Di2c-proc.h153 #define SENSORS_ISA_BUS 9191 macro
/linux-2.4.37.9/Documentation/i2c/
Dwriting-clients276 A list of pairs. The first value is a bus number (SENSORS_ISA_BUS for
281 A list of triples. The first value is a bus number (SENSORS_ISA_BUS for
286 A list of pairs. The first value is a bus number (SENSORS_ISA_BUS for
292 A list of triples. The first value is a bus number (SENSORS_ISA_BUS for
301 The first value is a bus number (SENSORS_ISA_BUS for the ISA bus,
/linux-2.4.37.9/drivers/i2c/
Di2c-proc.c635 is_isa ? SENSORS_ISA_BUS : i2c_adapter_id(adapter); in i2c_detect()