Home
last modified time | relevance | path

Searched refs:cap_plug_events (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/thunderbolt/
Deeprom.c19 return tb_sw_write(sw, ctl, TB_CFG_SWITCH, sw->cap_plug_events + 4, 1); in tb_eeprom_ctl_write()
27 return tb_sw_read(sw, ctl, TB_CFG_SWITCH, sw->cap_plug_events + 4, 1); in tb_eeprom_ctl_read()
248 if (!sw->cap_plug_events) { in tb_eeprom_get_drom_offset()
252 res = tb_sw_read(sw, &cap, TB_CFG_SWITCH, sw->cap_plug_events, in tb_eeprom_get_drom_offset()
452 sw->cap_plug_events + 12, 1); in tb_drom_copy_nvm()
Dswitch.c997 res = tb_sw_read(sw, &data, TB_CFG_SWITCH, sw->cap_plug_events + 1, 1); in tb_plug_events_active()
1015 sw->cap_plug_events + 1, 1); in tb_plug_events_active()
1552 sw->cap_plug_events = ret; in tb_switch_alloc()
Dtb.h101 int cap_plug_events; member