Home
last modified time | relevance | path

Searched refs:getpcf (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Di2c-algo-pcf.h20 int (*getpcf) (void *data, int ctl); member
/openbmc/linux/drivers/i2c/algos/
H A Di2c-algo-pcf.c39 #define get_pcf(adap, ctl) adap->getpcf(adap->data, ctl)
43 #define i2c_inb(adap) adap->getpcf(adap->data, 0)
/openbmc/linux/drivers/i2c/busses/
H A Di2c-icy.c158 algo_data->getpcf = icy_pcf_getpcf; in icy_probe()
H A Di2c-elektor.c183 .getpcf = pcf_isa_getbyte,