Searched refs:s4985_adapter (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-nforce2-s4985.c43 static struct i2c_adapter *s4985_adapter; variable in typeref:struct:i2c_adapter
175 s4985_adapter = kzalloc(5 * sizeof(struct i2c_adapter), GFP_KERNEL);
176 if (!s4985_adapter) {
189 s4985_adapter[0] = *nforce2_smbus;
190 s4985_adapter[0].algo = s4985_algo;
191 s4985_adapter[0].dev.parent = nforce2_smbus->dev.parent;
194 s4985_adapter[i] = *nforce2_smbus;
195 snprintf(s4985_adapter[i].name, sizeof(s4985_adapter[i].name),
197 s4985_adapter[
[all...]

Completed in 49 milliseconds