Home
last modified time | relevance | path

Searched refs:tb_ctl (Results 1 – 4 of 4) sorted by relevance

/drivers/thunderbolt/
A Dctl.h19 struct tb_ctl;
26 void tb_ctl_start(struct tb_ctl *ctl);
27 void tb_ctl_stop(struct tb_ctl *ctl);
28 void tb_ctl_free(struct tb_ctl *ctl);
47 struct tb_ctl *ctl;
78 struct tb_ctl *ctl;
103 int tb_cfg_request(struct tb_ctl *ctl, struct tb_cfg_request *req,
106 struct tb_cfg_result tb_cfg_request_sync(struct tb_ctl *ctl,
125 int tb_cfg_ack_notification(struct tb_ctl *ctl, u64 route,
128 struct tb_cfg_result tb_cfg_reset(struct tb_ctl *ctl, u64 route);
[all …]
A Dctl.c39 struct tb_ctl { struct
131 static int tb_cfg_request_enqueue(struct tb_ctl *ctl, in tb_cfg_request_enqueue()
151 struct tb_ctl *ctl = req->ctl; in tb_cfg_request_dequeue()
172 tb_cfg_request_find(struct tb_ctl *ctl, struct ctl_pkg *pkg) in tb_cfg_request_find()
332 static struct ctl_pkg *tb_ctl_pkg_alloc(struct tb_ctl *ctl) in tb_ctl_pkg_alloc()
609 struct tb_cfg_result tb_cfg_request_sync(struct tb_ctl *ctl, in tb_cfg_request_sync()
650 struct tb_ctl *ctl = kzalloc(sizeof(*ctl), GFP_KERNEL); in tb_ctl_alloc()
698 void tb_ctl_free(struct tb_ctl *ctl) in tb_ctl_free()
723 void tb_ctl_start(struct tb_ctl *ctl) in tb_ctl_start()
744 void tb_ctl_stop(struct tb_ctl *ctl) in tb_ctl_stop()
[all …]
A Dxdomain.c135 static int __tb_xdomain_response(struct tb_ctl *ctl, const void *response, in __tb_xdomain_response()
172 static int __tb_xdomain_request(struct tb_ctl *ctl, const void *request, in __tb_xdomain_request()
263 static int tb_xdp_uuid_request(struct tb_ctl *ctl, u64 route, int retry, in tb_xdp_uuid_request()
292 static int tb_xdp_uuid_response(struct tb_ctl *ctl, u64 route, u8 sequence, in tb_xdp_uuid_response()
309 static int tb_xdp_error_response(struct tb_ctl *ctl, u64 route, u8 sequence, in tb_xdp_error_response()
323 static int tb_xdp_properties_request(struct tb_ctl *ctl, u64 route, in tb_xdp_properties_request()
414 static int tb_xdp_properties_response(struct tb *tb, struct tb_ctl *ctl, in tb_xdp_properties_response()
468 static int tb_xdp_properties_changed_request(struct tb_ctl *ctl, u64 route, in tb_xdp_properties_changed_request()
503 static int tb_xdp_link_state_status_request(struct tb_ctl *ctl, u64 route, in tb_xdp_link_state_status_request()
566 static int tb_xdp_link_state_change_request(struct tb_ctl *ctl, u64 route, in tb_xdp_link_state_change_request()
[all …]
A Ddma_port.c88 static int dma_port_read(struct tb_ctl *ctl, void *buffer, u64 route, in dma_port_read()
129 static int dma_port_write(struct tb_ctl *ctl, const void *buffer, u64 route, in dma_port_write()

Completed in 18 milliseconds