Home
last modified time | relevance | path

Searched defs:i2c_open (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/flashrom/
H A Di2c_helper_linux.c60 int i2c_open(int bus, uint16_t addr, int force) in i2c_open() function
/aosp_15_r20/external/toybox/toys/other/
H A Di2ctools.c112 static int i2c_open(int bus, int slave, long chip) in i2c_open() function