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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-parport-light.c71 static inline int line_get(const struct lineop *op) function
93 return line_get(&adapter_parm[type].getscl);
98 return line_get(&adapter_parm[type].getsda);
H A Di2c-parport.c99 static inline int line_get(struct parport *data, function
122 return line_get((struct parport *) data, &adapter_parm[type].getscl);
127 return line_get((struct parport *) data, &adapter_parm[type].getsda);

Completed in 155 milliseconds