Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/core/
Dblock.c2448 char cap_str[10]; in mmc_blk_alloc_part() local
2459 cap_str, sizeof(cap_str)); in mmc_blk_alloc_part()
2462 mmc_card_name(card), part_md->part_type, cap_str); in mmc_blk_alloc_part()
2558 char cap_str[10]; in mmc_blk_alloc_rpmb_part() local
2597 cap_str, sizeof(cap_str)); in mmc_blk_alloc_rpmb_part()
2601 mmc_card_name(card), EXT_CSD_PART_CONFIG_ACC_RPMB, cap_str, in mmc_blk_alloc_rpmb_part()
2916 char cap_str[10]; in mmc_blk_probe() local
2931 cap_str, sizeof(cap_str)); in mmc_blk_probe()
2934 cap_str, md->read_only ? "(ro)" : ""); in mmc_blk_probe()
/Linux-v4.19/drivers/usb/typec/
Dtcpm.c4343 const char *cap_str; in tcpm_fw_get_caps() local
4351 ret = fwnode_property_read_string(fwnode, "data-role", &cap_str); in tcpm_fw_get_caps()
4353 port->typec_caps.data = typec_find_port_data_role(cap_str); in tcpm_fw_get_caps()
4358 ret = fwnode_property_read_string(fwnode, "power-role", &cap_str); in tcpm_fw_get_caps()
4362 port->typec_caps.type = typec_find_port_power_role(cap_str); in tcpm_fw_get_caps()
4387 ret = fwnode_property_read_string(fwnode, "try-power-role", &cap_str); in tcpm_fw_get_caps()
4391 port->typec_caps.prefer_role = typec_find_power_role(cap_str); in tcpm_fw_get_caps()
/Linux-v4.19/fs/ceph/
Dcaps.c54 static char cap_str[MAX_CAP_STR][40]; variable
91 s = cap_str[i]; in ceph_cap_string()
120 if (s == cap_str[i]) in ceph_cap_string()
123 return cap_str[i]; in ceph_cap_string()