Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/typec/ucsi/
Dtrace.h52 __field(u8, partner_type)
63 __entry->partner_type = UCSI_CONSTAT_PARTNER_TYPE(status->flags);
71 __entry->pwr_dir, __entry->partner_flags, __entry->partner_type,
Ducsi.c940 u8 partner_type; in ucsi_dr_swap() local
951 partner_type = UCSI_CONSTAT_PARTNER_TYPE(con->status.flags); in ucsi_dr_swap()
952 if ((partner_type == UCSI_CONSTAT_PARTNER_TYPE_DFP && in ucsi_dr_swap()
954 (partner_type == UCSI_CONSTAT_PARTNER_TYPE_UFP && in ucsi_dr_swap()
/Linux-v5.15/drivers/platform/chrome/
Dcros_ec_typec.c773 .partner_type = TYPEC_PARTNER_SOP_PRIME, in cros_typec_handle_sop_prime_disc()
847 .partner_type = TYPEC_PARTNER_SOP, in cros_typec_handle_sop_disc()
/Linux-v5.15/drivers/scsi/
Dstex.c218 u8 partner_type; /* who sends this frame */ member
1065 h->partner_type = HMU_PARTNER_TYPE; in stex_common_handshake()
1156 h->partner_type = HMU_PARTNER_TYPE; in stex_ss_handshake()
/Linux-v5.15/include/linux/platform_data/
Dcros_ec_commands.h5633 uint8_t partner_type; /* enum typec_partner_type */ member