Home
last modified time | relevance | path

Searched refs:tb_cfg_request (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/thunderbolt/
H A Dctl.c88 struct tb_cfg_request *tb_cfg_request_alloc(void) in tb_cfg_request_alloc()
90 struct tb_cfg_request *req; in tb_cfg_request_alloc()
105 void tb_cfg_request_get(struct tb_cfg_request *req) in tb_cfg_request_get()
114 struct tb_cfg_request *req = container_of(kref, typeof(*req), kref); in tb_cfg_request_destroy()
126 void tb_cfg_request_put(struct tb_cfg_request *req) in tb_cfg_request_put()
134 struct tb_cfg_request *req) in tb_cfg_request_enqueue()
151 static void tb_cfg_request_dequeue(struct tb_cfg_request *req) in tb_cfg_request_dequeue()
168 static bool tb_cfg_request_is_active(struct tb_cfg_request *req) in tb_cfg_request_is_active()
173 static struct tb_cfg_request *
176 struct tb_cfg_request *req = NULL, *iter; in tb_cfg_request_find()
[all …]
H A Dxdomain.c89 static bool tb_xdomain_match(const struct tb_cfg_request *req, in tb_xdomain_match()
122 static bool tb_xdomain_copy(struct tb_cfg_request *req, in tb_xdomain_copy()
138 struct tb_cfg_request *req; in __tb_xdomain_response()
150 return tb_cfg_request(ctl, req, response_ready, req); in __tb_xdomain_response()
177 struct tb_cfg_request *req; in __tb_xdomain_request()
H A Dicm.c272 static bool icm_match(const struct tb_cfg_request *req, in icm_match()
286 static bool icm_copy(struct tb_cfg_request *req, const struct ctl_pkg *pkg) in icm_copy()
306 struct tb_cfg_request *req; in icm_request()
2246 struct tb_cfg_request *req; in icm_usb4_switch_nvm_authenticate()
2278 ret = tb_cfg_request(tb->ctl, req, icm_usb4_switch_nvm_auth_complete, in icm_usb4_switch_nvm_authenticate()