Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Dctl.h77 struct tb_cfg_request { struct
87 bool (*match)(const struct tb_cfg_request *req, argument
89 bool (*copy)(struct tb_cfg_request *req, const struct ctl_pkg *pkg); argument
101 struct tb_cfg_request *tb_cfg_request_alloc(void); argument
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);
Dctl.c66 struct tb_cfg_request *tb_cfg_request_alloc(void) in tb_cfg_request_alloc()
68 struct tb_cfg_request *req; in tb_cfg_request_alloc()
83 void tb_cfg_request_get(struct tb_cfg_request *req) in tb_cfg_request_get()
92 struct tb_cfg_request *req = container_of(kref, typeof(*req), kref); in tb_cfg_request_destroy()
104 void tb_cfg_request_put(struct tb_cfg_request *req) in tb_cfg_request_put()
112 struct tb_cfg_request *req) in tb_cfg_request_enqueue()
129 static void tb_cfg_request_dequeue(struct tb_cfg_request *req) in tb_cfg_request_dequeue()
141 static bool tb_cfg_request_is_active(struct tb_cfg_request *req) in tb_cfg_request_is_active()
146 static struct tb_cfg_request *
149 struct tb_cfg_request *req; in tb_cfg_request_find()
[all …]
Ddma_port.c65 static bool dma_port_match(const struct tb_cfg_request *req, in dma_port_match()
82 static bool dma_port_copy(struct tb_cfg_request *req, const struct ctl_pkg *pkg) in dma_port_copy()
101 struct tb_cfg_request *req; in dma_port_read()
142 struct tb_cfg_request *req; in dma_port_write()
Dxdomain.c48 static bool tb_xdomain_match(const struct tb_cfg_request *req, in tb_xdomain_match()
81 static bool tb_xdomain_copy(struct tb_cfg_request *req, in tb_xdomain_copy()
97 struct tb_cfg_request *req; in __tb_xdomain_response()
109 return tb_cfg_request(ctl, req, response_ready, req); in __tb_xdomain_response()
136 struct tb_cfg_request *req; in __tb_xdomain_request()
Dicm.c238 static bool icm_match(const struct tb_cfg_request *req, in icm_match()
252 static bool icm_copy(struct tb_cfg_request *req, const struct ctl_pkg *pkg) in icm_copy()
273 struct tb_cfg_request *req; in icm_request()