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

/linux-master/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)
63 static void cbus_send_data(struct cbus_host *host, unsigned data, unsigned len)
75 static int cbus_receive_bit(struct cbus_host *host)
89 static int cbus_receive_word(struct cbus_host *host)
114 static int cbus_transfer(struct cbus_host *host, char rw, unsigned dev,
175 struct cbus_host *chost = i2c_get_adapdata(adapter);
213 struct cbus_host *chost;

Completed in 186 milliseconds