Searched refs:counter_array (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/counter/
H A Dcounter-sysfs.c367 const struct counter_array *const element = a->comp.priv;
389 const struct counter_array *const element = a->comp.priv;
417 const struct counter_array *const element = a->comp.priv;
449 const struct counter_array *const element = a->comp.priv;
573 const struct counter_array *const array = comp->priv;
769 const struct counter_array *const array = comp->priv;
771 struct counter_array *element;
813 const struct counter_array *array;
H A Dcounter-chrdev.c243 struct counter_array *element;
494 const struct counter_array *const element = comp->priv;
/linux-master/include/linux/
H A Dcounter.h527 struct counter_array { struct
537 struct counter_array _name = { \
546 struct counter_array _name = { \
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_adminq.h220 __be64 counter_array; member in struct:gve_adminq_configure_device_resources
H A Dgve_main.c144 priv->counter_array =
147 sizeof(*priv->counter_array),
149 if (!priv->counter_array)
157 if (!priv->counter_array)
162 sizeof(*priv->counter_array),
163 priv->counter_array, priv->counter_array_bus);
164 priv->counter_array = NULL;
H A Dgve.h715 __be32 *counter_array; /* array of num_event_counters */ member in struct:gve_priv
H A Dgve_adminq.c532 .counter_array = cpu_to_be64(counter_array_bus_addr),
H A Dgve_tx.c934 __be32 counter = READ_ONCE(priv->counter_array[counter_index]);

Completed in 177 milliseconds