Home
last modified time | relevance | path

Searched refs:dev_id (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/sys/dev/pci/drm/
H A Ddrm_privacy_screen.c118 const char *dev_id = dev ? dev_name(dev) : NULL; in drm_privacy_screen_get() local
145 if (l->dev_id) { in drm_privacy_screen_get()
146 if (!dev_id || strcmp(l->dev_id, dev_id)) in drm_privacy_screen_get()
H A Ddrm_privacy_screen_x86.c64 .dev_id = NULL,
74 .dev_id = NULL,
/openbsd-src/sys/dev/pci/drm/amd/display/dc/link/
H A Dlink_factory.c677 link->device_tag.dev_id)) in construct_phy()
679 if (link->device_tag.dev_id.device_type == DEVICE_TYPE_CRT && in construct_phy()
682 if (link->device_tag.dev_id.device_type == DEVICE_TYPE_LCD && in construct_phy()
687 DC_LOG_DC("BIOS object table - device_tag.dev_id.device_type: %d", link->device_tag.dev_id.device_type); in construct_phy()
688 DC_LOG_DC("BIOS object table - device_tag.dev_id.enum_id: %d", link->device_tag.dev_id.enum_id); in construct_phy()
710 link->device_tag.dev_id.raw_device_tag) { in construct_phy()
/openbsd-src/sys/dev/pci/drm/include/drm/
H A Ddrm_privacy_screen_machine.h24 const char *dev_id; member
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.h209 DeviceSet GetDevices(DeviceType::ProductFamilyID dev_id);
211 Device GetFanciest(DeviceType::ProductFamilyID dev_id);
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm605 CoreSimulatorSupport::DeviceType::ProductFamilyID dev_id) {
611 d.GetDeviceType().GetProductFamilyID() == dev_id)
619 CoreSimulatorSupport::DeviceType::ProductFamilyID dev_id) {
625 d.GetDeviceType().GetProductFamilyID() == dev_id) {
/openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/smumgr/
H A Dvega10_smumgr.c182 uint32_t dev_id; in vega10_verify_smc_interface()
191 dev_id = adev->pdev->device; in vega10_verify_smc_interface()
194 if (!((dev_id == 0x687f) && in vega10_verify_smc_interface()
178 uint32_t dev_id; vega10_verify_smc_interface() local
H A Dci_smumgr.c238 uint32_t dev_id; in ci_initialize_power_tune_defaults() local
240 dev_id = adev->pdev->device; in ci_initialize_power_tune_defaults()
242 switch (dev_id) { in ci_initialize_power_tune_defaults()
1307 uint32_t dev_id; in ci_populate_all_memory_levels() local
1327 dev_id = adev->pdev->device; in ci_populate_all_memory_levels()
1330 && ((dev_id == 0x67B0) || (dev_id == 0x67B1))) { in ci_populate_all_memory_levels()
H A Diceland_smumgr.c284 uint32_t dev_id; in iceland_initialize_power_tune_defaults() local
286 dev_id = adev->pdev->device; in iceland_initialize_power_tune_defaults()
288 switch (dev_id) { in iceland_initialize_power_tune_defaults()
H A Dtonga_smumgr.c1586 uint32_t hw_revision, dev_id; in tonga_populate_clock_stretcher_data_table() local
1592 dev_id = adev->pdev->device; in tonga_populate_clock_stretcher_data_table()
1623 if (ASICID_IS_TONGA_P(dev_id, hw_revision)) { in tonga_populate_clock_stretcher_data_table()
/openbsd-src/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_debug.h73 unsigned int dev_id,
H A Dkfd_debug.c256 unsigned int dev_id, in kfd_dbg_send_exception_to_runtime()
266 if (p->pdds[i]->dev->id == dev_id) { in kfd_dbg_send_exception_to_runtime()
255 kfd_dbg_send_exception_to_runtime(struct kfd_process * p,unsigned int dev_id,unsigned int queue_id,uint64_t error_reason) kfd_dbg_send_exception_to_runtime() argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.cpp256 const CoreSimulatorSupport::DeviceType::ProductFamilyID dev_id = m_kind; in GetSimulatorDevice() local
261 .GetFanciest(dev_id); in GetSimulatorDevice()
/openbsd-src/sys/dev/pci/drm/amd/display/include/
H A Dgrph_object_ctrl_defs.h105 struct device_id dev_id; member
/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_dsi_vbt.c951 .dev_id = "0000:00:02.0",
960 .dev_id = "0000:00:02.0",
/openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_processpptables.c734 uint32_t dev_id; in get_dcefclk_voltage_dependency_table() local
747 dev_id = adev->pdev->device; in get_dcefclk_voltage_dependency_table()
750 if (dev_id == 0x6863 && rev_id == 0 && in get_dcefclk_voltage_dependency_table()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/bios/
H A Dbios_parser2.c786 info->dev_id = device_type_from_device_id(object->device_tag); in bios_parser_get_device_tag()
796 info->dev_id = device_type_from_device_id(object_path_v3->device_tag); in bios_parser_get_device_tag()
H A Dbios_parser.c361 info->dev_id = in bios_parser_get_device_tag()