Home
last modified time | relevance | path

Searched refs:tb_cfg_result (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/thunderbolt/
Dctl.c201 static struct tb_cfg_result decode_error(struct ctl_pkg *response) in decode_error()
204 struct tb_cfg_result res = { 0 }; in decode_error()
222 static struct tb_cfg_result parse_header(struct ctl_pkg *pkg, u32 len, in parse_header()
226 struct tb_cfg_result res = { 0 }; in parse_header()
238 const struct tb_cfg_result *res) in tb_cfg_print_error()
440 static struct tb_cfg_result tb_ctl_rx(struct tb_ctl *ctl, void *buffer, in tb_ctl_rx()
444 struct tb_cfg_result res; in tb_ctl_rx()
450 return (struct tb_cfg_result) { .err = -ETIMEDOUT }; in tb_ctl_rx()
454 return (struct tb_cfg_result) { .err = -EIO }; in tb_ctl_rx()
596 struct tb_cfg_result tb_cfg_reset(struct tb_ctl *ctl, u64 route, in tb_cfg_reset()
[all …]
Dctl.h41 struct tb_cfg_result { struct
58 struct tb_cfg_result tb_cfg_reset(struct tb_ctl *ctl, u64 route, argument
60 struct tb_cfg_result tb_cfg_read_raw(struct tb_ctl *ctl, void *buffer,
64 struct tb_cfg_result tb_cfg_write_raw(struct tb_ctl *ctl, void *buffer,
Dswitch.c237 struct tb_cfg_result res; in tb_switch_reset()