Home
last modified time | relevance | path

Searched refs:aset (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/iio/light/
H A Dcapella,cm3605.yaml26 aset-gpios:
50 capella,aset-resistance-ohms:
58 - aset-gpios
72 aset-gpios = <&foo_gpio 1 GPIO_ACTIVE_LOW>;
73 capella,aset-resistance-ohms = <100000>;
/openbmc/linux/drivers/iio/light/
H A Dcm3605.c48 struct gpio_desc *aset; member
222 cm3605->aset = devm_gpiod_get(dev, "aset", GPIOD_OUT_HIGH); in cm3605_probe()
223 if (IS_ERR(cm3605->aset)) { in cm3605_probe()
224 ret = dev_err_probe(dev, PTR_ERR(cm3605->aset), "no ASET GPIO\n"); in cm3605_probe()
263 gpiod_set_value_cansleep(cm3605->aset, 0); in cm3605_probe()
276 gpiod_set_value_cansleep(cm3605->aset, 0); in cm3605_remove()
/openbmc/qemu/libdecnumber/
H A DdecNumber.c1606 aset.digits=1; in decNumberLog10()
1640 aset.emin=-DEC_MAX_MATH; /* .. */ in decNumberLog10()
1669 aset.digits=p; in decNumberLog10()
5465 aset.emin=set->emin; /* .. */ in decExpOp()
5792 aset=*set; aset.round=DEC_ROUND_HALF_EVEN;
5798 aset=*set; aset.round=DEC_ROUND_HALF_EVEN;
5854 aset.digits=2; aset.round=DEC_ROUND_DOWN;
5863 aset.digits=16; aset.round=DEC_ROUND_HALF_EVEN; /* restore */
5873 aset.emax=set->emax;
5874 aset.emin=set->emin;
[all …]
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tc_flower.c315 enum vcap_actionfield_set aset; in lan966x_tc_set_actionset() local
320 aset = VCAP_AFS_S1; in lan966x_tc_set_actionset()
323 aset = VCAP_AFS_BASE_TYPE; in lan966x_tc_set_actionset()
326 aset = VCAP_AFS_VID; in lan966x_tc_set_actionset()
334 err = vcap_set_rule_set_actionset(vrule, aset); in lan966x_tc_set_actionset()
/openbmc/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c704 const struct vcap_set *aset; in vcap_actionfieldset() local
710 if (aset->sw_per_item == 0 || aset->sw_per_item > vctrl->vcaps[vt].sw_count) in vcap_actionfieldset()
712 return aset; in vcap_actionfieldset()
723 if (!aset) in vcap_actionfield_typegroup()
908 const struct vcap_set *aset; in vcap_set_rule_set_actionset() local
913 if (!aset) in vcap_set_rule_set_actionset()
915 ri->actionset_sw = aset->sw_per_item; in vcap_set_rule_set_actionset()
1750 const struct vcap_set *aset; in vcap_add_type_actionfield() local
1754 if (!aset) in vcap_add_type_actionfield()
1764 aset->type_id); in vcap_add_type_actionfield()
[all …]
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c572 enum vcap_actionfield_set aset; in sparx5_tc_set_actionset() local
577 aset = VCAP_AFS_CLASSIFICATION; in sparx5_tc_set_actionset()
580 aset = VCAP_AFS_BASE_TYPE; in sparx5_tc_set_actionset()
583 aset = VCAP_AFS_ES0; in sparx5_tc_set_actionset()
586 aset = VCAP_AFS_BASE_TYPE; in sparx5_tc_set_actionset()
594 err = vcap_set_rule_set_actionset(vrule, aset); in sparx5_tc_set_actionset()
/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-apq8060-dragonboard.dts70 aset-gpios = <&pm8058_gpio 35 GPIO_ACTIVE_LOW>;
71 capella,aset-resistance-ohms = <100000>;