Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/i2c/
Di2c-proc.c56 #define SENSORS_ENTRY_MAX 20 macro
57 static struct ctl_table_header *i2c_entries[SENSORS_ENTRY_MAX];
59 static struct i2c_client *i2c_clients[SENSORS_ENTRY_MAX];
60 static unsigned short i2c_inodes[SENSORS_ENTRY_MAX];
138 for (id = 0; id < SENSORS_ENTRY_MAX; id++) in i2c_register_entry()
142 if (id == SENSORS_ENTRY_MAX) { in i2c_register_entry()
235 for (i = 0; i < SENSORS_ENTRY_MAX; i++) in i2c_dir_fill_inode()
239 if (i == SENSORS_ENTRY_MAX) { in i2c_dir_fill_inode()
272 for (i = 0; i < SENSORS_ENTRY_MAX; i++) in i2c_proc_chips()
303 for (i = 0; (i < SENSORS_ENTRY_MAX) && (nrels < maxels); in i2c_sysctl_chips()