Searched refs:osif_usb_read (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/i2c/busses/ |
| D | i2c-robotfuzz-osif.c | 39 static int osif_usb_read(struct i2c_adapter *adapter, int cmd, in osif_usb_read() function 74 ret = osif_usb_read(adapter, cmd, pmsg->flags, in osif_xfer() 92 ret = osif_usb_read(adapter, OSIFI2C_STOP, 0, 0, NULL, 0); in osif_xfer() 99 ret = osif_usb_read(adapter, OSIFI2C_STATUS, 0, 0, in osif_xfer() 162 ret = osif_usb_read(&priv->adapter, OSIFI2C_SET_BIT_RATE, 52, 0, in osif_probe()
|