Searched refs:aset (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/iio/light/
H A Dcm3605.c39 * @aset: sleep enable GPIO, high = sleep
48 struct gpio_desc *aset; member in struct:cm3605
174 ret = device_property_read_u32(dev, "capella,aset-resistance-ohms", &rset);
222 cm3605->aset = devm_gpiod_get(dev, "aset", GPIOD_OUT_HIGH);
223 if (IS_ERR(cm3605->aset)) {
224 ret = dev_err_probe(dev, PTR_ERR(cm3605->aset), "no ASET GPIO\n");
263 gpiod_set_value_cansleep(cm3605->aset, 0);
276 gpiod_set_value_cansleep(cm3605->aset, 0);
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tc_flower.c321 enum vcap_actionfield_set aset; local
326 aset = VCAP_AFS_S1;
329 aset = VCAP_AFS_BASE_TYPE;
332 aset = VCAP_AFS_VID;
340 err = vcap_set_rule_set_actionset(vrule, aset);
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c576 enum vcap_actionfield_set aset; local
581 aset = VCAP_AFS_CLASSIFICATION;
584 aset = VCAP_AFS_BASE_TYPE;
587 aset = VCAP_AFS_ES0;
590 aset = VCAP_AFS_BASE_TYPE;
598 err = vcap_set_rule_set_actionset(vrule, aset);
/linux-master/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c704 const struct vcap_set *aset; local
709 aset = &vctrl->vcaps[vt].actionfield_set[actionset];
710 if (aset->sw_per_item == 0 || aset->sw_per_item > vctrl->vcaps[vt].sw_count)
712 return aset;
720 const struct vcap_set *aset = vcap_actionfieldset(vctrl, vt, actionset); local
723 if (!aset)
725 return vctrl->vcaps[vt].actionfield_set_typegroups[aset->sw_per_item];
908 const struct vcap_set *aset; local
911 aset
1750 const struct vcap_set *aset; local
[all...]

Completed in 130 milliseconds