Lines Matching refs:physdev
1774 int cs35l41_hda_parse_acpi(struct cs35l41_hda *cs35l41, struct device *physdev, int id)
1783 ret = device_property_count_u32(physdev, property);
1793 ret = device_property_read_u32_array(physdev, property, values, nval);
1818 ret = device_property_read_u32_array(physdev, property, values, nval);
1829 ret = device_property_read_u32_array(physdev, property, values, nval);
1836 ret = device_property_read_u32_array(physdev, property, values, nval);
1843 ret = device_property_read_u32_array(physdev, property, values, nval);
1850 ret = device_property_read_u32_array(physdev, property, values, nval);
1857 ret = device_property_read_u32_array(physdev, property, values, nval);
1863 cs35l41->speaker_id = cs35l41_get_speaker_id(physdev, cs35l41->index, nval, -1);
1886 struct device *physdev;
1898 physdev = get_device(acpi_get_first_physical_node(adev));
1899 if (!physdev)
1902 sub = acpi_get_subsystem_id(ACPI_HANDLE(physdev));
1907 ret = cs35l41_add_dsd_properties(cs35l41, physdev, id, hid);
1913 ret = cs35l41_hda_parse_acpi(cs35l41, physdev, id);
1915 put_device(physdev);
1919 put_device(physdev);