Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Ddomain.c246 deauthorization = !!tb->cm_ops->disapprove_switch; in deauthorization_show()
632 if (!tb->cm_ops->disapprove_switch) in tb_domain_disapprove_switch()
635 return tb->cm_ops->disapprove_switch(tb, sw); in tb_domain_disapprove_switch()
H A Dswitch.c1754 static int disapprove_switch(struct device *dev, void *not_used) in disapprove_switch() function
1764 ret = device_for_each_child_reverse(&sw->dev, NULL, disapprove_switch); in disapprove_switch()
1795 ret = disapprove_switch(&sw->dev, NULL); in tb_switch_set_authorized()
H A Dtb.c3256 .disapprove_switch = tb_disconnect_pci,