Searched refs:action_write (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | counter.h | 191 int (*action_write)(struct counter_device *counter, member 342 int (*action_write)(struct counter_device *counter, member
|
/openbmc/qemu/hw/net/rocker/ |
H A D | rocker_of_dpa.c | 951 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 D | counter-sysfs.c | 288 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 D | microchip-tcb-capture.c | 267 .action_write = mchp_tc_count_action_write
|
H A D | stm32-lptimer-cnt.c | 359 .action_write = stm32_lptim_cnt_action_write,
|