Searched refs:line_get (Results 1 - 2 of 2) 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-parport-light.c77 static inline int line_get(const struct lineop *op) function
99 return line_get(&adapter_parm[type].getscl);
104 return line_get(&adapter_parm[type].getsda);
H A Di2c-parport.c104 static inline int line_get(struct parport *data, function
127 return line_get((struct parport *) data, &adapter_parm[type].getscl);
132 return line_get((struct parport *) data, &adapter_parm[type].getsda);

Completed in 108 milliseconds