/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-rockchip.c | 299 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/qemu/linux-user/ |
H A D | elfload.c | 208 (*regs)[17] = tswapreg(env->segs[R_CS].selector & 0xffff); in elf_core_copy_regs() 211 (*regs)[20] = tswapreg(env->segs[R_SS].selector & 0xffff); in elf_core_copy_regs() 212 (*regs)[21] = tswapreg(env->segs[R_FS].selector & 0xffff); in elf_core_copy_regs() 213 (*regs)[22] = tswapreg(env->segs[R_GS].selector & 0xffff); in elf_core_copy_regs() 214 (*regs)[23] = tswapreg(env->segs[R_DS].selector & 0xffff); in elf_core_copy_regs() 215 (*regs)[24] = tswapreg(env->segs[R_ES].selector & 0xffff); in elf_core_copy_regs() 216 (*regs)[25] = tswapreg(env->segs[R_FS].selector & 0xffff); in elf_core_copy_regs() 217 (*regs)[26] = tswapreg(env->segs[R_GS].selector & 0xffff); in elf_core_copy_regs() 305 (*regs)[7] = tswapreg(env->segs[R_DS].selector & 0xffff); in elf_core_copy_regs() 306 (*regs)[8] = tswapreg(env->segs[R_ES].selector & 0xffff); in elf_core_copy_regs() [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | rk3288-miqi.dtsi | 137 fcs,suspend-voltage-selector = <1>; 151 fcs,suspend-voltage-selector = <1>;
|
H A D | rk3288-firefly.dtsi | 173 fcs,suspend-voltage-selector = <1>; 185 fcs,suspend-voltage-selector = <1>;
|
/openbmc/linux/drivers/pinctrl/renesas/ |
H A D | pinctrl-rza2.c | 432 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 D | rk3288-miqi.dts | 142 fcs,suspend-voltage-selector = <1>; 156 fcs,suspend-voltage-selector = <1>;
|
/openbmc/linux/drivers/regulator/ |
H A D | lp8788-buck.c | 257 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 D | cxgbit_main.c | 599 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/net/netfilter/ |
H A D | nft_meta.c | 758 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 D | nft_payload.c | 264 payload = nft_expr_priv(track->regs[priv->dreg].selector); in nft_payload_reduce() 1017 if (!track->regs[i].selector) in nft_payload_set_reduce() 1020 if (track->regs[i].selector->ops != &nft_payload_ops && in nft_payload_set_reduce() 1021 track->regs[i].selector->ops != &nft_payload_fast_ops) in nft_payload_set_reduce()
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3588s-rock-5a.dts | 157 fcs,suspend-voltage-selector = <1>; 174 fcs,suspend-voltage-selector = <1>; 195 fcs,suspend-voltage-selector = <1>;
|
H A D | rk3399-evb.dts | 360 fcs,suspend-voltage-selector = <1>; 377 fcs,suspend-voltage-selector = <1>;
|
/openbmc/qemu/target/i386/hvf/ |
H A D | x86hvf.c | 38 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 D | pinctrl-wpcm450.c | 845 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/openbmc/meta-phosphor/recipes-phosphor/settings/ |
H A D | phosphor-settings-manager_git.bb | 30 # the Legacy/EFI boot override selector for systems with x86 host
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | AUTHORS | 17 possible to _remove_ the CSS selector code from Beautiful Soup.
|
/openbmc/linux/arch/x86/math-emu/ |
H A D | fpu_entry.c | 240 entry_sel_off.selector = FPU_CS; in math_emulate() 471 operand_address.selector = FPU_DS; in math_emulate()
|
H A D | fpu_emu.h | 114 unsigned int selector:16; member
|
/openbmc/linux/drivers/usb/core/ |
H A D | hub.c | 469 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 D | en_dcbnl.c | 460 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 D | nvidia,tegra30-ahub.txt | 70 nvidia,dma-request-selector = <&apbdma 1>;
|
/openbmc/qemu/bsd-user/i386/ |
H A D | target_arch_cpu.h | 102 env->segs[R_FS].selector = 0; in target_cpu_init()
|
/openbmc/linux/Documentation/devicetree/bindings/dma/ |
H A D | renesas,rz-dmac.yaml | 27 - description: DMA extended resource selector block
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-timecard | 22 PPS adjustments come from the PPS1 selector (default) 36 PPS1 signal is sent to the PPS1 selector 37 PPS2 signal is sent to the PPS2 selector
|
/openbmc/qemu/target/i386/ |
H A D | cpu.h | 1415 uint32_t selector; member 2314 X86Seg seg_reg, unsigned int selector, in cpu_x86_load_seg_cache() argument 2323 sc->selector = selector; in cpu_x86_load_seg_cache() 2393 int cpu_x86_get_descr_debug(CPUX86State *env, unsigned int selector, 2405 void cpu_x86_load_seg(CPUX86State *s, X86Seg seg_reg, int selector);
|