Lines Matching defs:ids
103 .ids = video_device_ids,
1084 struct acpi_video_enumerated_device *ids;
1088 ids = &video->attached_array[i];
1089 if ((ids->value.int_val & 0xffff) == device_id)
1090 return &ids->value.attrib;
1100 struct acpi_video_enumerated_device *ids;
1104 ids = &video->attached_array[i];
1105 if ((ids->value.int_val & 0xffff) == device_id)
1106 return ids->value.int_val;
1205 * bind the ids with the corresponding video devices
1230 * Bind the ids with the corresponding video devices
1238 struct acpi_video_enumerated_device *ids;
1242 ids = &video->attached_array[i];
1243 if (device->device_id == (ids->value.int_val & 0xffff)) {
1244 ids->bind_info = device;