Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dctl.c393 * tb_ctl_handle_event() - acknowledge a plug event, invoke ctl->callback in tb_ctl_handle_event()
395 static bool tb_ctl_handle_event(struct tb_ctl *ctl, enum tb_cfg_pkg_type type, in tb_ctl_handle_event()
473 tb_ctl_handle_event(pkg->ctl, frame->eof, in tb_ctl_rx_callback()
489 if (tb_ctl_handle_event(pkg->ctl, frame->eof, pkg, frame->size)) in tb_ctl_rx_callback()
392 static bool tb_ctl_handle_event(struct tb_ctl *ctl, enum tb_cfg_pkg_type type, tb_ctl_handle_event() function