Lines Matching full:ctl
25 void tb_ctl_start(struct tb_ctl *ctl);
26 void tb_ctl_stop(struct tb_ctl *ctl);
27 void tb_ctl_free(struct tb_ctl *ctl);
48 struct tb_ctl *ctl; member
56 * @ctl: Pointer to the control channel structure. Only set when the
79 struct tb_ctl *ctl; member
104 int tb_cfg_request(struct tb_ctl *ctl, struct tb_cfg_request *req,
107 struct tb_cfg_result tb_cfg_request_sync(struct tb_ctl *ctl,
126 int tb_cfg_ack_plug(struct tb_ctl *ctl, u64 route, u32 port, bool unplug);
127 struct tb_cfg_result tb_cfg_reset(struct tb_ctl *ctl, u64 route,
129 struct tb_cfg_result tb_cfg_read_raw(struct tb_ctl *ctl, void *buffer,
133 struct tb_cfg_result tb_cfg_write_raw(struct tb_ctl *ctl, const void *buffer,
137 int tb_cfg_read(struct tb_ctl *ctl, void *buffer, u64 route, u32 port,
139 int tb_cfg_write(struct tb_ctl *ctl, const void *buffer, u64 route, u32 port,
141 int tb_cfg_get_upstream_port(struct tb_ctl *ctl, u64 route);