Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/typec/
Dclass.c19 struct ida mode_ids; member
34 struct ida mode_ids; member
40 struct ida mode_ids; member
435 ids = &to_typec_partner(dev)->mode_ids; in altmode_id_get()
437 ids = &to_typec_plug(dev)->mode_ids; in altmode_id_get()
439 ids = &to_typec_port(dev)->mode_ids; in altmode_id_get()
449 ids = &to_typec_partner(dev)->mode_ids; in altmode_id_remove()
451 ids = &to_typec_plug(dev)->mode_ids; in altmode_id_remove()
453 ids = &to_typec_port(dev)->mode_ids; in altmode_id_remove()
583 ida_destroy(&partner->mode_ids); in typec_partner_release()
[all …]