Searched refs:ft260_device (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/hid/ |
H A D | hid-ft260.c | 236 struct ft260_device { struct 306 static int ft260_xfer_status(struct ft260_device *dev, u8 bus_busy) in ft260_xfer_status() 369 static int ft260_hid_output_report_check_status(struct ft260_device *dev, in ft260_hid_output_report_check_status() 417 static int ft260_i2c_write(struct ft260_device *dev, u8 addr, u8 *data, in ft260_i2c_write() 465 static int ft260_smbus_write(struct ft260_device *dev, u8 addr, u8 cmd, in ft260_smbus_write() 496 static int ft260_i2c_read(struct ft260_device *dev, u8 addr, u8 *data, in ft260_i2c_read() 616 struct ft260_device *dev = i2c_get_adapdata(adapter); in ft260_i2c_xfer() 657 struct ft260_device *dev = i2c_get_adapdata(adapter); in ft260_smbus_xfer() 962 struct ft260_device *dev; in ft260_probe() 1053 struct ft260_device *dev = hid_get_drvdata(hdev); in ft260_remove() [all …]
|