Searched defs:counter_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | counter.h | 324 struct counter_ops { struct 325 int (*signal_read)(struct counter_device *counter, 328 int (*count_read)(struct counter_device *counter, 330 int (*count_write)(struct counter_device *counter, 332 int (*function_get)(struct counter_device *counter, 334 int (*function_set)(struct counter_device *counter, 336 int (*action_get)(struct counter_device *counter, 339 int (*action_set)(struct counter_device *counter,
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | counter.h | 324 struct counter_ops { struct 325 int (*signal_read)(struct counter_device *counter, 328 int (*count_read)(struct counter_device *counter, 330 int (*count_write)(struct counter_device *counter, 332 int (*function_read)(struct counter_device *counter, 335 int (*function_write)(struct counter_device *counter, 338 int (*action_read)(struct counter_device *counter, 342 int (*action_write)(struct counter_device *counter, 346 int (*events_configure)(struct counter_device *counter); 347 int (*watch_validate)(struct counter_device *counter,
|