Searched refs:getter (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/clk/sunxi/ |
| H A D | clk-sun9i-core.c | 71 .getter = sun9i_a80_get_pll4_factors, 125 .getter = sun9i_a80_get_gt_factors, 180 .getter = sun9i_a80_get_ahb_factors, 206 .getter = sun9i_a80_get_ahb_factors, 263 .getter = sun9i_a80_get_apb1_factors,
|
| H A D | clk-sunxi.c | 493 .getter = sun4i_get_pll1_factors, 499 .getter = sun6i_a31_get_pll1_factors, 505 .getter = sun8i_a23_get_pll1_factors, 511 .getter = sun4i_get_pll5_factors, 517 .getter = sun4i_get_pll5_factors, 523 .getter = sun6i_a31_get_pll6_factors, 530 .getter = sun5i_a13_get_ahb_factors, 537 .getter = sun6i_get_ahb1_factors, 545 .getter = sun4i_get_apb1_factors, 553 .getter = sun7i_a20_get_out_factors, [all …]
|
| H A D | clk-factors.h | 37 void (*getter)(struct factors_request *req); member
|
| H A D | clk-sun6i-ar100.c | 66 .getter = sun6i_get_ar100_factors,
|
| H A D | clk-mod0.c | 63 .getter = sun4i_a10_get_mod0_factors, 124 .getter = sun4i_a10_get_mod0_factors,
|
| H A D | clk-factors.c | 210 factors->get_factors = data->getter; in __sunxi_factors_register()
|
| /linux/drivers/net/team/ |
| H A D | team_mode_loadbalance.c | 547 .getter = lb_bpf_func_get, 553 .getter = lb_tx_method_get, 561 .getter = lb_tx_hash_to_port_mapping_get, 569 .getter = lb_hash_stats_get, 576 .getter = lb_port_stats_get, 581 .getter = lb_stats_refresh_interval_get,
|
| H A D | team_core.c | 363 if (!opt_inst->option->getter) in team_option_get() 366 opt_inst->option->getter(team, ctx); in team_option_get() 1515 .getter = team_mode_option_get, 1521 .getter = team_notify_peers_count_get, 1527 .getter = team_notify_peers_interval_get, 1533 .getter = team_mcast_rejoin_count_get, 1539 .getter = team_mcast_rejoin_interval_get, 1546 .getter = team_port_en_option_get, 1553 .getter = team_user_linkup_option_get, 1560 .getter = team_user_linkup_en_option_get, [all …]
|
| H A D | team_mode_activebackup.c | 95 .getter = ab_active_port_get,
|
| /linux/lib/vdso/ |
| H A D | Kconfig | 19 time getter functions for the price of an extra conditional
|
| /linux/include/linux/ |
| H A D | if_team.h | 166 void (*getter)(struct team *team, struct team_gsetter_ctx *ctx); member
|
| /linux/drivers/android/binder/ |
| H A D | thread.rs | 1391 let getter = if use_proc_queue { in read() localVariable 1411 match getter(self, wait && initial_len == writer.len()) { in read()
|
| /linux/Documentation/driver-api/ |
| H A D | pwm.rst | 40 the getter, devm_pwm_get() and devm_fwnode_pwm_get(), also exist.
|
| /linux/Documentation/driver-api/gpio/ |
| H A D | consumer.rst | 32 error messages. Use the ordinary getter functions with optional GPIOLIB:
|
| /linux/tools/perf/util/ |
| H A D | python.c | 920 {"values", (getter)pyrf_counts_values_get_values, (setter)pyrf_counts_values_set_values,
|