Lines Matching defs:tb_cfg_request
54 * struct tb_cfg_request - Control channel request
77 struct tb_cfg_request {
87 bool (*match)(const struct tb_cfg_request *req,
89 bool (*copy)(struct tb_cfg_request *req, const struct ctl_pkg *pkg);
101 struct tb_cfg_request *tb_cfg_request_alloc(void);
102 void tb_cfg_request_get(struct tb_cfg_request *req);
103 void tb_cfg_request_put(struct tb_cfg_request *req);
104 int tb_cfg_request(struct tb_ctl *ctl, struct tb_cfg_request *req,
106 void tb_cfg_request_cancel(struct tb_cfg_request *req, int err);
108 struct tb_cfg_request *req, int timeout_msec);