Searched refs:tb_cfg_request (Results 1 – 5 of 5) sorted by relevance
| /drivers/thunderbolt/ |
| A D | ctl.h | 76 struct tb_cfg_request { struct 86 bool (*match)(const struct tb_cfg_request *req, argument 88 bool (*copy)(struct tb_cfg_request *req, const struct ctl_pkg *pkg); argument 100 struct tb_cfg_request *tb_cfg_request_alloc(void); argument 101 void tb_cfg_request_get(struct tb_cfg_request *req); 102 void tb_cfg_request_put(struct tb_cfg_request *req); 103 int tb_cfg_request(struct tb_ctl *ctl, struct tb_cfg_request *req, 105 void tb_cfg_request_cancel(struct tb_cfg_request *req, int err); 107 struct tb_cfg_request *req, int timeout_msec);
|
| A D | ctl.c | 86 struct tb_cfg_request *tb_cfg_request_alloc(void) in tb_cfg_request_alloc() 88 struct tb_cfg_request *req; in tb_cfg_request_alloc() 132 struct tb_cfg_request *req) in tb_cfg_request_enqueue() 171 static struct tb_cfg_request * 174 struct tb_cfg_request *req = NULL, *iter; in tb_cfg_request_find() 447 struct tb_cfg_request *req; in tb_ctl_rx_callback() 543 int tb_cfg_request(struct tb_ctl *ctl, struct tb_cfg_request *req, in tb_cfg_request() function 610 struct tb_cfg_request *req, in tb_cfg_request_sync() 904 struct tb_cfg_request *req; in tb_cfg_reset() 959 struct tb_cfg_request *req; in tb_cfg_read_raw() [all …]
|
| A D | dma_port.c | 65 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()
|
| A D | xdomain.c | 89 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()
|
| A D | icm.c | 272 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()
|
Completed in 23 milliseconds