Home
last modified time | relevance | path

Searched refs:action_write (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dcounter.h191 int (*action_write)(struct counter_device *counter, member
342 int (*action_write)(struct counter_device *counter, member
/openbmc/qemu/hw/net/rocker/
H A Drocker_of_dpa.c951 void (*action_write)(OfDpaFlowContext *fc, OfDpaFlow *flow); member
977 .action_write = of_dpa_bridging_action_write,
983 .action_write = of_dpa_unicast_routing_action_write,
989 .action_write = of_dpa_multicast_routing_action_write,
996 .action_write = of_dpa_acl_action_write,
1026 if (ops->action_write) { in of_dpa_flow_ig_tbl()
1027 ops->action_write(fc, flow); in of_dpa_flow_ig_tbl()
/openbmc/linux/drivers/counter/
H A Dcounter-sysfs.c288 err = a->comp.action_write(counter, count, synapse, in counter_comp_u32_store()
916 comp.action_write = counter->ops->action_write; in counter_sysfs_synapses_add()
H A Dmicrochip-tcb-capture.c267 .action_write = mchp_tc_count_action_write
H A Dstm32-lptimer-cnt.c359 .action_write = stm32_lptim_cnt_action_write,