Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/typec/
Danx7411.c241 int power_role; member
512 ctx->typec.power_role = (ret & SINK_STATUS) ? TYPEC_SINK : TYPEC_SOURCE; in anx7411_power_role_detect()
514 if (ctx->typec.power_role == TYPEC_SOURCE) { in anx7411_power_role_detect()
519 typec_set_pwr_role(ctx->typec.port, ctx->typec.power_role); in anx7411_power_role_detect()
972 if (ctx->typec.power_role != ret) in anx7411_work_func()
Dclass.c1485 static DEVICE_ATTR_RW(power_role);
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-class-typec18 What: /sys/class/typec/<port>/power_role
/linux-6.1.9/include/linux/platform_data/
Dcros_ec_commands.h5849 uint8_t power_role; /* enum pd_power_role */ member