Home
last modified time | relevance | path

Searched defs:eeprom (Results 1 – 25 of 105) sorted by relevance

12345

/drivers/misc/eeprom/
Deeprom_93cx6.c30 static inline void eeprom_93cx6_pulse_high(struct eeprom_93cx6 *eeprom) in eeprom_93cx6_pulse_high()
43 static inline void eeprom_93cx6_pulse_low(struct eeprom_93cx6 *eeprom) in eeprom_93cx6_pulse_low()
56 static void eeprom_93cx6_startup(struct eeprom_93cx6 *eeprom) in eeprom_93cx6_startup()
76 static void eeprom_93cx6_cleanup(struct eeprom_93cx6 *eeprom) in eeprom_93cx6_cleanup()
93 static void eeprom_93cx6_write_bits(struct eeprom_93cx6 *eeprom, in eeprom_93cx6_write_bits()
132 static void eeprom_93cx6_read_bits(struct eeprom_93cx6 *eeprom, in eeprom_93cx6_read_bits()
181 void eeprom_93cx6_read(struct eeprom_93cx6 *eeprom, const u8 word, in eeprom_93cx6_read()
223 void eeprom_93cx6_multiread(struct eeprom_93cx6 *eeprom, const u8 word, in eeprom_93cx6_multiread()
245 void eeprom_93cx6_wren(struct eeprom_93cx6 *eeprom, bool enable) in eeprom_93cx6_wren()
277 void eeprom_93cx6_write(struct eeprom_93cx6 *eeprom, u8 addr, u16 data) in eeprom_93cx6_write()
/drivers/net/wireless/iwlwifi/
Diwl-eeprom-parse.c204 static u16 iwl_eeprom_query16(const u8 *eeprom, size_t eeprom_size, int offset) in iwl_eeprom_query16()
211 static u32 eeprom_indirect_address(const u8 *eeprom, size_t eeprom_size, in eeprom_indirect_address()
261 static const u8 *iwl_eeprom_query_addr(const u8 *eeprom, size_t eeprom_size, in iwl_eeprom_query_addr()
272 static int iwl_eeprom_read_calib(const u8 *eeprom, size_t eeprom_size, in iwl_eeprom_read_calib()
415 const u8 *eeprom, size_t eeprom_size, in iwl_eeprom_enhanced_txpower()
475 const u8 *eeprom, size_t eeprom_size, in iwl_init_band_reference()
570 const u8 *eeprom, size_t eeprom_size) in iwl_init_channel_map()
804 const u8 *eeprom, size_t eeprom_size) in iwl_init_sbands()
838 const u8 *eeprom, size_t eeprom_size) in iwl_parse_eeprom_data()
/drivers/net/wireless/rt2x00/
Drt2800pci.c90 static void rt2800pci_eepromregister_read(struct eeprom_93cx6 *eeprom) in rt2800pci_eepromregister_read()
105 static void rt2800pci_eepromregister_write(struct eeprom_93cx6 *eeprom) in rt2800pci_eepromregister_write()
122 struct eeprom_93cx6 eeprom; in rt2800pci_read_eeprom_pci() local
Drt2800lib.c775 u16 eeprom; in rt2800_agc_to_rssi() local
1763 u16 eeprom; in rt2800_config_3572bt_ant() local
1819 u16 eeprom; in rt2800_config_ant() local
1896 u16 eeprom; in rt2800_config_lna_gain() local
3458 u16 eeprom; in rt2800_get_gain_calibration_delta() local
3574 u16 eeprom; in rt2800_get_txpower_bw_comp() local
3640 u16 eeprom; in rt2800_compensate_txpower() local
3709 u16 eeprom; in rt2800_config_txpower_rt3593() local
4104 u16 eeprom; in rt2800_config_txpower_rt28xx() local
4558 u16 eeprom; in rt2800_init_registers() local
[all …]
Drt2500pci.c136 static void rt2500pci_eepromregister_read(struct eeprom_93cx6 *eeprom) in rt2500pci_eepromregister_read()
151 static void rt2500pci_eepromregister_write(struct eeprom_93cx6 *eeprom) in rt2500pci_eepromregister_write()
1065 u16 eeprom; in rt2500pci_init_bbp() local
1564 struct eeprom_93cx6 eeprom; in rt2500pci_validate_eeprom() local
1634 u16 eeprom; in rt2500pci_init_eeprom() local
Drt2400pci.c136 static void rt2400pci_eepromregister_read(struct eeprom_93cx6 *eeprom) in rt2400pci_eepromregister_read()
151 static void rt2400pci_eepromregister_write(struct eeprom_93cx6 *eeprom) in rt2400pci_eepromregister_write()
927 u16 eeprom; in rt2400pci_init_bbp() local
1438 struct eeprom_93cx6 eeprom; in rt2400pci_validate_eeprom() local
1480 u16 eeprom; in rt2400pci_init_eeprom() local
Drt61pci.c174 static void rt61pci_eepromregister_read(struct eeprom_93cx6 *eeprom) in rt61pci_eepromregister_read()
189 static void rt61pci_eepromregister_write(struct eeprom_93cx6 *eeprom) in rt61pci_eepromregister_write()
846 u16 eeprom; in rt61pci_config_lna_gain() local
1665 u16 eeprom; in rt61pci_init_bbp() local
2391 struct eeprom_93cx6 eeprom; in rt61pci_validate_eeprom() local
2504 u16 eeprom; in rt61pci_init_eeprom() local
Drt2500usb.c714 u16 eeprom; in rt2500usb_reset_tuner() local
923 u16 eeprom; in rt2500usb_init_bbp() local
1454 u16 eeprom; in rt2500usb_init_eeprom() local
/drivers/media/usb/pvrusb2/
Dpvrusb2-eeprom.c48 u8 *eeprom; in pvr2_eeprom_fetch() local
120 u8 *eeprom; in pvr2_eeprom_analyze() local
/drivers/net/ethernet/atheros/atl1e/
Datl1e_ethtool.c209 struct ethtool_eeprom *eeprom, u8 *bytes) in atl1e_get_eeprom()
249 struct ethtool_eeprom *eeprom, u8 *bytes) in atl1e_set_eeprom()
/drivers/net/wireless/iwlegacy/
D3945.c909 struct il3945_eeprom *eeprom = (struct il3945_eeprom *)il->eeprom; in il3945_nic_config() local
1085 struct il3945_eeprom *eeprom = (struct il3945_eeprom *)il->eeprom; in il3945_hw_reg_txpower_get_temperature() local
1569 struct il3945_eeprom *eeprom = (struct il3945_eeprom *)il->eeprom; in il3945_hw_reg_comp_txpower_temp() local
1907 struct il3945_eeprom *eeprom = (struct il3945_eeprom *)il->eeprom; in il3945_hw_reg_get_ch_grp_idx() local
1943 struct il3945_eeprom *eeprom = (struct il3945_eeprom *)il->eeprom; in il3945_hw_reg_get_matched_power_idx() local
1993 struct il3945_eeprom *eeprom = (struct il3945_eeprom *)il->eeprom; in il3945_hw_reg_init_channel_groups() local
2075 struct il3945_eeprom *eeprom = (struct il3945_eeprom *)il->eeprom; in il3945_txpower_set_from_eeprom() local
/drivers/net/ethernet/intel/e1000/
De1000_hw.c3477 struct e1000_eeprom_info *eeprom = &hw->eeprom; in e1000_init_eeprom_params() local
3604 struct e1000_eeprom_info *eeprom = &hw->eeprom; in e1000_shift_out_ee_bits() local
3696 struct e1000_eeprom_info *eeprom = &hw->eeprom; in e1000_acquire_eeprom() local
3747 struct e1000_eeprom_info *eeprom = &hw->eeprom; in e1000_standby_eeprom() local
3894 struct e1000_eeprom_info *eeprom = &hw->eeprom; in e1000_do_read_eeprom() local
4068 struct e1000_eeprom_info *eeprom = &hw->eeprom; in e1000_do_write_eeprom() local
4117 struct e1000_eeprom_info *eeprom = &hw->eeprom; in e1000_write_eeprom_spi() local
4182 struct e1000_eeprom_info *eeprom = &hw->eeprom; in e1000_write_eeprom_microwire() local
/drivers/scsi/
Ddc395x.c337 struct NvRamType eeprom; /* eeprom settings for this adapter */ member
633 static void eeprom_index_to_delay(struct NvRamType *eeprom) in eeprom_index_to_delay()
662 static void eeprom_override(struct NvRamType *eeprom) in eeprom_override()
1274 struct NvRamType *eeprom = &acb->eeprom; in reset_dev_param() local
3734 struct NvRamType *eeprom = &acb->eeprom; in device_alloc() local
4057 static void trms1040_write_all(struct NvRamType *eeprom, unsigned long io_port) in trms1040_write_all()
4135 static void trms1040_read_all(struct NvRamType *eeprom, unsigned long io_port) in trms1040_read_all()
4165 static void check_eeprom(struct NvRamType *eeprom, unsigned long io_port) in check_eeprom()
4235 static void print_eeprom_settings(struct NvRamType *eeprom) in print_eeprom_settings()
4355 struct NvRamType *eeprom = &acb->eeprom; in adapter_init_params() local
[all …]
/drivers/net/wireless/libertas/
Dethtool.c38 struct ethtool_eeprom *eeprom, u8 * bytes) in lbs_ethtool_get_eeprom()
/drivers/media/usb/au0828/
Dau0828-cards.c194 static u8 eeprom[256]; in au0828_card_setup() local
/drivers/net/ethernet/intel/igbvf/
Dethtool.c178 struct ethtool_eeprom *eeprom, u8 *bytes) in igbvf_get_eeprom()
184 struct ethtool_eeprom *eeprom, u8 *bytes) in igbvf_set_eeprom()
/drivers/media/pci/saa7164/
Dsaa7164-cards.c662 static u8 eeprom[256]; in saa7164_card_setup() local
/drivers/net/ethernet/intel/ixgb/
Dixgb_ethtool.c368 struct ethtool_eeprom *eeprom, u8 *bytes) in ixgb_get_eeprom()
414 struct ethtool_eeprom *eeprom, u8 *bytes) in ixgb_set_eeprom()
/drivers/net/hippi/
Drrunner.h679 struct eeprom { struct
680 struct eeprom_boot boot; argument
682 struct eeprom_manf manf; argument
683 struct eeprom_phase_info phase_info; argument
684 struct eeprom_rncd_info rncd_info; argument
685 u32 pad2[15];
686 u32 hdr_checksum;
687 struct phase1_hdr phase1;
/drivers/net/ethernet/brocade/bna/
Dbnad_ethtool.c991 bnad_get_eeprom(struct net_device *netdev, struct ethtool_eeprom *eeprom, in bnad_get_eeprom()
1031 bnad_set_eeprom(struct net_device *netdev, struct ethtool_eeprom *eeprom, in bnad_set_eeprom()
/drivers/net/usb/
Dasix_common.c437 int asix_get_eeprom(struct net_device *net, struct ethtool_eeprom *eeprom, in asix_get_eeprom()
472 int asix_set_eeprom(struct net_device *net, struct ethtool_eeprom *eeprom, in asix_set_eeprom()
/drivers/net/ethernet/8390/
Dax88796.c524 static void ax_eeprom_register_read(struct eeprom_93cx6 *eeprom) in ax_eeprom_register_read()
535 static void ax_eeprom_register_write(struct eeprom_93cx6 *eeprom) in ax_eeprom_register_write()
727 struct eeprom_93cx6 eeprom; in ax_init_dev() local
/drivers/net/wireless/rtl818x/rtl8187/
Ddev.c1396 static void rtl8187_eeprom_register_read(struct eeprom_93cx6 *eeprom) in rtl8187_eeprom_register_read()
1408 static void rtl8187_eeprom_register_write(struct eeprom_93cx6 *eeprom) in rtl8187_eeprom_register_write()
1433 struct eeprom_93cx6 eeprom; in rtl8187_probe() local
/drivers/hid/
Dhid-wiimote-debug.c22 struct dentry *eeprom; member
/drivers/net/wireless/mwifiex/
Dsta_cmdresp.c748 struct mwifiex_ds_read_eeprom *eeprom; in mwifiex_ret_reg_access() local
754 struct host_cmd_ds_802_11_eeprom_access *eeprom; in mwifiex_ret_reg_access() member

12345