Home
last modified time | relevance | path

Searched full:aset (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/light/
Dcapella,cm3605.yaml26 aset-gpios:
29 ASET line (drive low to activate the ALS, should be flagged
50 capella,aset-resistance-ohms:
58 - aset-gpios
72 aset-gpios = <&foo_gpio 1 GPIO_ACTIVE_LOW>;
73 capella,aset-resistance-ohms = <100000>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/light/
Dcm3605.txt13 - aset-gpios: GPIO line controlling the ASET line (drive low
25 - capella,aset-resistance-ohms: the sensitivity calibration resistance,
36 aset-gpios = <&foo_gpio 1 GPIO_ACTIVE_LOW>;
37 capella,aset-resistance-ohms = <100000>;
/kernel/linux/linux-6.6/drivers/iio/light/
Dcm3605.c39 * @aset: sleep enable GPIO, high = sleep
48 struct gpio_desc *aset; member
174 ret = device_property_read_u32(dev, "capella,aset-resistance-ohms", &rset); in cm3605_probe()
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()
/kernel/linux/linux-5.10/drivers/iio/light/
Dcm3605.c38 * @aset: sleep enable GPIO, high = sleep
47 struct gpio_desc *aset; member
173 ret = of_property_read_u32(np, "capella,aset-resistance-ohms", &rset); in cm3605_probe()
224 cm3605->aset = devm_gpiod_get(dev, "aset", GPIOD_OUT_HIGH); in cm3605_probe()
225 if (IS_ERR(cm3605->aset)) { in cm3605_probe()
226 dev_err(dev, "no ASET GPIO\n"); in cm3605_probe()
227 ret = PTR_ERR(cm3605->aset); in cm3605_probe()
260 gpiod_set_value_cansleep(cm3605->aset, 0); in cm3605_probe()
273 gpiod_set_value_cansleep(cm3605->aset, 0); in cm3605_remove()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/
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()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/vcap/
Dvcap_api.c704 const struct vcap_set *aset; in vcap_actionfieldset() local
709 aset = &vctrl->vcaps[vt].actionfield_set[actionset]; in vcap_actionfieldset()
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()
720 const struct vcap_set *aset = vcap_actionfieldset(vctrl, vt, actionset); in vcap_actionfield_typegroup() local
723 if (!aset) in vcap_actionfield_typegroup()
725 return vctrl->vcaps[vt].actionfield_set_typegroups[aset->sw_per_item]; in vcap_actionfield_typegroup()
908 const struct vcap_set *aset; in vcap_set_rule_set_actionset() local
911 aset = vcap_actionfieldset(ri->vctrl, ri->admin->vtype, actionset); in vcap_set_rule_set_actionset()
913 if (!aset) in vcap_set_rule_set_actionset()
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
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()
/kernel/linux/linux-6.6/arch/arm/boot/dts/qcom/
Dqcom-apq8060-dragonboard.dts70 aset-gpios = <&pm8058_gpio 35 GPIO_ACTIVE_LOW>;
71 capella,aset-resistance-ohms = <100000>;
341 /* Pin 35 connected to ASET */
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dqcom-apq8060-dragonboard.dts94 aset-gpios = <&pm8058_gpio 35 GPIO_ACTIVE_LOW>;
95 capella,aset-resistance-ohms = <100000>;
361 /* Pin 35 connected to ASET */