Searched refs:partner_type (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/typec/ |
H A D | wusb3801.c | 93 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 in wusb3801_hw_update() [all...] |
/kernel/linux/linux-5.10/drivers/usb/typec/ucsi/ |
H A D | trace.h | 52 __field(u8, partner_type) 63 __entry->partner_type = UCSI_CONSTAT_PARTNER_TYPE(status->flags); 68 "sourcing=%d, partner_flags=%x, partner_type=%x, " 71 __entry->pwr_dir, __entry->partner_flags, __entry->partner_type,
|
H A D | ucsi.c | 915 u8 partner_type; in ucsi_dr_swap() local 926 partner_type = UCSI_CONSTAT_PARTNER_TYPE(con->status.flags); in ucsi_dr_swap() 927 if ((partner_type == UCSI_CONSTAT_PARTNER_TYPE_DFP && in ucsi_dr_swap() 929 (partner_type == UCSI_CONSTAT_PARTNER_TYPE_UFP && in ucsi_dr_swap()
|
/kernel/linux/linux-6.6/drivers/usb/typec/ucsi/ |
H A D | trace.h | 52 __field(u8, partner_type) 63 __entry->partner_type = UCSI_CONSTAT_PARTNER_TYPE(status->flags); 68 "sourcing=%d, partner_flags=%x, partner_type=%x, " 71 __entry->pwr_dir, __entry->partner_flags, __entry->partner_type,
|
H A D | ucsi.c | 1045 u8 partner_type; in ucsi_dr_swap() local 1056 partner_type = UCSI_CONSTAT_PARTNER_TYPE(con->status.flags); in ucsi_dr_swap() 1057 if ((partner_type == UCSI_CONSTAT_PARTNER_TYPE_DFP && in ucsi_dr_swap() 1059 (partner_type == UCSI_CONSTAT_PARTNER_TYPE_UFP && in ucsi_dr_swap()
|
/kernel/linux/linux-6.6/drivers/platform/chrome/ |
H A D | cros_typec_vdm.c | 110 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()
|
H A D | cros_ec_typec.c | 802 .partner_type = TYPEC_PARTNER_SOP_PRIME, in cros_typec_handle_sop_prime_disc() 876 .partner_type = TYPEC_PARTNER_SOP, in cros_typec_handle_sop_disc()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | stex.c | 222 u8 partner_type; /* who sends this frame */ member 1071 h->partner_type = HMU_PARTNER_TYPE; in stex_common_handshake() 1162 h->partner_type = HMU_PARTNER_TYPE; in stex_ss_handshake()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | stex.c | 222 u8 partner_type; /* who sends this frame */ member 1068 h->partner_type = HMU_PARTNER_TYPE; in stex_common_handshake() 1159 h->partner_type = HMU_PARTNER_TYPE; in stex_ss_handshake()
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | cros_ec_commands.h | 5716 uint8_t partner_type; /* enum typec_partner_type */ member 5765 uint8_t partner_type; member 5926 uint8_t partner_type; member
|
Completed in 24 milliseconds