Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/counter/
A Dcounter-sysfs.c361 const struct counter_array *const element = a->comp.priv; in counter_comp_array_u32_show()
383 const struct counter_array *const element = a->comp.priv; in counter_comp_array_u32_store()
411 const struct counter_array *const element = a->comp.priv; in counter_comp_array_u64_show()
443 const struct counter_array *const element = a->comp.priv; in counter_comp_array_u64_store()
567 const struct counter_array *const array = comp->priv; in counter_attr_create()
763 const struct counter_array *const array = comp->priv; in counter_array_attrs_create()
765 struct counter_array *element; in counter_array_attrs_create()
807 const struct counter_array *array; in counter_sysfs_exts_add()
A Dcounter-chrdev.c243 struct counter_array *element; in counter_get_ext()
494 const struct counter_array *const element = comp->priv; in counter_get_array_data()
/linux-6.3-rc2/include/linux/
A Dcounter.h527 struct counter_array { struct
537 struct counter_array _name = { \ argument
546 struct counter_array _name = { \
/linux-6.3-rc2/drivers/net/ethernet/google/gve/
A Dgve_main.c125 priv->counter_array = in gve_alloc_counter_array()
128 sizeof(*priv->counter_array), in gve_alloc_counter_array()
130 if (!priv->counter_array) in gve_alloc_counter_array()
138 if (!priv->counter_array) in gve_free_counter_array()
143 sizeof(*priv->counter_array), in gve_free_counter_array()
144 priv->counter_array, priv->counter_array_bus); in gve_free_counter_array()
145 priv->counter_array = NULL; in gve_free_counter_array()
A Dgve_adminq.h196 __be64 counter_array; member
A Dgve.h519 __be32 *counter_array; /* array of num_event_counters */ member
A Dgve_tx.c718 __be32 counter = READ_ONCE(priv->counter_array[counter_index]); in gve_tx_load_event_counter()
A Dgve_adminq.c464 .counter_array = cpu_to_be64(counter_array_bus_addr), in gve_adminq_configure_device_resources()

Completed in 25 milliseconds