HomeSort by: relevance | last modified time | path
    Searched defs:i2c_wait_for_scl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
i2c_bitbang.c 64 static inline int i2c_wait_for_scl(void *, i2c_bitbang_ops_t);
67 i2c_wait_for_scl(void *v, i2c_bitbang_ops_t ops) function in typeref:typename:int
93 if (i2c_wait_for_scl(v, ops) != 0)
179 if (i2c_wait_for_scl(v, ops) != 0)
196 if (i2c_wait_for_scl(v, ops) != 0)
234 if (i2c_wait_for_scl(v, ops))
249 if (i2c_wait_for_scl(v, ops) != 0)
i2c_bitbang.c 64 static inline int i2c_wait_for_scl(void *, i2c_bitbang_ops_t);
67 i2c_wait_for_scl(void *v, i2c_bitbang_ops_t ops) function in typeref:typename:int
93 if (i2c_wait_for_scl(v, ops) != 0)
179 if (i2c_wait_for_scl(v, ops) != 0)
196 if (i2c_wait_for_scl(v, ops) != 0)
234 if (i2c_wait_for_scl(v, ops))
249 if (i2c_wait_for_scl(v, ops) != 0)

Completed in 21 milliseconds