Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/ucsi/
H A Dtrace.h57 __entry->change = UCSI_CONSTAT(con, CHANGE);
58 __entry->opmode = UCSI_CONSTAT(con, PWR_OPMODE);
59 __entry->connected = UCSI_CONSTAT(con, CONNECTED);
60 __entry->pwr_dir = UCSI_CONSTAT(con, PWR_DIR);
61 __entry->partner_flags = UCSI_CONSTAT(con, PARTNER_FLAGS);
62 __entry->partner_type = UCSI_CONSTAT(con, PARTNER_TYPE);
63 __entry->request_data_obj = UCSI_CONSTAT(con, RDO);
64 __entry->bc_status = UCSI_CONSTAT(con, BC_STATUS);
H A Ducsi.c691 (UCSI_CONSTAT(con, PWR_DIR) || !is_source(role))) in ucsi_read_pdos()
1032 if (!UCSI_CONSTAT(con, CONNECTED)) { in ucsi_orientation()
1037 switch (UCSI_CONSTAT(con, ORIENTATION)) { in ucsi_orientation()
1051 switch (UCSI_CONSTAT(con, PWR_OPMODE)) { in ucsi_pwr_opmode_change()
1053 con->rdo = UCSI_CONSTAT(con, RDO); in ucsi_pwr_opmode_change()
1080 u8 pwr_opmode = UCSI_CONSTAT(con, PWR_OPMODE); in ucsi_register_partner()
1089 switch (UCSI_CONSTAT(con, PARTNER_TYPE)) { in ucsi_register_partner()
1123 UCSI_CONSTAT(con, PARTNER_FLAG_USB4_GEN4)) in ucsi_register_partner()
1126 UCSI_CONSTAT(con, PARTNER_FLAG_USB4_GEN3)) in ucsi_register_partner()
1155 switch (UCSI_CONSTAT(con, PARTNER_TYPE)) { in ucsi_partner_change()
[all …]
H A Ducsi_glink.c212 if (!UCSI_CONSTAT(con, CONNECTED)) { in pmic_glink_ucsi_connector_status()
H A Ducsi.h451 #define UCSI_CONSTAT(_con_, _field_) \ macro