Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/typec/
H A Dclass.c22 struct ida mode_ids; member
41 struct ida mode_ids; member
51 struct ida mode_ids; member
531 ids = &to_typec_partner(dev)->mode_ids; in altmode_id_get()
533 ids = &to_typec_plug(dev)->mode_ids; in altmode_id_get()
535 ids = &to_typec_port(dev)->mode_ids; in altmode_id_get()
545 ids = &to_typec_partner(dev)->mode_ids; in altmode_id_remove()
547 ids = &to_typec_plug(dev)->mode_ids; in altmode_id_remove()
549 ids = &to_typec_port(dev)->mode_ids; in altmode_id_remove()
732 ida_destroy(&partner->mode_ids); in typec_partner_release()
[all …]