/netbsd-src/sys/arch/riscv/fdt/ |
H A D | cpu_fdt.c | 189 const char *device_type; in cpu_fdt_match() local
|
/netbsd-src/sys/dev/pci/ixgbe/ |
H A D | ixgbe_x550.c | 630 u32 device_type, u16 *phy_data) in ixgbe_read_phy_reg_x550em() 637 u32 device_type, u16 phy_data) in ixgbe_write_phy_reg_x550em() 1309 u32 device_type, u32 data) in ixgbe_write_iosf_sb_reg_x550() 1355 u32 device_type, u32 *data) in ixgbe_read_iosf_sb_reg_x550() 1470 u32 device_type, u32 data) in ixgbe_write_iosf_sb_reg_x550a() 1500 u32 device_type, u32 *data) in ixgbe_read_iosf_sb_reg_x550a() 4558 u32 device_type, u16 *phy_data) in ixgbe_read_phy_reg_x550a() 4586 u32 device_type, u16 phy_data) in ixgbe_write_phy_reg_x550a()
|
H A D | ixgbe_phy.c | 585 s32 ixgbe_read_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, in ixgbe_read_phy_reg_mdi() 668 u32 device_type, u16 *phy_data) in ixgbe_read_phy_reg_generic() 694 u32 device_type, u16 phy_data) in ixgbe_write_phy_reg_mdi() 768 u32 device_type, u16 phy_data) in ixgbe_write_phy_reg_generic()
|
H A D | ixgbe_api.c | 534 s32 ixgbe_read_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, in ixgbe_read_phy_reg() 553 s32 ixgbe_write_phy_reg(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, in ixgbe_write_phy_reg() 1256 u32 device_type, u32 *phy_data) in ixgbe_read_iosf_sb_reg() 1272 u32 device_type, u32 phy_data) in ixgbe_write_iosf_sb_reg()
|
/netbsd-src/usr.sbin/ofctl/ |
H A D | ofctl.c | 493 char device_type[33]; in main() local 575 char device_type[33]; in ofname() local 718 char device_type[33]; in oflist() local
|
/netbsd-src/sys/arch/arm/fdt/ |
H A D | cpu_fdt.c | 69 const char *device_type; in cpu_fdt_match() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | acc_prof.h | 106 acc_device_t device_type; member 208 acc_device_t device_type; member
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | acc_prof.h | 106 acc_device_t device_type; member 208 acc_device_t device_type; member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/ |
H A D | gcn-run.cc | 249 hsa_device_type_t device_type; in get_gpu_agent() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
H A D | opregion.c | 75 u16 device_type; member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
H A D | gcn-run.c | 267 hsa_device_type_t device_type; in get_gpu_agent() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/ |
H A D | amdgpu_bios_parser2.c | 969 enum dal_device_type device_type = device_id.device_type; in get_support_mask_for_device_id() local
|
H A D | amdgpu_bios_parser.c | 2137 enum dal_device_type device_type = device_id.device_type; in get_support_mask_for_device_id() local
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/ |
H A D | plugin-gcn.c | 909 hsa_device_type_t device_type; in dump_hsa_agent_info() local 1407 hsa_device_type_t device_type; in suitable_hsa_agent_p() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/ |
H A D | plugin-gcn.c | 912 hsa_device_type_t device_type; in dump_hsa_agent_info() local 1413 hsa_device_type_t device_type; in suitable_hsa_agent_p() local
|
H A D | plugin-hsa.c | 549 hsa_device_type_t device_type; in suitable_hsa_agent_p() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/include/ |
H A D | grph_object_ctrl_defs.h | 68 enum dal_device_type device_type:16; member
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
H A D | intel_vbt_defs.h | 361 u16 device_type; /* See DEVICE_TYPE_* above */ member
|
/netbsd-src/external/mit/libuv/dist/src/win/ |
H A D | winapi.h | 4496 # define CTL_CODE(device_type, function, method, access) \ argument
|
/netbsd-src/lib/libterminfo/ |
H A D | term.h | 1177 #define device_type t_device_type(cur_term) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 20623 int device_type = 0; in c_parser_omp_declare_target() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | parser.cc | 45830 handle_omp_declare_target_clause (tree c, tree t, int device_type) in handle_omp_declare_target_clause() 45911 int device_type = 0; in cp_parser_omp_declare_target() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.cc | 21992 int device_type = 0; in c_parser_omp_declare_target() local
|
/netbsd-src/external/mit/xorg/lib/libxcb/files/ |
H A D | xinput.h | 150 xcb_atom_t device_type; member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 42095 int device_type = 0; in cp_parser_omp_declare_target() local
|