Searched refs:dev_attr (Results 1 – 10 of 10) sorted by relevance
80 for (auto& dev_attr : resp.device_attributes()) { in RefreshDeviceStatus() local81 device_status_cache_[dev_attr.name()] = dev_attr; in RefreshDeviceStatus()
74 std::vector<DeviceAttributes> dev_attr; in GetStatusAsync() local75 device_mgr_->ListDeviceAttributes(&dev_attr); in GetStatusAsync()76 for (const auto& da : dev_attr) { in GetStatusAsync()
56 std::vector<DeviceAttributes> dev_attr; in GetStatusAsync() local57 device_mgr_->ListDeviceAttributes(&dev_attr); in GetStatusAsync()58 for (const auto& da : dev_attr) { in GetStatusAsync()
79 std::vector<DeviceAttributes> dev_attr; in GetStatusAsync() local80 device_mgr_->ListDeviceAttributes(&dev_attr); in GetStatusAsync()81 for (const auto& da : dev_attr) { in GetStatusAsync()
37 unsigned char dev_attr; /* 22 SDRAM Device Attributes */ member
36 unsigned char dev_attr; /* 22 SDRAM Device Attributes */ member99 unsigned char dev_attr; /* 22 SDRAM Device Attributes */ member
725 struct sysfs_attribute *dev_attr; in find_device_by_sysfs() local759 dev_attr = sysfs_get_classdev_attr(dev, sysfs_devattrs[i].name); in find_device_by_sysfs()760 if (!dev_attr) { in find_device_by_sysfs()765 if (sysfs_read_attribute(dev_attr)) { in find_device_by_sysfs()770 rc = sysfs_devattrs[i].handler(dev_attr->value, &sysfs_devattr_values, i); in find_device_by_sysfs()
462 unsigned int dev_attr; member
356 opp = readl(&ctrl->dev_attr) & ~0xFFFFF000; in get_opp_offset()
940 printf("%-3d : %02x %s\n", 22, spd->dev_attr, in ddr1_spd_dump()1089 printf("%-3d : %02x %s\n", 22, spd->dev_attr, in ddr2_spd_dump()