Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/typec/ucsi/
Dpsy.c59 (con->status.flags & UCSI_CONSTAT_PWR_DIR) == TYPEC_SINK) in ucsi_psy_get_online()
206 if ((con->status.flags & UCSI_CONSTAT_PWR_DIR) != TYPEC_SINK) { in ucsi_psy_get_charge_type()
Dtrace.h61 __entry->pwr_dir = !!(status->flags & UCSI_CONSTAT_PWR_DIR);
Ducsi.c661 ((con->status.flags & UCSI_CONSTAT_PWR_DIR) || in ucsi_read_pdos()
1222 role = !!(con->status.flags & UCSI_CONSTAT_PWR_DIR); in ucsi_handle_connector_change()
1474 cur_role = !!(con->status.flags & UCSI_CONSTAT_PWR_DIR); in ucsi_pr_swap()
1651 !!(con->status.flags & UCSI_CONSTAT_PWR_DIR)); in ucsi_register_port()
Ducsi.h337 #define UCSI_CONSTAT_PWR_DIR BIT(4) macro