Home
last modified time | relevance | path

Searched refs:selector (Results 376 – 400 of 517) sorted by relevance

1...<<1112131415161718192021

/openbmc/ipmitool/include/ipmitool/
H A Dipmi_hpmfwupg.h233 unsigned char selector; member
/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h129 __u16 selector; member
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dkvm.h129 __u16 selector; member
/openbmc/qemu/target/i386/hvf/
H A Dx86.h169 uint64_t selector:16; member
/openbmc/rest-dbus/resources/
H A Djquery.min.js2selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?th…
4selector),c.guid||(c.guid=m.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=functi…
/openbmc/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c1749 iscsi_dcb_app.selector = IEEE_8021QAZ_APP_SEL_STREAM; in get_iscsi_dcb_priority()
1752 iscsi_dcb_app.selector = IEEE_8021QAZ_APP_SEL_ANY; in get_iscsi_dcb_priority()
1756 iscsi_dcb_app.selector = DCB_APP_IDTYPE_PORTNUM; in get_iscsi_dcb_priority()
2392 if ((iscsi_app->app.selector != IEEE_8021QAZ_APP_SEL_STREAM) && in cxgb4_dcb_change_notify()
2393 (iscsi_app->app.selector != IEEE_8021QAZ_APP_SEL_ANY)) in cxgb4_dcb_change_notify()
2398 if (iscsi_app->app.selector != DCB_APP_IDTYPE_PORTNUM) in cxgb4_dcb_change_notify()
/openbmc/u-boot/arch/arm/dts/
H A Drk3399-puma.dtsi221 fcs,suspend-voltage-selector = <1>;
424 fcs,suspend-voltage-selector = <1>;
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-stmfx.c400 unsigned int selector) in stmfx_pinctrl_get_group_name() argument
406 unsigned int selector, in stmfx_pinctrl_get_group_pins() argument
H A Dpinctrl-equilibrium.c317 unsigned int selector, unsigned int group) in eqbr_pinmux_set_mux() argument
325 func = pinmux_generic_get_function(pctldev, selector); in eqbr_pinmux_set_mux()
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3399-nanopi4.dtsi228 fcs,suspend-voltage-selector = <1>;
247 fcs,suspend-voltage-selector = <1>;
H A Drk3399-rock-pi-4.dtsi425 fcs,suspend-voltage-selector = <1>;
444 fcs,suspend-voltage-selector = <1>;
H A Drk3399-hugsun-x99.dts220 fcs,suspend-voltage-selector = <1>;
238 fcs,suspend-voltage-selector = <1>;
H A Drk3368-r88.dts184 fcs,suspend-voltage-selector = <1>;
H A Drk3368-orion-r68-meta.dts200 fcs,suspend-voltage-selector = <1>;
H A Drk3399-khadas-edge.dtsi510 fcs,suspend-voltage-selector = <1>;
529 fcs,suspend-voltage-selector = <1>;
H A Drk3399-roc-pc.dtsi478 fcs,suspend-voltage-selector = <1>;
497 fcs,suspend-voltage-selector = <1>;
H A Drk3568-radxa-cm3i.dtsi126 fcs,suspend-voltage-selector = <1>;
/openbmc/linux/drivers/regulator/
H A Dlp872x.c316 unsigned selector) in lp872x_buck_set_voltage_sel() argument
330 return lp872x_update_bits(lp, addr, mask, selector); in lp872x_buck_set_voltage_sel()
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c1858 TCGv selector = tcg_temp_new(); in gen_op_movl_seg_real() local
1859 tcg_gen_ext16u_tl(selector, seg); in gen_op_movl_seg_real()
1860 tcg_gen_st32_tl(selector, tcg_env, in gen_op_movl_seg_real()
1861 offsetof(CPUX86State,segs[seg_reg].selector)); in gen_op_movl_seg_real()
1862 tcg_gen_shli_tl(cpu_seg_base[seg_reg], selector, 4); in gen_op_movl_seg_real()
2635 segs[last_seg].selector)); in disas_insn_x87()
2964 offsetof(CPUX86State, segs[R_CS].selector)); in disas_insn_x87()
3202 offsetof(CPUX86State, ldt.selector)); in disas_insn_old()
3224 offsetof(CPUX86State, tr.selector)); in disas_insn_old()
/openbmc/linux/drivers/md/
H A DKconfig458 This path selector is a dynamic load balancer which selects
467 This path selector is a dynamic load balancer which selects
477 This path selector is a dynamic load balancer which selects
488 This path selector selects the path based on the CPU the IO is
/openbmc/linux/drivers/hwmon/pmbus/
H A Dpmbus_core.c3067 int max_uv, unsigned int *selector) in pmbus_regulator_set_voltage() argument
3081 *selector = 0; in pmbus_regulator_set_voltage()
3103 unsigned int selector) in pmbus_regulator_list_voltage() argument
3109 if (selector >= rdev->desc->n_voltages || in pmbus_regulator_list_voltage()
3110 selector < rdev->desc->linear_min_sel) in pmbus_regulator_list_voltage()
3113 selector -= rdev->desc->linear_min_sel; in pmbus_regulator_list_voltage()
3115 (rdev->desc->uV_step * selector), 1000); /* convert to mV */ in pmbus_regulator_list_voltage()
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6ul-ccimx6ulsbcpro.dts416 /* Mux selector between eMMC/SD# */
/openbmc/qemu/linux-user/i386/
H A Dcpu_loop.c432 env->segs[R_FS].selector = 0; in target_cpu_copy_regs()
/openbmc/ipmitool/lib/
H A Dipmi_dcmi.c710 ipmi_dcmi_getcapabilities(struct ipmi_intf * intf, uint8_t selector) in ipmi_dcmi_getcapabilities() argument
716 msg_data[1] = selector; in ipmi_dcmi_getcapabilities()
808 ipmi_dcmi_prnt_getcapabilities(struct ipmi_intf * intf, uint8_t selector) in ipmi_dcmi_prnt_getcapabilities() argument
813 rsp = ipmi_dcmi_getcapabilities(intf, selector); in ipmi_dcmi_prnt_getcapabilities()
843 switch (selector) { in ipmi_dcmi_prnt_getcapabilities()
/openbmc/linux/drivers/infiniband/core/
H A Dmulticast.c258 u8 selector, u8 src_value, u8 dst_value) in check_selector() argument
265 switch (selector) { in check_selector()

1...<<1112131415161718192021