Searched refs:eeprom_read (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/w1/slaves/ |
| H A D | w1_ds2433.c | 112 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, in eeprom_read() function 279 .read = eeprom_read, 286 .read = eeprom_read,
|
| H A D | w1_ds2430.c | 97 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, in eeprom_read() function
|
| H A D | w1_ds2431.c | 97 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, in eeprom_read() function
|
| H A D | w1_ds28e04.c | 114 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, in eeprom_read() function
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | ahb.c | 52 .eeprom_read = ath_ahb_eeprom_read,
|
| H A D | pci.c | 880 .eeprom_read = ath_pci_eeprom_read,
|
| /linux/drivers/net/wireless/rsi/ |
| H A D | rsi_main.h | 348 struct eeprom_read { struct
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | ath5k.h | 1462 bool (*eeprom_read)(struct ath_common *common, u32 off, u16 *data); member 1699 return common->bus_ops->eeprom_read(common, off, data); in ath5k_hw_nvram_read()
|
| /linux/drivers/misc/eeprom/ |
| H A D | idt_89hpesx.c | 867 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, in eeprom_read() function
|
| /linux/drivers/net/ethernet/agere/ |
| H A D | et131x.c | 629 static int eeprom_read(struct et131x_adapter *adapter, u32 addr, u8 *pdata) in eeprom_read() function 726 eeprom_read(adapter, 0x70, &adapter->eeprom_data[0]); in et131x_init_eeprom() 727 eeprom_read(adapter, 0x71, &adapter->eeprom_data[1]); in et131x_init_eeprom()
|
| /linux/drivers/media/usb/dvb-usb/ |
| H A D | dib0700_devices.c | 109 static int eeprom_read(struct i2c_adapter *adap,u8 adrs,u8 *pval) in eeprom_read() function 127 if (!eeprom_read(prim_i2c,0x59 + adap->id,&a)) if1=1220+a; in bristol_tuner_attach() 751 if (!eeprom_read(prim_i2c,0x58,&a)) if1=1220+a; in stk7700p_tuner_attach()
|