| /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/lib/vdso/ |
| H A D | Kconfig | 19 time getter functions for the price of an extra conditional
|
| /linux/drivers/net/team/ |
| H A D | team_core.c | 362 if (!opt_inst->option->getter) in team_option_get() 365 opt_inst->option->getter(team, ctx); in team_option_get() 1686 .getter = team_mode_option_get, 1692 .getter = team_notify_peers_count_get, 1698 .getter = team_notify_peers_interval_get, 1704 .getter = team_mcast_rejoin_count_get, 1710 .getter = team_mcast_rejoin_interval_get, 1717 .getter = team_port_en_option_get, 1724 .getter = team_port_rx_en_option_get, 1731 .getter = team_port_tx_en_option_get, [all …]
|
| H A D | team_mode_activebackup.c | 95 .getter = ab_active_port_get,
|
| /linux/drivers/net/ethernet/intel/ice/devlink/ |
| H A D | devlink.c | 214 #define fixed(key, getter) { ICE_VERSION_FIXED, key, getter, NULL } argument 215 #define running(key, getter) { ICE_VERSION_RUNNING, key, getter, NULL } argument 216 #define stored(key, getter, fallback) { ICE_VERSION_STORED, key, getter, fallback } argument 241 void (*getter)(struct ice_pf *pf, struct ice_info_ctx *ctx); member 348 ice_devlink_versions[i].getter(pf, ctx); in ice_devlink_info_get()
|
| /linux/drivers/android/binder/ |
| H A D | thread.rs | 1454 let getter = if use_proc_queue { in read() localVariable 1474 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,
|