Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_uc.h25 int (*init_hw)(struct intel_uc *uc); member
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-src/sys/dev/pci/
H A Digc_api.c268 if (hw->mac.ops.init_hw) in igc_init_hw()
269 return hw->mac.ops.init_hw(hw); in igc_init_hw()
H A Digc_hw.h204 int (*init_hw)(struct igc_hw *); member
H A Dif_ngbereg.h748 int (*init_hw)(struct ngbe_softc *); member
H A Digc_i225.c101 mac->ops.init_hw = igc_init_hw_i225; in igc_init_mac_params_i225()
H A Dixgbe.c134 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 Dif_ngbe.c1859 mac->ops.init_hw = ngbe_init_hw; in ngbe_init_ops()
3665 error = hw->mac.ops.init_hw(sc); in ngbe_reset()
H A Dixgbe_type.h3906 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 Ddcn10_init.c33 .init_hw = dcn10_init_hw,
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn201/
H A Ddcn201_init.c34 .init_hw = dcn201_init_hw,
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn21/
H A Ddcn21_init.c35 .init_hw = dcn10_init_hw,
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn301/
H A Ddcn301_init.c37 .init_hw = dcn10_init_hw,
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_init.c34 .init_hw = dcn10_init_hw,
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn314/
H A Ddcn314_init.c40 .init_hw = dcn31_init_hw,
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn31/
H A Ddcn31_init.c38 .init_hw = dcn31_init_hw,
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_init.c36 .init_hw = dcn30_init_hw,
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_init.c37 .init_hw = dcn32_init_hw,
/openbsd-src/sys/dev/pci/drm/amd/display/dc/inc/
H A Dhw_sequencer.h188 void (*init_hw)(struct dc *dc); member
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c2583 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 Damdgpu_dc.c1375 dc->hwss.init_hw(dc); in dc_hardware_init()
4597 dc->hwss.init_hw(dc); in dc_set_power_state()