Home
last modified time | relevance | path

Searched refs:device_type (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/sys/dev/pci/drm/i915/gvt/
H A Dopregion.c70 u16 device_type; member
177 v->child0.device_type = DEVICE_TYPE_DP; in virt_vbt_generation()
185 v->child1.device_type = DEVICE_TYPE_DP; in virt_vbt_generation()
193 v->child2.device_type = DEVICE_TYPE_DP; in virt_vbt_generation()
201 v->child3.device_type = DEVICE_TYPE_DP; in virt_vbt_generation()
/openbsd-src/sys/dev/pci/
H A Dixgb_hw.c748 uint32_t phy_address, uint32_t device_type) in ixgb_read_phy_reg() argument
756 ASSERT(device_type <= IXGB_MAX_PHY_DEV_TYPE); in ixgb_read_phy_reg()
760 (device_type << IXGB_MSCA_DEV_TYPE_SHIFT) | in ixgb_read_phy_reg()
786 (device_type << IXGB_MSCA_DEV_TYPE_SHIFT) | in ixgb_read_phy_reg()
836 uint32_t phy_address, uint32_t device_type, uint16_t data) in ixgb_write_phy_reg() argument
843 ASSERT(device_type <= IXGB_MAX_PHY_DEV_TYPE); in ixgb_write_phy_reg()
850 (device_type << IXGB_MSCA_DEV_TYPE_SHIFT) | in ixgb_write_phy_reg()
876 (device_type << IXGB_MSCA_DEV_TYPE_SHIFT) | in ixgb_write_phy_reg()
H A Dixgbe.h295 uint32_t device_type, uint16_t *phy_data);
297 uint32_t device_type, uint16_t phy_data);
299 uint32_t device_type, uint16_t *phy_data);
301 uint32_t device_type, uint16_t phy_data);
H A Dixgbe_x550.c77 uint32_t device_type, uint32_t data);
79 uint32_t device_type, uint32_t *data);
83 uint32_t device_type, uint32_t data);
85 uint32_t device_type, uint32_t *data);
109 uint32_t device_type, uint16_t *phy_data);
111 uint32_t device_type, uint16_t phy_data);
598 uint32_t device_type, uint16_t *phy_data) in ixgbe_read_phy_reg_x550em() argument
604 uint32_t device_type, uint16_t phy_data) in ixgbe_write_phy_reg_x550em() argument
1096 * @device_type: 3 bit device type
1100 uint32_t device_type, uint32_ in ixgbe_write_iosf_sb_reg_x550() argument
1146 ixgbe_read_iosf_sb_reg_x550(struct ixgbe_hw * hw,uint32_t reg_addr,uint32_t device_type,uint32_t * data) ixgbe_read_iosf_sb_reg_x550() argument
1261 ixgbe_write_iosf_sb_reg_x550a(struct ixgbe_hw * hw,uint32_t reg_addr,uint32_t device_type,uint32_t data) ixgbe_write_iosf_sb_reg_x550a() argument
1290 ixgbe_read_iosf_sb_reg_x550a(struct ixgbe_hw * hw,uint32_t reg_addr,uint32_t device_type,uint32_t * data) ixgbe_read_iosf_sb_reg_x550a() argument
4137 ixgbe_read_phy_reg_x550a(struct ixgbe_hw * hw,uint32_t reg_addr,uint32_t device_type,uint16_t * phy_data) ixgbe_read_phy_reg_x550a() argument
4165 ixgbe_write_phy_reg_x550a(struct ixgbe_hw * hw,uint32_t reg_addr,uint32_t device_type,uint16_t phy_data) ixgbe_write_phy_reg_x550a() argument
[all...]
H A Dixgbe_phy.c653 uint32_t device_type, uint16_t *phy_data) in ixgbe_read_phy_reg_mdi() argument
659 (device_type << IXGBE_MSCA_DEV_TYPE_SHIFT) | in ixgbe_read_phy_reg_mdi()
690 (device_type << IXGBE_MSCA_DEV_TYPE_SHIFT) | in ixgbe_read_phy_reg_mdi()
735 uint32_t device_type, uint16_t *phy_data) in ixgbe_read_phy_reg_generic() argument
745 status = hw->phy.ops.read_reg_mdi(hw, reg_addr, device_type, phy_data); in ixgbe_read_phy_reg_generic()
761 uint32_t device_type, uint16_t phy_data) in ixgbe_write_phy_reg_mdi() argument
770 (device_type << IXGBE_MSCA_DEV_TYPE_SHIFT) | in ixgbe_write_phy_reg_mdi()
799 (device_type << IXGBE_MSCA_DEV_TYPE_SHIFT) | in ixgbe_write_phy_reg_mdi()
835 uint32_t device_type, uint16_t phy_data) in ixgbe_write_phy_reg_generic() argument
843 status = hw->phy.ops.write_reg_mdi(hw, reg_addr, device_type, in ixgbe_write_phy_reg_generic()
H A Dixgb_hw.h827 uint32_t phy_addr, uint32_t device_type);
830 uint32_t phy_addr, uint32_t device_type,
/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_bios.c2484 devdata->child.device_type &= ~DEVICE_TYPE_TMDS_DVI_SIGNALING; in sanitize_device_type()
2485 devdata->child.device_type |= DEVICE_TYPE_NOT_HDMI_OUTPUT; in sanitize_device_type()
2491 return devdata->child.device_type & DEVICE_TYPE_ANALOG_OUTPUT; in intel_bios_encoder_supports_crt()
2497 return devdata->child.device_type & DEVICE_TYPE_TMDS_DVI_SIGNALING; in intel_bios_encoder_supports_dvi()
2504 (devdata->child.device_type & DEVICE_TYPE_NOT_HDMI_OUTPUT) == 0; in intel_bios_encoder_supports_hdmi()
2510 return devdata->child.device_type & DEVICE_TYPE_DISPLAYPORT_OUTPUT; in intel_bios_encoder_supports_dp()
2517 devdata->child.device_type & DEVICE_TYPE_INTERNAL_CONNECTOR; in intel_bios_encoder_supports_edp()
2523 return devdata->child.device_type & DEVICE_TYPE_MIPI_OUTPUT; in intel_bios_encoder_supports_dsi()
2758 if (!child->device_type) in parse_general_definitions()
2763 child->device_type); in parse_general_definitions()
[all …]
H A Dintel_vbt_defs.h399 u16 device_type; /* See DEVICE_TYPE_* above */ member
/openbsd-src/sys/dev/pci/drm/amd/display/dc/bios/
H A Dbios_parser.c2053 result_device_id.device_type = DEVICE_TYPE_LCD; in device_type_from_device_id()
2058 result_device_id.device_type = DEVICE_TYPE_LCD; in device_type_from_device_id()
2063 result_device_id.device_type = DEVICE_TYPE_CRT; in device_type_from_device_id()
2068 result_device_id.device_type = DEVICE_TYPE_CRT; in device_type_from_device_id()
2073 result_device_id.device_type = DEVICE_TYPE_DFP; in device_type_from_device_id()
2078 result_device_id.device_type = DEVICE_TYPE_DFP; in device_type_from_device_id()
2083 result_device_id.device_type = DEVICE_TYPE_DFP; in device_type_from_device_id()
2088 result_device_id.device_type = DEVICE_TYPE_DFP; in device_type_from_device_id()
2093 result_device_id.device_type = DEVICE_TYPE_DFP; in device_type_from_device_id()
2098 result_device_id.device_type in get_atom_data_table_revision()
2144 enum dal_device_type device_type = device_id.device_type; get_support_mask_for_device_id() local
[all...]
H A Dbios_parser2.c712 result_device_id.device_type = DEVICE_TYPE_LCD; in device_type_from_device_id()
717 result_device_id.device_type = DEVICE_TYPE_LCD; in device_type_from_device_id()
722 result_device_id.device_type = DEVICE_TYPE_DFP; in device_type_from_device_id()
727 result_device_id.device_type = DEVICE_TYPE_DFP; in device_type_from_device_id()
732 result_device_id.device_type = DEVICE_TYPE_DFP; in device_type_from_device_id()
737 result_device_id.device_type = DEVICE_TYPE_DFP; in device_type_from_device_id()
742 result_device_id.device_type = DEVICE_TYPE_DFP; in device_type_from_device_id()
747 result_device_id.device_type = DEVICE_TYPE_DFP; in device_type_from_device_id()
753 result_device_id.device_type = DEVICE_TYPE_UNKNOWN; in device_type_from_device_id()
1543 enum dal_device_type device_type in get_support_mask_for_device_id() local
[all...]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/link/
H A Dlink_factory.c679 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()
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_privacy_screen.c366 static struct device_type drm_privacy_screen_type = {
H A Ddrm_mipi_dsi.c127 static const struct device_type mipi_dsi_device_type = {
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DOpenMPKinds.def169 // Device types for 'device_type' clause.
H A DDiagnosticParseKinds.td1388 …lause, only %select{'device_type'|'to' or 'link'|'to', 'link' or 'device_type'|'device_type', 'ind…
1390 …e, only %select{'device_type'|'enter' or 'link'|'enter', 'link' or 'device_type'|'device_type', 'i…
1392 …"unexpected '(', only 'to', 'link' or 'device_type' clauses expected for 'begin declare target' di…
1408 "only 'device_type(any)' clause is allowed with indirect clause">;
1492 : Warning<"more than one 'device_type' clause is specified">,
H A DDiagnosticSemaKinds.td10994 …"'device_type(%0)' does not match previously specified 'device_type(%1)' for the same declaration"…
10996 "function with 'device_type(%0)' is not available on %select{device|host}1">;
10997 def note_omp_marked_device_type_here : Note<"marked as 'device_type(%0)' here">;
H A DAttrDocs.td4382 device_type(host | nohost | any)
/openbsd-src/sys/dev/pci/drm/amd/display/include/
H A Dgrph_object_ctrl_defs.h66 enum dal_device_type device_type:16; member
/openbsd-src/usr.sbin/ldomctl/
H A Dconfig.c251 const char *device_type; in pri_init_phys_io() local
261 md_get_prop_str(md, node, "device-type", &device_type) && in pri_init_phys_io()
262 strcmp(device_type, "pciex") == 0) { in pri_init_phys_io()
2217 const char *device_type; in guest_prune_phys_io() local
2227 &device_type)) in guest_prune_phys_io()
2228 device_type = "unknown"; in guest_prune_phys_io()
2229 if (strcmp(device_type, "pciex") != 0) { in guest_prune_phys_io()
/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenACC/
H A DACC.td134 def ACCC_DeviceType : Clause<"device_type"> {
/openbsd-src/gnu/llvm/clang/docs/
H A DOpenMPSupport.rst179 | device | clause: device_type | :go…
/openbsd-src/lib/libcurses/
H A Dterm.h593 #define device_type CUR Strings[362] macro
H A DCaps717 device_type devt str dv - - ----- Indicate language/codeset support
/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td400 def OMPC_DeviceType : Clause<"device_type"> {}