Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/
H A Dtcpm.c1598 enum adev_actions *adev_action) in tcpm_pd_svdm() argument
1671 *adev_action = ADEV_ATTENTION; in tcpm_pd_svdm()
1740 *adev_action = ADEV_QUEUE_VDM_SEND_EXIT_MODE_ON_FAIL; in tcpm_pd_svdm()
1747 *adev_action = ADEV_NOTIFY_USB_AND_QUEUE_VDM; in tcpm_pd_svdm()
1782 *adev_action = ADEV_NOTIFY_USB_AND_QUEUE_VDM; in tcpm_pd_svdm()
1802 *adev_action = ADEV_QUEUE_VDM; in tcpm_pd_svdm()
1813 enum adev_actions adev_action = ADEV_NONE; in tcpm_handle_vdm_request() local
1852 rlen = tcpm_pd_svdm(port, adev, p, cnt, response, &adev_action); in tcpm_handle_vdm_request()
1880 switch (adev_action) { in tcpm_handle_vdm_request()