Symbol: tb_cfg_pkg_type
drivers/thunderbolt/ctl.c
196
enum tb_cfg_pkg_type type, u64 route)
drivers/thunderbolt/ctl.c
264
enum tb_cfg_pkg_type type, u64 route)
drivers/thunderbolt/ctl.c
367
enum tb_cfg_pkg_type type)
drivers/thunderbolt/ctl.c
402
static bool tb_ctl_handle_event(struct tb_ctl *ctl, enum tb_cfg_pkg_type type,
drivers/thunderbolt/ctl.h
21
typedef bool (*event_cb)(void *data, enum tb_cfg_pkg_type type,
drivers/thunderbolt/ctl.h
82
enum tb_cfg_pkg_type request_type;
drivers/thunderbolt/ctl.h
85
enum tb_cfg_pkg_type response_type;
drivers/thunderbolt/domain.c
335
static bool tb_domain_event_cb(void *data, enum tb_cfg_pkg_type type,
drivers/thunderbolt/icm.c
1767
static void icm_handle_event(struct tb *tb, enum tb_cfg_pkg_type type,
drivers/thunderbolt/tb.c
2908
static void tb_handle_event(struct tb *tb, enum tb_cfg_pkg_type type,
drivers/thunderbolt/tb.h
1258
bool tb_xdomain_handle_request(struct tb *tb, enum tb_cfg_pkg_type type,
drivers/thunderbolt/tb.h
521
void (*handle_event)(struct tb *tb, enum tb_cfg_pkg_type,
drivers/thunderbolt/xdomain.c
136
size_t size, enum tb_cfg_pkg_type type)
drivers/thunderbolt/xdomain.c
166
size_t size, enum tb_cfg_pkg_type type)
drivers/thunderbolt/xdomain.c
173
size_t request_size, enum tb_cfg_pkg_type request_type, void *response,
drivers/thunderbolt/xdomain.c
174
size_t response_size, enum tb_cfg_pkg_type response_type,
drivers/thunderbolt/xdomain.c
218
size_t request_size, enum tb_cfg_pkg_type request_type,
drivers/thunderbolt/xdomain.c
220
enum tb_cfg_pkg_type response_type, unsigned int timeout_msec)
drivers/thunderbolt/xdomain.c
2430
bool tb_xdomain_handle_request(struct tb *tb, enum tb_cfg_pkg_type type,
include/linux/thunderbolt.h
351
size_t size, enum tb_cfg_pkg_type type);
include/linux/thunderbolt.h
353
size_t request_size, enum tb_cfg_pkg_type request_type,
include/linux/thunderbolt.h
355
enum tb_cfg_pkg_type response_type,