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

/linux-master/drivers/counter/
H A Dcounter-chrdev.c243 struct counter_array *element;
494 const struct counter_array *const element = comp->priv;
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;
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve.h691 __be32 *counter_array; /* array of num_event_counters */ member in struct:gve_priv
H A Dgve_adminq.c558 .counter_array = cpu_to_be64(counter_array_bus_addr),
H A Dgve_adminq.h232 __be64 counter_array; member in struct:gve_adminq_configure_device_resources
H A Dgve_main.c146 priv->counter_array =
149 sizeof(*priv->counter_array),
151 if (!priv->counter_array)
159 if (!priv->counter_array)
164 sizeof(*priv->counter_array),
165 priv->counter_array, priv->counter_array_bus);
166 priv->counter_array = NULL;
H A Dgve_tx.c941 __be32 counter = READ_ONCE(priv->counter_array[counter_index]);
/linux-master/include/linux/
H A Dcounter.h527 struct counter_array { struct
537 struct counter_array _name = { \
546 struct counter_array _name = { \

Completed in 246 milliseconds