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

/linux-master/drivers/thunderbolt/
H A Deeprom.c20 return tb_sw_write(sw, ctl, TB_CFG_SWITCH, sw->cap_plug_events + ROUTER_CS_4, 1);
28 return tb_sw_read(sw, ctl, TB_CFG_SWITCH, sw->cap_plug_events + ROUTER_CS_4, 1);
142 if (!sw->cap_plug_events) {
146 res = tb_sw_read(sw, &cap, TB_CFG_SWITCH, sw->cap_plug_events,
H A Dswitch.c1718 res = tb_sw_read(sw, &data, TB_CFG_SWITCH, sw->cap_plug_events + 1, 1);
1742 sw->cap_plug_events + 1, 1);
2483 sw->cap_plug_events = ret;
2606 if (!sw->cap_plug_events) {
3819 offset = sw->cap_plug_events + TB_PLUG_EVENTS_PCIE_WR_DATA;
3831 offset = sw->cap_plug_events + TB_PLUG_EVENTS_PCIE_CMD;
H A Dtb.h133 * @cap_plug_events: Offset to the plug events capability (%0 if not found)
187 int cap_plug_events; member in struct:tb_switch

Completed in 164 milliseconds