Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/
H A Dmode_selection.c39 struct mode_selection { struct
80 static int mode_selection_activate(struct mode_selection *sel, in mode_selection_activate()
102 static void mode_list_clean(struct mode_selection *sel) in mode_list_clean()
132 struct mode_selection *sel = container_of(work, in mode_selection_work_fn()
133 struct mode_selection, work.work); in mode_selection_work_fn()
179 struct mode_selection *sel = partner->sel; in typec_altmode_state_update()
234 struct mode_selection *sel; in typec_mode_selection_start()
273 struct mode_selection *sel = partner->sel; in typec_mode_selection_delete()
H A Dclass.c658 alt->adev.mode_selection = desc->mode_selection; in typec_register_altmode()
/linux/drivers/usb/typec/altmodes/
H A Ddisplayport.c807 if (!alt->mode_selection) { in dp_altmode_probe()
/linux/drivers/usb/typec/ucsi/
H A Ducsi.c621 desc.mode_selection = con->ucsi->ops->add_partner_altmodes && in ucsi_register_altmodes()