hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/thunderbolt/ctl.h
....@@ -1,8 +1,9 @@
11 /* SPDX-License-Identifier: GPL-2.0 */
22 /*
3
- * Thunderbolt Cactus Ridge driver - control channel and configuration commands
3
+ * Thunderbolt driver - control channel and configuration commands
44 *
55 * Copyright (c) 2014 Andreas Noever <andreas.noever@gmail.com>
6
+ * Copyright (C) 2018, Intel Corporation
67 */
78
89 #ifndef _TB_CFG
....@@ -122,8 +123,7 @@
122123 return header;
123124 }
124125
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);
127127 struct tb_cfg_result tb_cfg_reset(struct tb_ctl *ctl, u64 route,
128128 int timeout_msec);
129129 struct tb_cfg_result tb_cfg_read_raw(struct tb_ctl *ctl, void *buffer,