Lines Matching defs:physdev
1779 int cs35l41_hda_parse_acpi(struct cs35l41_hda *cs35l41, struct device *physdev, int id)
1788 ret = device_property_count_u32(physdev, property);
1798 ret = device_property_read_u32_array(physdev, property, values, nval);
1823 ret = device_property_read_u32_array(physdev, property, values, nval);
1834 ret = device_property_read_u32_array(physdev, property, values, nval);
1841 ret = device_property_read_u32_array(physdev, property, values, nval);
1848 ret = device_property_read_u32_array(physdev, property, values, nval);
1855 ret = device_property_read_u32_array(physdev, property, values, nval);
1862 ret = device_property_read_u32_array(physdev, property, values, nval);
1868 cs35l41->speaker_id = cs35l41_get_speaker_id(physdev, cs35l41->index, nval, -1);
1891 struct device *physdev;
1903 physdev = get_device(acpi_get_first_physical_node(adev));
1905 sub = acpi_get_subsystem_id(ACPI_HANDLE(physdev));
1910 ret = cs35l41_add_dsd_properties(cs35l41, physdev, id, hid);
1916 ret = cs35l41_hda_parse_acpi(cs35l41, physdev, id);
1918 put_device(physdev);
1922 put_device(physdev);