Searched refs:mode_ids (Results 1 – 2 of 2) sorted by relevance
16 struct ida mode_ids; member34 struct ida mode_ids; member50 struct ida mode_ids; member
500 ids = &to_typec_partner(dev)->mode_ids; in altmode_id_get()502 ids = &to_typec_plug(dev)->mode_ids; in altmode_id_get()504 ids = &to_typec_port(dev)->mode_ids; in altmode_id_get()516 ids = &to_typec_plug(dev)->mode_ids; in altmode_id_remove()518 ids = &to_typec_port(dev)->mode_ids; in altmode_id_remove()784 ida_destroy(&partner->mode_ids); in typec_partner_release()1022 ida_init(&partner->mode_ids); in typec_register_partner()1111 ida_destroy(&plug->mode_ids); in typec_plug_release()1224 ida_init(&plug->mode_ids); in typec_register_plug()2020 ida_destroy(&port->mode_ids); in typec_release()[all …]
Completed in 9 milliseconds