Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/
H A Dwusb3801.c327 const char *cap_str; in wusb3801_probe() local
355 ret = fwnode_property_read_string(connector, "typec-power-opmode", &cap_str); in wusb3801_probe()
359 ret = typec_find_pwr_opmode(cap_str); in wusb3801_probe()
H A Dclass.c2522 const char *cap_str; in typec_get_fw_cap() local
2527 ret = fwnode_property_read_string(fwnode, "power-role", &cap_str); in typec_get_fw_cap()
2531 ret = typec_find_port_power_role(cap_str); in typec_get_fw_cap()
2537 ret = fwnode_property_read_string(fwnode, "data-role", &cap_str); in typec_get_fw_cap()
2539 ret = typec_find_port_data_role(cap_str); in typec_get_fw_cap()
2549 ret = fwnode_property_read_string(fwnode, "try-power-role", &cap_str); in typec_get_fw_cap()
2551 ret = typec_find_power_role(cap_str); in typec_get_fw_cap()
/linux/drivers/extcon/
H A Dextcon-usbc-tusb320.c441 const char *cap_str; in tusb320_typec_probe() local
458 &cap_str)) { in tusb320_typec_probe()
459 ret = typec_find_pwr_opmode(cap_str); in tusb320_typec_probe()
/linux/fs/ceph/
H A Dcaps.c59 static char cap_str[MAX_CAP_STR][40]; variable
96 s = cap_str[i]; in ceph_cap_string()
125 if (s == cap_str[i]) in ceph_cap_string()
128 return cap_str[i]; in ceph_cap_string()