Lines Matching refs:tb_switch
14 static int tb_eeprom_ctl_write(struct tb_switch *sw, struct tb_eeprom_ctl *ctl) in tb_eeprom_ctl_write()
22 static int tb_eeprom_ctl_read(struct tb_switch *sw, struct tb_eeprom_ctl *ctl) in tb_eeprom_ctl_read()
38 static int tb_eeprom_active(struct tb_switch *sw, bool enable) in tb_eeprom_active()
67 static int tb_eeprom_transfer(struct tb_switch *sw, struct tb_eeprom_ctl *ctl, in tb_eeprom_transfer()
92 static int tb_eeprom_out(struct tb_switch *sw, u8 val) in tb_eeprom_out()
112 static int tb_eeprom_in(struct tb_switch *sw, u8 *val) in tb_eeprom_in()
133 static int tb_eeprom_read_n(struct tb_switch *sw, u16 offset, u8 *val, in tb_eeprom_read_n()
236 static int tb_eeprom_get_drom_offset(struct tb_switch *sw, u16 *offset) in tb_eeprom_get_drom_offset()
269 int tb_drom_read_uid_only(struct tb_switch *sw, u64 *uid) in tb_drom_read_uid_only()
303 static int tb_drom_parse_entry(struct tb_switch *sw, in tb_drom_parse_entry()
341 static int tb_drom_parse_entries(struct tb_switch *sw) in tb_drom_parse_entries()
365 int tb_drom_read(struct tb_switch *sw) in tb_drom_read()