ft260_device
struct ft260_device *dev = hid_get_drvdata(hdev);
struct ft260_device *dev = hid_get_drvdata(hdev);
static int ft260_xfer_status(struct ft260_device *dev, u8 bus_busy)
static int ft260_hid_output_report_check_status(struct ft260_device *dev,
static int ft260_i2c_write(struct ft260_device *dev, u8 addr, u8 *data,
static int ft260_smbus_write(struct ft260_device *dev, u8 addr, u8 cmd,
static int ft260_i2c_read(struct ft260_device *dev, u8 addr, u8 *data,
static int ft260_i2c_write_read(struct ft260_device *dev, struct i2c_msg *msgs)
struct ft260_device *dev = i2c_get_adapdata(adapter);
struct ft260_device *dev = i2c_get_adapdata(adapter);
struct ft260_device *dev;