Home
last modified time | relevance | path

Searched refs:selector (Results 301 – 325 of 517) sorted by relevance

1...<<1112131415161718192021

/openbmc/linux/net/netfilter/
H A Dnft_osf.c147 osf = nft_expr_priv(track->regs[priv->dreg].selector); in nft_osf_reduce()
H A Dnft_fib.c194 fib = nft_expr_priv(track->regs[priv->dreg].selector); in nft_fib_reduce()
H A Dnft_meta.c758 meta = nft_expr_priv(track->regs[priv->dreg].selector); in nft_meta_get_reduce()
789 if (!track->regs[i].selector) in nft_meta_set_reduce()
792 if (track->regs[i].selector->ops != &nft_meta_get_ops) in nft_meta_set_reduce()
H A Dnft_payload.c264 payload = nft_expr_priv(track->regs[priv->dreg].selector); in nft_payload_reduce()
1014 if (!track->regs[i].selector) in nft_payload_set_reduce()
1017 if (track->regs[i].selector->ops != &nft_payload_ops && in nft_payload_set_reduce()
1018 track->regs[i].selector->ops != &nft_payload_fast_ops) in nft_payload_set_reduce()
/openbmc/ipmitool/lib/
H A Dipmi_hpmfwupg.c336 getCompProp.req.selector = HPMFWUPG_COMP_GEN_PROPERTIES; in HpmfwupgTargetCheck()
349 getCompProp.req.selector = HPMFWUPG_COMP_DESCRIPTION_STRING; in HpmfwupgTargetCheck()
361 getCompProp.req.selector = HPMFWUPG_COMP_CURRENT_VERSION; in HpmfwupgTargetCheck()
384 getCompProp.req.selector = HPMFWUPG_COMP_ROLLBACK_FIRMWARE_VERSION; in HpmfwupgTargetCheck()
410 getCompProp.req.selector = HPMFWUPG_COMP_DEFERRED_FIRMWARE_VERSION; in HpmfwupgTargetCheck()
751 getCompPropCmd.req.selector = HPMFWUPG_COMP_GEN_PROPERTIES; in HpmfwupgPreparationStage()
1552 switch (pCtx->req.selector) { in HpmfwupgGetComponentProperties()
2590 if (str2uchar(argv[2], &(cmdCtx.req.selector)) != 0 in ipmi_hpmfwupg_main()
2591 || cmdCtx.req.selector > 4) { in ipmi_hpmfwupg_main()
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-rockchip.c299 unsigned selector) in rockchip_get_group_name() argument
303 return info->groups[selector].name; in rockchip_get_group_name()
307 unsigned selector, const unsigned **pins, in rockchip_get_group_pins() argument
312 if (selector >= info->ngroups) in rockchip_get_group_pins()
315 *pins = info->groups[selector].pins; in rockchip_get_group_pins()
316 *npins = info->groups[selector].npins; in rockchip_get_group_pins()
2695 unsigned selector) in rockchip_pmx_get_func_name() argument
2699 return info->functions[selector].name; in rockchip_pmx_get_func_name()
2703 unsigned selector, const char * const **groups, in rockchip_pmx_get_groups() argument
2708 *groups = info->functions[selector].groups; in rockchip_pmx_get_groups()
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Drk3288-miqi.dtsi137 fcs,suspend-voltage-selector = <1>;
151 fcs,suspend-voltage-selector = <1>;
H A Drk3288-firefly.dtsi173 fcs,suspend-voltage-selector = <1>;
185 fcs,suspend-voltage-selector = <1>;
/openbmc/linux/drivers/pinctrl/renesas/
H A Dpinctrl-rza2.c432 static int rza2_set_mux(struct pinctrl_dev *pctldev, unsigned int selector, in rza2_set_mux() argument
444 func = pinmux_generic_get_function(pctldev, selector); in rza2_set_mux()
/openbmc/linux/arch/arm/boot/dts/rockchip/
H A Drk3288-miqi.dts142 fcs,suspend-voltage-selector = <1>;
156 fcs,suspend-voltage-selector = <1>;
/openbmc/linux/drivers/regulator/
H A Dlp8788-buck.c257 unsigned selector) in lp8788_buck12_set_voltage_sel() argument
270 return lp8788_update_bits(buck->lp, addr, LP8788_VOUT_M, selector); in lp8788_buck12_set_voltage_sel()
/openbmc/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_main.c599 if ((iscsi_app->app.selector != IEEE_8021QAZ_APP_SEL_STREAM) && in cxgbit_dcb_workfn()
600 (iscsi_app->app.selector != IEEE_8021QAZ_APP_SEL_ANY)) in cxgbit_dcb_workfn()
606 if (iscsi_app->app.selector != DCB_APP_IDTYPE_PORTNUM) in cxgbit_dcb_workfn()
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3588s-rock-5a.dts157 fcs,suspend-voltage-selector = <1>;
174 fcs,suspend-voltage-selector = <1>;
195 fcs,suspend-voltage-selector = <1>;
H A Drk3399-evb.dts360 fcs,suspend-voltage-selector = <1>;
377 fcs,suspend-voltage-selector = <1>;
/openbmc/qemu/target/i386/hvf/
H A Dx86hvf.c38 vmx_seg->sel = qseg->selector; in hvf_set_segment()
42 if (!qseg->selector && !x86_is_real(cs) && !is_tr) { in hvf_set_segment()
62 qseg->selector = vmx_seg->sel; in hvf_get_segment()
/openbmc/linux/drivers/pinctrl/nuvoton/
H A Dpinctrl-wpcm450.c845 unsigned int selector) in wpcm450_get_group_name() argument
847 return wpcm450_groups[selector].name; in wpcm450_get_group_name()
851 unsigned int selector, in wpcm450_get_group_pins() argument
855 *npins = wpcm450_groups[selector].num_pins; in wpcm450_get_group_pins()
856 *pins = wpcm450_groups[selector].pins; in wpcm450_get_group_pins()
/openbmc/qemu/target/i386/
H A Dcpu.h1363 uint32_t selector; member
2256 X86Seg seg_reg, unsigned int selector, in cpu_x86_load_seg_cache() argument
2265 sc->selector = selector; in cpu_x86_load_seg_cache()
2335 int cpu_x86_get_descr_debug(CPUX86State *env, unsigned int selector,
2347 void cpu_x86_load_seg(CPUX86State *s, X86Seg seg_reg, int selector);
/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/
H A Dphosphor-settings-manager_git.bb30 # the Legacy/EFI boot override selector for systems with x86 host
/openbmc/linux/arch/x86/math-emu/
H A Dfpu_entry.c240 entry_sel_off.selector = FPU_CS; in math_emulate()
471 operand_address.selector = FPU_DS; in math_emulate()
H A Dfpu_emu.h114 unsigned int selector:16; member
/openbmc/linux/drivers/usb/core/
H A Dhub.c469 switch (selector) { in to_led_name()
495 to_led_name(selector), status); in set_port_led()
513 unsigned selector, mode; in led_work() local
521 selector = HUB_LED_AUTO; in led_work()
526 selector = HUB_LED_GREEN; in led_work()
530 selector = HUB_LED_OFF; in led_work()
535 selector = HUB_LED_AMBER; in led_work()
539 selector = HUB_LED_OFF; in led_work()
544 selector = HUB_LED_GREEN; in led_work()
548 selector = HUB_LED_AMBER; in led_work()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_dcbnl.c460 if ((app->selector != IEEE_8021QAZ_APP_SEL_DSCP) || in mlx5e_dcbnl_ieee_setapp()
465 temp.selector = IEEE_8021QAZ_APP_SEL_DSCP; in mlx5e_dcbnl_ieee_setapp()
513 if ((app->selector != IEEE_8021QAZ_APP_SEL_DSCP) || in mlx5e_dcbnl_ieee_delapp()
1098 temp.selector = IEEE_8021QAZ_APP_SEL_DSCP; in mlx5e_dcbnl_dscp_app()
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dnvidia,tegra30-ahub.txt70 nvidia,dma-request-selector = <&apbdma 1>;
/openbmc/qemu/bsd-user/i386/
H A Dtarget_arch_cpu.h102 env->segs[R_FS].selector = 0; in target_cpu_init()
/openbmc/linux/Documentation/devicetree/bindings/dma/
H A Drenesas,rz-dmac.yaml27 - description: DMA extended resource selector block

1...<<1112131415161718192021