Home
last modified time | relevance | path

Searched refs:_hw (Results 1 – 25 of 753) sorted by relevance

12345678910>>...31

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/clk/qcom/
H A Dclk-rcg.h95 #define to_clk_rcg(_hw) container_of(to_clk_regmap(_hw), struct clk_rcg, clkr) argument
128 #define to_clk_dyn_rcg(_hw) \ argument
129 container_of(to_clk_regmap(_hw), struct clk_dyn_rcg, clkr)
154 #define to_clk_rcg2(_hw) container_of(to_clk_regmap(_hw), struct clk_rcg2, clkr) argument
162 #define to_clk_rcg2_gfx3d(_hw) \ argument
163 container_of(to_clk_rcg2(_hw), struct clk_rcg2_gfx3d, rcg)
H A Dclk-krait.h23 #define to_krait_mux_clk(_hw) container_of(_hw, struct krait_mux_clk, hw) argument
36 #define to_krait_div2_clk(_hw) container_of(_hw, struct krait_div2_clk, hw) argument
H A Dclk-branch.h45 #define to_clk_branch(_hw) \ argument
46 container_of(to_clk_regmap(_hw), struct clk_branch, clkr)
H A Dclk-hfpll.h39 #define to_clk_hfpll(_hw) \ argument
40 container_of(to_clk_regmap(_hw), struct clk_hfpll, clkr)
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/clk/qcom/
H A Dclk-rcg.h95 #define to_clk_rcg(_hw) container_of(to_clk_regmap(_hw), struct clk_rcg, clkr) argument
128 #define to_clk_dyn_rcg(_hw) \ argument
129 container_of(to_clk_regmap(_hw), struct clk_dyn_rcg, clkr)
154 #define to_clk_rcg2(_hw) container_of(to_clk_regmap(_hw), struct clk_rcg2, clkr) argument
162 #define to_clk_rcg2_gfx3d(_hw) \ argument
163 container_of(to_clk_rcg2(_hw), struct clk_rcg2_gfx3d, rcg)
H A Dclk-krait.h23 #define to_krait_mux_clk(_hw) container_of(_hw, struct krait_mux_clk, hw) argument
36 #define to_krait_div2_clk(_hw) container_of(_hw, struct krait_div2_clk, hw) argument
H A Dclk-branch.h45 #define to_clk_branch(_hw) \ argument
46 container_of(to_clk_regmap(_hw), struct clk_branch, clkr)
H A Dclk-hfpll.h39 #define to_clk_hfpll(_hw) \ argument
40 container_of(to_clk_regmap(_hw), struct clk_hfpll, clkr)
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/clk/qcom/
H A Dclk-rcg.h95 #define to_clk_rcg(_hw) container_of(to_clk_regmap(_hw), struct clk_rcg, clkr) argument
128 #define to_clk_dyn_rcg(_hw) \ argument
129 container_of(to_clk_regmap(_hw), struct clk_dyn_rcg, clkr)
154 #define to_clk_rcg2(_hw) container_of(to_clk_regmap(_hw), struct clk_rcg2, clkr) argument
162 #define to_clk_rcg2_gfx3d(_hw) \ argument
163 container_of(to_clk_rcg2(_hw), struct clk_rcg2_gfx3d, rcg)
H A Dclk-krait.h23 #define to_krait_mux_clk(_hw) container_of(_hw, struct krait_mux_clk, hw) argument
36 #define to_krait_div2_clk(_hw) container_of(_hw, struct krait_div2_clk, hw) argument
H A Dclk-branch.h45 #define to_clk_branch(_hw) \ argument
46 container_of(to_clk_regmap(_hw), struct clk_branch, clkr)
H A Dclk-hfpll.h39 #define to_clk_hfpll(_hw) \ argument
40 container_of(to_clk_regmap(_hw), struct clk_hfpll, clkr)
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/maschine2/
H A Dmaschine2.cc110 , _hw (0) in Maschine2()
225 _hw = new Maschine2Mikro (); in start()
230 _hw = new Maschine2Mk2 (); in start()
241 _canvas = new Maschine2Canvas (*this, _hw); in start()
274 if (_handle && _hw) { in stop()
275 _hw->clear (); in stop()
276 _hw->write (_handle, NULL); in stop()
294 delete _hw; in stop()
298 _hw = 0; in stop()
333 _hw->read (_handle, _ctrl); in dev_read()
[all …]
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/ngen/
H A Dngen_level_zero.hpp45 …static void getHWInfo(ze_context_handle_t context, ze_device_handle_t device, HW &_hw, int &steppi…
88 …or<hw>::getHWInfo(ze_context_handle_t context, ze_device_handle_t device, HW &_hw, int &steppingID) in getHWInfo() argument
115 ELFCodeGenerator<hw>::getHWInfo(binary, _hw, steppingID); in getHWInfo()
121 HW _hw; in detectHW() local
123 getHWInfo(context, device, _hw, steppingID); in detectHW()
125 return _hw; in detectHW()
H A Dngen_opencl.hpp53 static inline void getHWInfo(cl_context context, cl_device_id device, HW &_hw, int &steppingID);
176 void OpenCLCodeGenerator<hw>::getHWInfo(cl_context context, cl_device_id device, HW &_hw, int &step… in getHWInfo() argument
183 ELFCodeGenerator<hw>::getHWInfo(binary, _hw, steppingID); in getHWInfo()
189 HW _hw; in detectHW() local
191 getHWInfo(context, device, _hw, steppingID); in detectHW()
193 return _hw; in detectHW()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type.h83 #define IXGBE_BY_MAC(_hw, r) ((_hw)->mvals[IXGBE_CAT(r, IDX)]) argument
97 #define IXGBE_I2CCTL(_hw) IXGBE_BY_MAC((_hw), I2CCTL) argument
111 #define IXGBE_EEC(_hw) IXGBE_BY_MAC((_hw), EEC) argument
119 #define IXGBE_FLA(_hw) IXGBE_BY_MAC((_hw), FLA) argument
131 #define IXGBE_GRC(_hw) IXGBE_BY_MAC((_hw), GRC) argument
181 #define IXGBE_I2C_BB_EN(_hw) IXGBE_BY_MAC((_hw), I2C_BB_EN) argument
965 #define IXGBE_FACTPS(_hw) IXGBE_BY_MAC((_hw), FACTPS) argument
973 #define IXGBE_SWSM(_hw) IXGBE_BY_MAC((_hw), SWSM) argument
979 #define IXGBE_FWSM(_hw) IXGBE_BY_MAC((_hw), FWSM) argument
1007 #define IXGBE_CIAA(_hw) IXGBE_BY_MAC((_hw), CIAA) argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type.h83 #define IXGBE_BY_MAC(_hw, r) ((_hw)->mvals[IXGBE_CAT(r, IDX)]) argument
97 #define IXGBE_I2CCTL(_hw) IXGBE_BY_MAC((_hw), I2CCTL) argument
111 #define IXGBE_EEC(_hw) IXGBE_BY_MAC((_hw), EEC) argument
119 #define IXGBE_FLA(_hw) IXGBE_BY_MAC((_hw), FLA) argument
131 #define IXGBE_GRC(_hw) IXGBE_BY_MAC((_hw), GRC) argument
181 #define IXGBE_I2C_BB_EN(_hw) IXGBE_BY_MAC((_hw), I2C_BB_EN) argument
965 #define IXGBE_FACTPS(_hw) IXGBE_BY_MAC((_hw), FACTPS) argument
973 #define IXGBE_SWSM(_hw) IXGBE_BY_MAC((_hw), SWSM) argument
979 #define IXGBE_FWSM(_hw) IXGBE_BY_MAC((_hw), FWSM) argument
1007 #define IXGBE_CIAA(_hw) IXGBE_BY_MAC((_hw), CIAA) argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type.h83 #define IXGBE_BY_MAC(_hw, r) ((_hw)->mvals[IXGBE_CAT(r, IDX)]) argument
97 #define IXGBE_I2CCTL(_hw) IXGBE_BY_MAC((_hw), I2CCTL) argument
111 #define IXGBE_EEC(_hw) IXGBE_BY_MAC((_hw), EEC) argument
119 #define IXGBE_FLA(_hw) IXGBE_BY_MAC((_hw), FLA) argument
131 #define IXGBE_GRC(_hw) IXGBE_BY_MAC((_hw), GRC) argument
181 #define IXGBE_I2C_BB_EN(_hw) IXGBE_BY_MAC((_hw), I2C_BB_EN) argument
965 #define IXGBE_FACTPS(_hw) IXGBE_BY_MAC((_hw), FACTPS) argument
973 #define IXGBE_SWSM(_hw) IXGBE_BY_MAC((_hw), SWSM) argument
979 #define IXGBE_FWSM(_hw) IXGBE_BY_MAC((_hw), FWSM) argument
1007 #define IXGBE_CIAA(_hw) IXGBE_BY_MAC((_hw), CIAA) argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/clk/tegra/
H A Dclk.h85 #define to_clk_sync_source(_hw) \ argument
86 container_of(_hw, struct tegra_clk_sync_source, hw)
126 #define to_clk_frac_div(_hw) container_of(_hw, struct tegra_clk_frac_div, hw) argument
385 #define to_clk_pll(_hw) container_of(_hw, struct tegra_clk_pll, hw) argument
515 #define to_clk_pll_out(_hw) container_of(_hw, struct tegra_clk_pll_out, hw) argument
574 #define to_clk_periph_gate(_hw) \ argument
575 container_of(_hw, struct tegra_clk_periph_gate, hw)
632 #define to_clk_periph(_hw) container_of(_hw, struct tegra_clk_periph, hw) argument
755 #define to_clk_super_mux(_hw) container_of(_hw, struct tegra_clk_super_mux, hw) argument
796 #define to_clk_sdmmc_mux(_hw) container_of(_hw, struct tegra_sdmmc_mux, hw) argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/clk/tegra/
H A Dclk.h85 #define to_clk_sync_source(_hw) \ argument
86 container_of(_hw, struct tegra_clk_sync_source, hw)
126 #define to_clk_frac_div(_hw) container_of(_hw, struct tegra_clk_frac_div, hw) argument
385 #define to_clk_pll(_hw) container_of(_hw, struct tegra_clk_pll, hw) argument
515 #define to_clk_pll_out(_hw) container_of(_hw, struct tegra_clk_pll_out, hw) argument
574 #define to_clk_periph_gate(_hw) \ argument
575 container_of(_hw, struct tegra_clk_periph_gate, hw)
632 #define to_clk_periph(_hw) container_of(_hw, struct tegra_clk_periph, hw) argument
755 #define to_clk_super_mux(_hw) container_of(_hw, struct tegra_clk_super_mux, hw) argument
796 #define to_clk_sdmmc_mux(_hw) container_of(_hw, struct tegra_sdmmc_mux, hw) argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/clk/tegra/
H A Dclk.h85 #define to_clk_sync_source(_hw) \ argument
86 container_of(_hw, struct tegra_clk_sync_source, hw)
126 #define to_clk_frac_div(_hw) container_of(_hw, struct tegra_clk_frac_div, hw) argument
385 #define to_clk_pll(_hw) container_of(_hw, struct tegra_clk_pll, hw) argument
515 #define to_clk_pll_out(_hw) container_of(_hw, struct tegra_clk_pll_out, hw) argument
574 #define to_clk_periph_gate(_hw) \ argument
575 container_of(_hw, struct tegra_clk_periph_gate, hw)
632 #define to_clk_periph(_hw) container_of(_hw, struct tegra_clk_periph, hw) argument
755 #define to_clk_super_mux(_hw) container_of(_hw, struct tegra_clk_super_mux, hw) argument
796 #define to_clk_sdmmc_mux(_hw) container_of(_hw, struct tegra_sdmmc_mux, hw) argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/clk/baikal-t1/
H A Dccu-pll.h53 #define to_ccu_pll(_hw) container_of(_hw, struct ccu_pll, hw) argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/clk/baikal-t1/
H A Dccu-pll.h53 #define to_ccu_pll(_hw) container_of(_hw, struct ccu_pll, hw) argument
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/clk/baikal-t1/
H A Dccu-pll.h53 #define to_ccu_pll(_hw) container_of(_hw, struct ccu_pll, hw) argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/clk/
H A Dclk-aspeed.h56 #define to_aspeed_clk_gate(_hw) container_of(_hw, struct aspeed_clk_gate, hw) argument

12345678910>>...31