Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Deeprom.c16 return tb_sw_write(sw, ctl, TB_CFG_SWITCH, sw->cap_plug_events + 4, 1); in tb_eeprom_ctl_write()
24 return tb_sw_read(sw, ctl, TB_CFG_SWITCH, sw->cap_plug_events + 4, 1); in tb_eeprom_ctl_read()
240 if (!sw->cap_plug_events) { in tb_eeprom_get_drom_offset()
244 res = tb_sw_read(sw, &cap, TB_CFG_SWITCH, sw->cap_plug_events, in tb_eeprom_get_drom_offset()
Dswitch.c289 res = tb_sw_read(sw, &data, TB_CFG_SWITCH, sw->cap_plug_events + 1, 1); in tb_plug_events_active()
307 sw->cap_plug_events + 1, 1); in tb_plug_events_active()
402 sw->cap_plug_events = cap; in tb_switch_alloc()
Dtb.h23 int cap_plug_events; /* offset, zero if not found */ member