Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Di2c-proc.h92 struct i2c_force_data { struct
145 struct i2c_force_data *forces;
226 static struct i2c_force_data forces[] = {{force,any_chip},{NULL}}; \
235 static struct i2c_force_data forces[] = {{force,any_chip},\
247 static struct i2c_force_data forces[] = {{force,any_chip}, \
261 static struct i2c_force_data forces[] = {{force,any_chip}, \
277 static struct i2c_force_data forces[] = {{force,any_chip}, \
295 static struct i2c_force_data forces[] = {{force,any_chip}, \
315 static struct i2c_force_data forces[] = {{force,any_chip}, \
337 static struct i2c_force_data forces[] = {{force,any_chip}, \
/linux-2.4.37.9/drivers/i2c/
Di2c-proc.c632 struct i2c_force_data *this_force; in i2c_detect()