ee_file           137 drivers/misc/eeprom/idt_89hpesx.c 	struct bin_attribute *ee_file;
ee_file          1325 drivers/misc/eeprom/idt_89hpesx.c 	pdev->ee_file = devm_kmalloc(dev, sizeof(*pdev->ee_file), GFP_KERNEL);
ee_file          1326 drivers/misc/eeprom/idt_89hpesx.c 	if (!pdev->ee_file)
ee_file          1330 drivers/misc/eeprom/idt_89hpesx.c 	memcpy(pdev->ee_file, &bin_attr_eeprom, sizeof(*pdev->ee_file));
ee_file          1334 drivers/misc/eeprom/idt_89hpesx.c 		pdev->ee_file->attr.mode &= ~0200;
ee_file          1335 drivers/misc/eeprom/idt_89hpesx.c 		pdev->ee_file->write = NULL;
ee_file          1338 drivers/misc/eeprom/idt_89hpesx.c 	pdev->ee_file->size = pdev->eesize;
ee_file          1339 drivers/misc/eeprom/idt_89hpesx.c 	ret = sysfs_create_bin_file(&dev->kobj, pdev->ee_file);
ee_file          1361 drivers/misc/eeprom/idt_89hpesx.c 	sysfs_remove_bin_file(&dev->kobj, pdev->ee_file);