Lines Matching refs:tb_cfg_request

66 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()
411 struct tb_cfg_request *req; in tb_ctl_rx_callback()
485 struct tb_cfg_request *req = container_of(work, typeof(*req), work); in tb_cfg_request_work()
504 int tb_cfg_request(struct tb_ctl *ctl, struct tb_cfg_request *req, in tb_cfg_request() function
546 void tb_cfg_request_cancel(struct tb_cfg_request *req, int err) in tb_cfg_request_cancel()
571 struct tb_cfg_request *req, in tb_cfg_request_sync()
579 ret = tb_cfg_request(ctl, req, tb_cfg_request_complete, &done); in tb_cfg_request_sync()
727 static bool tb_cfg_match(const struct tb_cfg_request *req, in tb_cfg_match()
754 static bool tb_cfg_copy(struct tb_cfg_request *req, const struct ctl_pkg *pkg) in tb_cfg_copy()
783 struct tb_cfg_request *req; in tb_cfg_reset()
830 struct tb_cfg_request *req; in tb_cfg_read_raw()
895 struct tb_cfg_request *req; in tb_cfg_write_raw()