Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/
H A Dwusb3801.c93 unsigned int partner_type; member
224 unsigned int partner_type, status; in wusb3801_hw_update() local
234 partner_type = status & WUSB3801_STAT_PARTNER; in wusb3801_hw_update()
236 if (partner_type == WUSB3801_STAT_PARTNER_SNK) { in wusb3801_hw_update()
250 if (partner_type != wusb3801->partner_type) { in wusb3801_hw_update()
255 switch (partner_type) { in wusb3801_hw_update()
277 if (partner_type != WUSB3801_STAT_PARTNER_STANDBY) { in wusb3801_hw_update()
291 partner_type == WUSB3801_STAT_PARTNER_SRC in wusb3801_hw_update()
297 wusb3801->partner_type = partner_type; in wusb3801_hw_update()
/linux/drivers/platform/chrome/
H A Dcros_typec_vdm.c110 vdm_req.partner_type = TYPEC_PARTNER_SOP; in cros_typec_port_amode_enter()
135 vdm_req.partner_type = TYPEC_PARTNER_SOP; in cros_typec_port_amode_vdm()
/linux/drivers/usb/typec/ucsi/
H A Ducsi.c1437 u8 partner_type; in ucsi_dr_swap() local
1448 partner_type = UCSI_CONSTAT(con, PARTNER_TYPE); in ucsi_dr_swap()
1449 if ((partner_type == UCSI_CONSTAT_PARTNER_TYPE_DFP && in ucsi_dr_swap()
1451 (partner_type == UCSI_CONSTAT_PARTNER_TYPE_UFP && in ucsi_dr_swap()
/linux/drivers/scsi/
H A Dstex.c222 u8 partner_type; /* who sends this frame */ member
1067 h->partner_type = HMU_PARTNER_TYPE; in stex_common_handshake()
1158 h->partner_type = HMU_PARTNER_TYPE; in stex_ss_handshake()