idt_89hpesx_dev   131 drivers/misc/eeprom/idt_89hpesx.c 	int (*smb_write)(struct idt_89hpesx_dev *, const struct idt_smb_seq *);
idt_89hpesx_dev   132 drivers/misc/eeprom/idt_89hpesx.c 	int (*smb_read)(struct idt_89hpesx_dev *, struct idt_smb_seq *);
idt_89hpesx_dev   289 drivers/misc/eeprom/idt_89hpesx.c static int idt_smb_write_byte(struct idt_89hpesx_dev *pdev,
idt_89hpesx_dev   321 drivers/misc/eeprom/idt_89hpesx.c static int idt_smb_read_byte(struct idt_89hpesx_dev *pdev,
idt_89hpesx_dev   354 drivers/misc/eeprom/idt_89hpesx.c static int idt_smb_write_word(struct idt_89hpesx_dev *pdev,
idt_89hpesx_dev   403 drivers/misc/eeprom/idt_89hpesx.c static int idt_smb_read_word(struct idt_89hpesx_dev *pdev,
idt_89hpesx_dev   454 drivers/misc/eeprom/idt_89hpesx.c static int idt_smb_write_block(struct idt_89hpesx_dev *pdev,
idt_89hpesx_dev   477 drivers/misc/eeprom/idt_89hpesx.c static int idt_smb_read_block(struct idt_89hpesx_dev *pdev,
idt_89hpesx_dev   507 drivers/misc/eeprom/idt_89hpesx.c static int idt_smb_write_i2c_block(struct idt_89hpesx_dev *pdev,
idt_89hpesx_dev   537 drivers/misc/eeprom/idt_89hpesx.c static int idt_smb_read_i2c_block(struct idt_89hpesx_dev *pdev,
idt_89hpesx_dev   575 drivers/misc/eeprom/idt_89hpesx.c static int idt_eeprom_read_byte(struct idt_89hpesx_dev *pdev, u16 memaddr,
idt_89hpesx_dev   647 drivers/misc/eeprom/idt_89hpesx.c static int idt_eeprom_write(struct idt_89hpesx_dev *pdev, u16 memaddr, u16 len,
idt_89hpesx_dev   713 drivers/misc/eeprom/idt_89hpesx.c static int idt_eeprom_read(struct idt_89hpesx_dev *pdev, u16 memaddr, u16 len,
idt_89hpesx_dev   749 drivers/misc/eeprom/idt_89hpesx.c static int idt_csr_write(struct idt_89hpesx_dev *pdev, u16 csraddr,
idt_89hpesx_dev   815 drivers/misc/eeprom/idt_89hpesx.c static int idt_csr_read(struct idt_89hpesx_dev *pdev, u16 csraddr, u32 *data)
idt_89hpesx_dev   884 drivers/misc/eeprom/idt_89hpesx.c 	struct idt_89hpesx_dev *pdev;
idt_89hpesx_dev   908 drivers/misc/eeprom/idt_89hpesx.c 	struct idt_89hpesx_dev *pdev;
idt_89hpesx_dev   937 drivers/misc/eeprom/idt_89hpesx.c 	struct idt_89hpesx_dev *pdev = filep->private_data;
idt_89hpesx_dev  1031 drivers/misc/eeprom/idt_89hpesx.c 	struct idt_89hpesx_dev *pdev = filep->private_data;
idt_89hpesx_dev  1079 drivers/misc/eeprom/idt_89hpesx.c static void idt_set_defval(struct idt_89hpesx_dev *pdev)
idt_89hpesx_dev  1119 drivers/misc/eeprom/idt_89hpesx.c static void idt_get_fw_data(struct idt_89hpesx_dev *pdev)
idt_89hpesx_dev  1172 drivers/misc/eeprom/idt_89hpesx.c static struct idt_89hpesx_dev *idt_create_pdev(struct i2c_client *client)
idt_89hpesx_dev  1174 drivers/misc/eeprom/idt_89hpesx.c 	struct idt_89hpesx_dev *pdev;
idt_89hpesx_dev  1177 drivers/misc/eeprom/idt_89hpesx.c 	pdev = devm_kmalloc(&client->dev, sizeof(struct idt_89hpesx_dev),
idt_89hpesx_dev  1208 drivers/misc/eeprom/idt_89hpesx.c static void idt_free_pdev(struct idt_89hpesx_dev *pdev)
idt_89hpesx_dev  1219 drivers/misc/eeprom/idt_89hpesx.c static int idt_set_smbus_ops(struct idt_89hpesx_dev *pdev)
idt_89hpesx_dev  1283 drivers/misc/eeprom/idt_89hpesx.c static int idt_check_dev(struct idt_89hpesx_dev *pdev)
idt_89hpesx_dev  1313 drivers/misc/eeprom/idt_89hpesx.c static int idt_create_sysfs_files(struct idt_89hpesx_dev *pdev)
idt_89hpesx_dev  1352 drivers/misc/eeprom/idt_89hpesx.c static void idt_remove_sysfs_files(struct idt_89hpesx_dev *pdev)
idt_89hpesx_dev  1369 drivers/misc/eeprom/idt_89hpesx.c static void idt_create_dbgfs_files(struct idt_89hpesx_dev *pdev)
idt_89hpesx_dev  1387 drivers/misc/eeprom/idt_89hpesx.c static void idt_remove_dbgfs_files(struct idt_89hpesx_dev *pdev)
idt_89hpesx_dev  1398 drivers/misc/eeprom/idt_89hpesx.c 	struct idt_89hpesx_dev *pdev;
idt_89hpesx_dev  1437 drivers/misc/eeprom/idt_89hpesx.c 	struct idt_89hpesx_dev *pdev = i2c_get_clientdata(client);