/openbmc/linux/drivers/regulator/ |
H A D | lp3971.c | 148 unsigned int selector) in lp3971_ldo_set_voltage_sel() argument 155 selector << LDO_VOL_CONTR_SHIFT(ldo)); in lp3971_ldo_set_voltage_sel() 210 unsigned int selector) in lp3971_dcdc_set_voltage_sel() argument 217 BUCK_TARGET_VOL_MASK, selector); in lp3971_dcdc_set_voltage_sel()
|
H A D | tps62360-regulator.c | 125 unsigned selector) in tps62360_dcdc_set_voltage_sel() argument 137 found = find_voltage_set_register(tps, selector, &new_vset_id); in tps62360_dcdc_set_voltage_sel() 141 tps->voltage_reg_mask, selector); in tps62360_dcdc_set_voltage_sel() 149 tps->curr_vset_vsel[new_vset_id] = selector; in tps62360_dcdc_set_voltage_sel()
|
H A D | lp3972.c | 266 unsigned int selector) in lp3972_ldo_set_voltage_sel() argument 274 LP3972_LDO_VOL_MASK(ldo) << shift, selector << shift); in lp3972_ldo_set_voltage_sel() 362 unsigned int selector) in lp3972_dcdc_set_voltage_sel() argument 369 LP3972_BUCK_VOL_MASK, selector); in lp3972_dcdc_set_voltage_sel()
|
H A D | s5m8767.c | 251 int selector = 0; in s5m8767_convert_voltage_to_sel() local 262 selector = DIV_ROUND_UP(min_vol - desc->min, desc->step); in s5m8767_convert_voltage_to_sel() 264 if (desc->min + desc->step * selector > desc->max) in s5m8767_convert_voltage_to_sel() 267 return selector; in s5m8767_convert_voltage_to_sel() 293 unsigned selector) in s5m8767_set_voltage_sel() argument 321 while (*buck234_vol != selector) { in s5m8767_set_voltage_sel() 333 return regulator_set_voltage_sel_regmap(rdev, selector); in s5m8767_set_voltage_sel()
|
H A D | aat2870-regulator.c | 33 unsigned selector) in aat2870_ldo_set_voltage_sel() argument 39 selector << ri->voltage_shift); in aat2870_ldo_set_voltage_sel()
|
/openbmc/linux/include/linux/regulator/ |
H A D | consumer.h | 270 int regulator_list_voltage(struct regulator *regulator, unsigned selector); 296 unsigned selector); 615 unsigned selector) in regulator_list_hardware_vsel() argument 678 static inline int regulator_list_voltage(struct regulator *regulator, unsigned selector) in regulator_list_voltage() argument
|
/openbmc/linux/arch/x86/math-emu/ |
H A D | reg_ld_str.c | 1043 FPU_get_user(instruction_address.selector, in fldenv() 1047 FPU_get_user(operand_address.selector, in fldenv() 1053 += (instruction_address.selector & 0xf000) << 4; in fldenv() 1055 (operand_address.selector & 0xf000) << 4; in fldenv() 1065 FPU_get_user(instruction_address.selector, in fldenv() 1071 FPU_get_user(operand_address.selector, in fldenv() 1168 FPU_put_user(instruction_address.selector, in fstenv() 1170 FPU_put_user(operand_address.selector, in fstenv()
|
H A D | fpu_aux.c | 46 oaddr->selector = 0; in fpstate_init_soft() 49 iaddr->selector = 0; in fpstate_init_soft()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_new_custom_image_page.py | 97 selector = '#new-custom-image-modal input[type="text"]' 98 self.enter_text(selector, new_custom_image_name)
|
/openbmc/linux/drivers/greybus/ |
H A D | svc.c | 415 int gb_svc_dme_peer_get(struct gb_svc *svc, u8 intf_id, u16 attr, u16 selector, in gb_svc_dme_peer_get() argument 425 request.selector = cpu_to_le16(selector); in gb_svc_dme_peer_get() 432 intf_id, attr, selector, ret); in gb_svc_dme_peer_get() 439 intf_id, attr, selector, result); in gb_svc_dme_peer_get() 449 int gb_svc_dme_peer_set(struct gb_svc *svc, u8 intf_id, u16 attr, u16 selector, in gb_svc_dme_peer_set() argument 459 request.selector = cpu_to_le16(selector); in gb_svc_dme_peer_set() 467 intf_id, attr, selector, value, ret); in gb_svc_dme_peer_set() 474 intf_id, attr, selector, value, result); in gb_svc_dme_peer_set()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-cy8c95x0.c | 1045 static const char *cy8c95x0_get_fname(unsigned int selector) in cy8c95x0_get_fname() argument 1047 if (selector == 0) in cy8c95x0_get_fname() 1082 static const char *cy8c95x0_get_function_name(struct pinctrl_dev *pctldev, unsigned int selector) in cy8c95x0_get_function_name() argument 1084 return cy8c95x0_get_fname(selector); in cy8c95x0_get_function_name() 1092 static int cy8c95x0_get_function_groups(struct pinctrl_dev *pctldev, unsigned int selector, in cy8c95x0_get_function_groups() argument 1118 unsigned int selector, unsigned int group) in cy8c95x0_pinmux_mode() argument 1124 ret = cy8c95x0_set_mode(chip, group, selector); in cy8c95x0_pinmux_mode() 1128 if (selector == 0) in cy8c95x0_pinmux_mode() 1139 static int cy8c95x0_set_mux(struct pinctrl_dev *pctldev, unsigned int selector, in cy8c95x0_set_mux() argument 1146 ret = cy8c95x0_pinmux_mode(chip, selector, group); in cy8c95x0_set_mux()
|
/openbmc/linux/Documentation/userspace-api/media/drivers/ |
H A D | uvcvideo.rst | 68 and the control selector need to be known. This information either needs to be 159 __u8 selector UVC control selector 193 and control selector. 254 __u8 selector Control selector
|
/openbmc/linux/net/tipc/ |
H A D | node.h | 102 int selector); 105 u32 selector);
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/ |
H A D | Create.interface.yaml | 15 selector. The resource selector string needs to be passed to
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_dcb_nl.c | 33 .selector = DCB_APP_IDTYPE_ETHTYPE, in ixgbe_copy_dcb_cfg() 368 .selector = DCB_APP_IDTYPE_ETHTYPE, in ixgbe_dcbnl_set_all() 475 .selector = idtype, in ixgbe_dcbnl_getapp() 629 if (app->selector == IEEE_8021QAZ_APP_SEL_ETHERTYPE && in ixgbe_dcbnl_ieee_setapp() 642 if (app->selector == IEEE_8021QAZ_APP_SEL_ETHERTYPE && in ixgbe_dcbnl_ieee_setapp() 672 if (!err && app->selector == IEEE_8021QAZ_APP_SEL_ETHERTYPE && in ixgbe_dcbnl_ieee_delapp() 685 if (app->selector == IEEE_8021QAZ_APP_SEL_ETHERTYPE && in ixgbe_dcbnl_ieee_delapp()
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3368-evb-act8846.dts | 20 fcs,suspend-voltage-selector = <1>; 32 fcs,suspend-voltage-selector = <1>;
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | mae.h | 29 int efx_mae_lookup_mport(struct efx_nic *efx, u32 selector, u32 *id); 137 int efx_mae_fw_lookup_mport(struct efx_nic *efx, u32 selector, u32 *id);
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_policy.c | 560 h = __addr_hash(&pol->selector.daddr, &pol->selector.saddr, in xfrm_dst_hash_transfer() 784 addr = &policy->selector.saddr; in xfrm_policy_inexact_insert_use_any_list() 790 addr = &policy->selector.daddr; in xfrm_policy_inexact_insert_use_any_list() 1168 &policy->selector.saddr, in xfrm_policy_inexact_alloc_chain() 1170 policy->selector.prefixlen_s, in xfrm_policy_inexact_alloc_chain() 1183 &policy->selector.daddr, in xfrm_policy_inexact_alloc_chain() 1199 &policy->selector.saddr, in xfrm_policy_inexact_alloc_chain() 1537 !selector_cmp(&pol->selector, &policy->selector) && in xfrm_policy_insert_inexact_list() 1572 !selector_cmp(&pol->selector, &policy->selector) && in xfrm_policy_insert_list() 2399 newp->selector = old->selector; in clone_policy() [all …]
|
/openbmc/linux/drivers/iio/adc/ |
H A D | max9611.c | 210 enum max9611_conf_ids selector, in max9611_read_single() argument 215 u8 mux_conf = max9611_mux_conf[selector][0] & MAX9611_MUX_MASK; in max9611_read_single() 216 u8 reg_addr = max9611_mux_conf[selector][1]; in max9611_read_single()
|
/openbmc/linux/Documentation/devicetree/bindings/perf/ |
H A D | riscv,pmu.yaml | 22 Platforms should provide information about the PMU event selector values 41 selector value that the platform expects to be written to the MHPMEVENTx 51 - description: upper 32 bits of the event selector value for MHPMEVENTx 52 - description: lower 32 bits of the event selector value for MHPMEVENTx
|
/openbmc/linux/Documentation/power/regulator/ |
H A D | consumer.rst | 218 selector register, use:: 224 To convert a regulator framework voltage selector code (used by 225 regulator_list_voltage) to a hardware-specific voltage selector that can be 226 directly written to the voltage selector register, use:: 229 unsigned selector);
|
/openbmc/linux/arch/x86/kernel/ |
H A D | process_64.c | 212 unsigned short selector, in save_base_legacy() argument 215 if (likely(selector == 0)) { in save_base_legacy() 389 unsigned short selector) in x86_fsgsbase_read_task() argument 391 unsigned short idx = selector >> 3; in x86_fsgsbase_read_task() 394 if (likely((selector & SEGMENT_TI_MASK) == 0)) { in x86_fsgsbase_read_task()
|
/openbmc/u-boot/drivers/pinctrl/renesas/ |
H A D | pfc.c | 424 unsigned selector) in sh_pfc_pinctrl_get_pin_name() argument 428 return priv->pfc.info->pins[selector].name; in sh_pfc_pinctrl_get_pin_name() 439 unsigned selector) in sh_pfc_pinctrl_get_group_name() argument 443 return priv->pfc.info->groups[selector].name; in sh_pfc_pinctrl_get_group_name() 454 unsigned selector) in sh_pfc_pinctrl_get_function_name() argument 458 return priv->pfc.info->functions[selector].name; in sh_pfc_pinctrl_get_function_name()
|
/openbmc/linux/drivers/pinctrl/samsung/ |
H A D | pinctrl-samsung.c | 332 unsigned selector) in samsung_pinmux_get_fname() argument 337 return drvdata->pmx_functions[selector].name; in samsung_pinmux_get_fname() 342 unsigned selector, const char * const **groups, in samsung_pinmux_get_groups() argument 348 *groups = drvdata->pmx_functions[selector].groups; in samsung_pinmux_get_groups() 349 *num_groups = drvdata->pmx_functions[selector].num_groups; in samsung_pinmux_get_groups() 376 static void samsung_pinmux_setup(struct pinctrl_dev *pctldev, unsigned selector, in samsung_pinmux_setup() argument 389 func = &drvdata->pmx_functions[selector]; in samsung_pinmux_setup() 415 unsigned selector, in samsung_pinmux_set_mux() argument 418 samsung_pinmux_setup(pctldev, selector, group); in samsung_pinmux_set_mux()
|
/openbmc/linux/Documentation/hwmon/ |
H A D | lineage-pem.rst | 44 All Lineage CPL power entry modules have a built-in I2C bus master selector 46 driver to the pca9541 I2C master selector driver.
|