| /openbsd-src/sys/dev/pci/drm/i915/gt/uc/ |
| H A D | intel_uc.h | 25 int (*init_hw)(struct intel_uc *uc); member 116 intel_uc_ops_function(init_hw, init_hw, int, 0);
|
| H A D | intel_uc.c | 761 .init_hw = __uc_check_hw, 774 .init_hw = __uc_init_hw,
|
| /openbsd-src/sys/dev/pci/ |
| H A D | igc_api.c | 268 if (hw->mac.ops.init_hw) in igc_init_hw() 269 return hw->mac.ops.init_hw(hw); in igc_init_hw()
|
| H A D | igc_hw.h | 204 int (*init_hw)(struct igc_hw *); member
|
| H A D | if_ngbereg.h | 748 int (*init_hw)(struct ngbe_softc *); member
|
| H A D | igc_i225.c | 101 mac->ops.init_hw = igc_init_hw_i225; in igc_init_mac_params_i225()
|
| H A D | ixgbe.c | 134 mac->ops.init_hw = ixgbe_init_hw_generic; in ixgbe_init_ops_generic() 4312 if (hw->mac.ops.init_hw) in ixgbe_init_hw() 4313 return hw->mac.ops.init_hw(hw); in ixgbe_init_hw()
|
| H A D | if_ngbe.c | 1859 mac->ops.init_hw = ngbe_init_hw; in ngbe_init_ops() 3665 error = hw->mac.ops.init_hw(sc); in ngbe_reset()
|
| H A D | ixgbe_type.h | 3906 int32_t (*init_hw)(struct ixgbe_hw *); 3900 int32_t (*init_hw)(struct ixgbe_hw *); global() member
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn10/ |
| H A D | dcn10_init.c | 33 .init_hw = dcn10_init_hw,
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn201/ |
| H A D | dcn201_init.c | 34 .init_hw = dcn201_init_hw,
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn21/ |
| H A D | dcn21_init.c | 35 .init_hw = dcn10_init_hw,
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn301/ |
| H A D | dcn301_init.c | 37 .init_hw = dcn10_init_hw,
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn20/ |
| H A D | dcn20_init.c | 34 .init_hw = dcn10_init_hw,
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn314/ |
| H A D | dcn314_init.c | 40 .init_hw = dcn31_init_hw,
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn31/ |
| H A D | dcn31_init.c | 38 .init_hw = dcn31_init_hw,
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn30/ |
| H A D | dcn30_init.c | 36 .init_hw = dcn30_init_hw,
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn32/ |
| H A D | dcn32_init.c | 37 .init_hw = dcn32_init_hw,
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/inc/ |
| H A D | hw_sequencer.h | 188 void (*init_hw)(struct dc *dc); member
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/dce110/ |
| H A D | dce110_hw_sequencer.c | 2583 static void init_hw(struct dc *dc) in init_hw() function 3138 .init_hw = init_hw,
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/core/ |
| H A D | amdgpu_dc.c | 1375 dc->hwss.init_hw(dc); in dc_hardware_init() 4597 dc->hwss.init_hw(dc); in dc_set_power_state()
|