Home
last modified time | relevance | path

Searched refs:tb_error (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dctl.c242 res.tb_error = pkg->error; in decode_error()
267 switch (res->tb_error) { in tb_cfg_print_error()
1057 res->tb_error == TB_CFG_ERROR_INVALID_CONFIG_SPACE) in tb_cfg_get_error()
1062 if (res->tb_error == TB_CFG_ERROR_LOCK) in tb_cfg_get_error()
1064 if (res->tb_error == TB_CFG_ERROR_PORT_NOT_CONNECTED) in tb_cfg_get_error()
1081 /* Thunderbolt error, tb_error holds the actual number */ in tb_cfg_read()
1107 /* Thunderbolt error, tb_error holds the actual number */ in tb_cfg_write()
H A Dctl.h43 enum tb_cfg_error tb_error; /* valid if err == 1 */ member
/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dctl.h44 enum tb_cfg_error tb_error; /* valid if err == 1 */ member
H A Dctl.c239 res.tb_error = pkg->error; in decode_error()
264 switch (res->tb_error) { in tb_cfg_print_error()
958 res->tb_error == TB_CFG_ERROR_INVALID_CONFIG_SPACE) in tb_cfg_get_error()
963 if (res->tb_error == TB_CFG_ERROR_LOCK) in tb_cfg_get_error()
979 /* Thunderbolt error, tb_error holds the actual number */ in tb_cfg_read()
1005 /* Thunderbolt error, tb_error holds the actual number */ in tb_cfg_write()

Completed in 4 milliseconds