Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/typec/
Dclass.c20 struct ida mode_ids; member
35 struct ida mode_ids; member
41 struct ida mode_ids; member
441 ids = &to_typec_partner(dev)->mode_ids; in altmode_id_get()
443 ids = &to_typec_plug(dev)->mode_ids; in altmode_id_get()
445 ids = &to_typec_port(dev)->mode_ids; in altmode_id_get()
455 ids = &to_typec_partner(dev)->mode_ids; in altmode_id_remove()
457 ids = &to_typec_plug(dev)->mode_ids; in altmode_id_remove()
459 ids = &to_typec_port(dev)->mode_ids; in altmode_id_remove()
589 ida_destroy(&partner->mode_ids); in typec_partner_release()
[all …]