Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-cbus-gpio.c37 struct cbus_host { struct
50 static void cbus_send_bit(struct cbus_host *host, unsigned bit) in cbus_send_bit() argument
63 static void cbus_send_data(struct cbus_host *host, unsigned data, unsigned len) in cbus_send_data()
75 static int cbus_receive_bit(struct cbus_host *host) in cbus_receive_bit()
89 static int cbus_receive_word(struct cbus_host *host) in cbus_receive_word()
114 static int cbus_transfer(struct cbus_host *host, char rw, unsigned dev, in cbus_transfer()
175 struct cbus_host *chost = i2c_get_adapdata(adapter); in cbus_i2c_smbus_xfer()
213 struct cbus_host *chost; in cbus_i2c_probe()