Home
last modified time | relevance | path

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

/drivers/of/unittest-data/
Dtests-match.dtsi7 a { name2 { device_type = "type1"; }; };
8 b { name2 { }; };
9 c { name2 { device_type = "type2"; }; };
/drivers/gpu/drm/msm/hdmi/
Dhdmi.c430 char name2[32]; in msm_hdmi_get_gpio() local
433 snprintf(name2, sizeof(name2), "%s-gpios", name); in msm_hdmi_get_gpio()
434 gpio = of_get_named_gpio(of_node, name2, 0); in msm_hdmi_get_gpio()
443 if (sscanf(name2, "qcom,hdmi-tx-%s", name3)) in msm_hdmi_get_gpio()
/drivers/acpi/acpica/
Dacnamesp.h172 int acpi_ns_compare_names(char *name1, char *name2);
/drivers/scsi/lpfc/
Dlpfc_hbadisc.c4120 char name1[16], name2[16]; in lpfc_nlp_set_state() local
4126 lpfc_nlp_state_name(name2, sizeof(name2), state)); in lpfc_nlp_set_state()