Symbol: idt_89hpesx_dev
drivers/misc/eeprom/idt_89hpesx.c
1035
static void idt_set_defval(struct idt_89hpesx_dev *pdev)
drivers/misc/eeprom/idt_89hpesx.c
1075
static void idt_get_fw_data(struct idt_89hpesx_dev *pdev)
drivers/misc/eeprom/idt_89hpesx.c
1128
static struct idt_89hpesx_dev *idt_create_pdev(struct i2c_client *client)
drivers/misc/eeprom/idt_89hpesx.c
1130
struct idt_89hpesx_dev *pdev;
drivers/misc/eeprom/idt_89hpesx.c
1133
pdev = devm_kmalloc(&client->dev, sizeof(struct idt_89hpesx_dev),
drivers/misc/eeprom/idt_89hpesx.c
1164
static void idt_free_pdev(struct idt_89hpesx_dev *pdev)
drivers/misc/eeprom/idt_89hpesx.c
1175
static int idt_set_smbus_ops(struct idt_89hpesx_dev *pdev)
drivers/misc/eeprom/idt_89hpesx.c
1239
static int idt_check_dev(struct idt_89hpesx_dev *pdev)
drivers/misc/eeprom/idt_89hpesx.c
1269
static int idt_create_sysfs_files(struct idt_89hpesx_dev *pdev)
drivers/misc/eeprom/idt_89hpesx.c
1309
static void idt_remove_sysfs_files(struct idt_89hpesx_dev *pdev)
drivers/misc/eeprom/idt_89hpesx.c
1326
struct idt_89hpesx_dev *pdev;
drivers/misc/eeprom/idt_89hpesx.c
1365
struct idt_89hpesx_dev *pdev = i2c_get_clientdata(client);
drivers/misc/eeprom/idt_89hpesx.c
252
static int idt_smb_write_byte(struct idt_89hpesx_dev *pdev,
drivers/misc/eeprom/idt_89hpesx.c
284
static int idt_smb_read_byte(struct idt_89hpesx_dev *pdev,
drivers/misc/eeprom/idt_89hpesx.c
317
static int idt_smb_write_word(struct idt_89hpesx_dev *pdev,
drivers/misc/eeprom/idt_89hpesx.c
366
static int idt_smb_read_word(struct idt_89hpesx_dev *pdev,
drivers/misc/eeprom/idt_89hpesx.c
417
static int idt_smb_write_block(struct idt_89hpesx_dev *pdev,
drivers/misc/eeprom/idt_89hpesx.c
440
static int idt_smb_read_block(struct idt_89hpesx_dev *pdev,
drivers/misc/eeprom/idt_89hpesx.c
470
static int idt_smb_write_i2c_block(struct idt_89hpesx_dev *pdev,
drivers/misc/eeprom/idt_89hpesx.c
500
static int idt_smb_read_i2c_block(struct idt_89hpesx_dev *pdev,
drivers/misc/eeprom/idt_89hpesx.c
538
static int idt_eeprom_read_byte(struct idt_89hpesx_dev *pdev, u16 memaddr,
drivers/misc/eeprom/idt_89hpesx.c
610
static int idt_eeprom_write(struct idt_89hpesx_dev *pdev, u16 memaddr, u16 len,
drivers/misc/eeprom/idt_89hpesx.c
676
static int idt_eeprom_read(struct idt_89hpesx_dev *pdev, u16 memaddr, u16 len,
drivers/misc/eeprom/idt_89hpesx.c
712
static int idt_csr_write(struct idt_89hpesx_dev *pdev, u16 csraddr,
drivers/misc/eeprom/idt_89hpesx.c
778
static int idt_csr_read(struct idt_89hpesx_dev *pdev, u16 csraddr, u32 *data)
drivers/misc/eeprom/idt_89hpesx.c
847
struct idt_89hpesx_dev *pdev;
drivers/misc/eeprom/idt_89hpesx.c
871
struct idt_89hpesx_dev *pdev;
drivers/misc/eeprom/idt_89hpesx.c
900
struct idt_89hpesx_dev *pdev = filep->private_data;
drivers/misc/eeprom/idt_89hpesx.c
94
int (*smb_write)(struct idt_89hpesx_dev *, const struct idt_smb_seq *);
drivers/misc/eeprom/idt_89hpesx.c
95
int (*smb_read)(struct idt_89hpesx_dev *, struct idt_smb_seq *);
drivers/misc/eeprom/idt_89hpesx.c
987
struct idt_89hpesx_dev *pdev = filep->private_data;