Lines Matching refs:tb_cfg_request

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()
103 void tb_cfg_request_get(struct tb_cfg_request *req) in tb_cfg_request_get()
112 struct tb_cfg_request *req = container_of(kref, typeof(*req), kref); in tb_cfg_request_destroy()
124 void tb_cfg_request_put(struct tb_cfg_request *req) in tb_cfg_request_put()
132 struct tb_cfg_request *req) in tb_cfg_request_enqueue()
149 static void tb_cfg_request_dequeue(struct tb_cfg_request *req) in tb_cfg_request_dequeue()
166 static bool tb_cfg_request_is_active(struct tb_cfg_request *req) in tb_cfg_request_is_active()
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()
524 struct tb_cfg_request *req = container_of(work, typeof(*req), work); in tb_cfg_request_work()
543 int tb_cfg_request(struct tb_ctl *ctl, struct tb_cfg_request *req, in tb_cfg_request() function
585 void tb_cfg_request_cancel(struct tb_cfg_request *req, int err) in tb_cfg_request_cancel()
610 struct tb_cfg_request *req, in tb_cfg_request_sync()
618 ret = tb_cfg_request(ctl, req, tb_cfg_request_complete, &done); in tb_cfg_request_sync()
847 static bool tb_cfg_match(const struct tb_cfg_request *req, in tb_cfg_match()
874 static bool tb_cfg_copy(struct tb_cfg_request *req, const struct ctl_pkg *pkg) in tb_cfg_copy()
904 struct tb_cfg_request *req; in tb_cfg_reset()
959 struct tb_cfg_request *req; in tb_cfg_read_raw()
1032 struct tb_cfg_request *req; in tb_cfg_write_raw()