Searched refs:TB_CFG_PKG_XDOMAIN_REQ (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/thunderbolt/ |
D | trace.h | 29 tb_cfg_type_name(TB_CFG_PKG_XDOMAIN_REQ), \
|
D | xdomain.c | 276 TB_CFG_PKG_XDOMAIN_REQ, &res, sizeof(res), in tb_xdp_uuid_request() 349 TB_CFG_PKG_XDOMAIN_REQ, res, in tb_xdp_properties_request() 482 TB_CFG_PKG_XDOMAIN_REQ, &res, sizeof(res), in tb_xdp_properties_changed_request() 516 ret = __tb_xdomain_request(ctl, &req, sizeof(req), TB_CFG_PKG_XDOMAIN_REQ, in tb_xdp_link_state_status_request() 580 ret = __tb_xdomain_request(ctl, &req, sizeof(req), TB_CFG_PKG_XDOMAIN_REQ, in tb_xdp_link_state_change_request() 2431 if (type == TB_CFG_PKG_XDOMAIN_REQ) in tb_xdomain_handle_request()
|
D | domain.c | 345 case TB_CFG_PKG_XDOMAIN_REQ: in tb_domain_event_cb()
|
D | ctl.c | 478 case TB_CFG_PKG_XDOMAIN_REQ: in tb_ctl_rx_callback()
|
/linux-6.12.1/include/linux/ |
D | thunderbolt.h | 29 TB_CFG_PKG_XDOMAIN_REQ = 6, enumerator
|