| .. | .. |
|---|
| 1 | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
|---|
| 2 | 2 | /* |
|---|
| 3 | | - * Thunderbolt Cactus Ridge driver - control channel and configuration commands |
|---|
| 3 | + * Thunderbolt driver - control channel and configuration commands |
|---|
| 4 | 4 | * |
|---|
| 5 | 5 | * Copyright (c) 2014 Andreas Noever <andreas.noever@gmail.com> |
|---|
| 6 | + * Copyright (C) 2018, Intel Corporation |
|---|
| 6 | 7 | */ |
|---|
| 7 | 8 | |
|---|
| 8 | 9 | #ifndef _TB_CFG |
|---|
| .. | .. |
|---|
| 122 | 123 | return header; |
|---|
| 123 | 124 | } |
|---|
| 124 | 125 | |
|---|
| 125 | | -int tb_cfg_error(struct tb_ctl *ctl, u64 route, u32 port, |
|---|
| 126 | | - enum tb_cfg_error error); |
|---|
| 126 | +int tb_cfg_ack_plug(struct tb_ctl *ctl, u64 route, u32 port, bool unplug); |
|---|
| 127 | 127 | struct tb_cfg_result tb_cfg_reset(struct tb_ctl *ctl, u64 route, |
|---|
| 128 | 128 | int timeout_msec); |
|---|
| 129 | 129 | struct tb_cfg_result tb_cfg_read_raw(struct tb_ctl *ctl, void *buffer, |
|---|