Searched refs:init_hw (Results 1 - 21 of 21) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_uc.h25 int (*init_hw)(struct intel_uc *uc); member in struct:intel_uc_ops
116 intel_uc_ops_function(init_hw, init_hw, int, 0);
H A Dintel_uc.c761 .init_hw = __uc_check_hw,
774 .init_hw = __uc_init_hw,
/openbsd-current/sys/dev/pci/
H A Digc_api.c268 if (hw->mac.ops.init_hw)
269 return hw->mac.ops.init_hw(hw);
H A Digc_hw.h204 int (*init_hw)(struct igc_hw *); member in struct:igc_mac_operations
H A Digc_i225.c101 mac->ops.init_hw = igc_init_hw_i225;
H A Dif_ngbereg.h748 int (*init_hw)(struct ngbe_softc *); member in struct:ngbe_mac_operations
H A Dixgbe.c135 mac->ops.init_hw = ixgbe_init_hw_generic;
4313 if (hw->mac.ops.init_hw)
4314 return hw->mac.ops.init_hw(hw);
H A Dif_ngbe.c1859 mac->ops.init_hw = ngbe_init_hw;
3665 error = hw->mac.ops.init_hw(sc);
H A Dixgbe_type.h3900 int32_t (*init_hw)(struct ixgbe_hw *); member in struct:ixgbe_mac_operations
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_init.c33 .init_hw = dcn10_init_hw,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn201/
H A Ddcn201_init.c34 .init_hw = dcn201_init_hw,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_init.c34 .init_hw = dcn10_init_hw,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn21/
H A Ddcn21_init.c35 .init_hw = dcn10_init_hw,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_init.c36 .init_hw = dcn30_init_hw,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn31/
H A Ddcn31_init.c38 .init_hw = dcn31_init_hw,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_init.c37 .init_hw = dcn32_init_hw,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn301/
H A Ddcn301_init.c37 .init_hw = dcn10_init_hw,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn314/
H A Ddcn314_init.c40 .init_hw = dcn31_init_hw,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/inc/
H A Dhw_sequencer.h188 void (*init_hw)(struct dc *dc); member in struct:hw_sequencer_funcs
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c2583 static void init_hw(struct dc *dc) function
3138 .init_hw = init_hw,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/core/
H A Damdgpu_dc.c1374 dc->hwss.init_hw(dc);
4595 dc->hwss.init_hw(dc);

Completed in 376 milliseconds