Symbol: ctl_pkg
drivers/thunderbolt/ctl.c
174
tb_cfg_request_find(struct tb_ctl *ctl, struct ctl_pkg *pkg)
drivers/thunderbolt/ctl.c
195
static int check_header(const struct ctl_pkg *pkg, u32 len,
drivers/thunderbolt/ctl.c
245
static struct tb_cfg_result decode_error(const struct ctl_pkg *response)
drivers/thunderbolt/ctl.c
263
static struct tb_cfg_result parse_header(const struct ctl_pkg *pkg, u32 len,
drivers/thunderbolt/ctl.c
325
static void tb_ctl_pkg_free(struct ctl_pkg *pkg)
drivers/thunderbolt/ctl.c
334
static struct ctl_pkg *tb_ctl_pkg_alloc(struct tb_ctl *ctl)
drivers/thunderbolt/ctl.c
336
struct ctl_pkg *pkg = kzalloc_obj(*pkg);
drivers/thunderbolt/ctl.c
355
struct ctl_pkg *pkg = container_of(frame, typeof(*pkg), frame);
drivers/thunderbolt/ctl.c
370
struct ctl_pkg *pkg;
drivers/thunderbolt/ctl.c
403
struct ctl_pkg *pkg, size_t size)
drivers/thunderbolt/ctl.c
409
static void tb_ctl_rx_submit(struct ctl_pkg *pkg)
drivers/thunderbolt/ctl.c
419
static int tb_async_error(const struct ctl_pkg *pkg)
drivers/thunderbolt/ctl.c
448
struct ctl_pkg *pkg = container_of(frame, typeof(*pkg), frame);
drivers/thunderbolt/ctl.c
45
struct ctl_pkg *rx_packets[TB_CTL_RX_PKG_COUNT];
drivers/thunderbolt/ctl.c
857
const struct ctl_pkg *pkg)
drivers/thunderbolt/ctl.c
883
static bool tb_cfg_copy(struct tb_cfg_request *req, const struct ctl_pkg *pkg)
drivers/thunderbolt/ctl.h
88
const struct ctl_pkg *pkg);
drivers/thunderbolt/ctl.h
89
bool (*copy)(struct tb_cfg_request *req, const struct ctl_pkg *pkg);
drivers/thunderbolt/dma_port.c
66
const struct ctl_pkg *pkg)
drivers/thunderbolt/dma_port.c
82
static bool dma_port_copy(struct tb_cfg_request *req, const struct ctl_pkg *pkg)
drivers/thunderbolt/icm.c
273
const struct ctl_pkg *pkg)
drivers/thunderbolt/icm.c
286
static bool icm_copy(struct tb_cfg_request *req, const struct ctl_pkg *pkg)
drivers/thunderbolt/xdomain.c
123
const struct ctl_pkg *pkg)
drivers/thunderbolt/xdomain.c
90
const struct ctl_pkg *pkg)