/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_ethtool.c | 266 u64 (*getter)(const char *payload); member 273 .getter = mlxsw_reg_ppcnt_a_frames_transmitted_ok_get, 277 .getter = mlxsw_reg_ppcnt_a_frames_received_ok_get, 281 .getter = mlxsw_reg_ppcnt_a_frame_check_sequence_errors_get, 285 .getter = mlxsw_reg_ppcnt_a_alignment_errors_get, 289 .getter = mlxsw_reg_ppcnt_a_octets_transmitted_ok_get, 293 .getter = mlxsw_reg_ppcnt_a_octets_received_ok_get, 297 .getter = mlxsw_reg_ppcnt_a_multicast_frames_xmitted_ok_get, 301 .getter = mlxsw_reg_ppcnt_a_broadcast_frames_xmitted_ok_get, 305 .getter = mlxsw_reg_ppcnt_a_multicast_frames_received_ok_get, [all …]
|
/openbmc/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()
|
/openbmc/qemu/qom/ |
H A D | object.c | 2613 ObjectPropertyAccessor *getter = NULL; in object_property_add_uint8_ptr() local 2617 getter = property_get_uint8_ptr; in object_property_add_uint8_ptr() 2625 getter, setter, NULL, (void *)v); in object_property_add_uint8_ptr() 2633 ObjectPropertyAccessor *getter = NULL; in object_class_property_add_uint8_ptr() local 2637 getter = property_get_uint8_ptr; in object_class_property_add_uint8_ptr() 2645 getter, setter, NULL, (void *)v); in object_class_property_add_uint8_ptr() 2653 ObjectPropertyAccessor *getter = NULL; in object_property_add_uint16_ptr() local 2657 getter = property_get_uint16_ptr; in object_property_add_uint16_ptr() 2665 getter, setter, NULL, (void *)v); in object_property_add_uint16_ptr() 2673 ObjectPropertyAccessor *getter = NULL; in object_class_property_add_uint16_ptr() local [all …]
|
/openbmc/sdeventplus/src/sdeventplus/source/ |
H A D | base.hpp | 199 template <typename Callback, class Data, auto getter, typename... Args> 210 Callback& callback = std::invoke(getter, data); in sourceCallback()
|
/openbmc/linux/drivers/net/team/ |
H A D | team_mode_loadbalance.c | 550 .getter = lb_bpf_func_get, 556 .getter = lb_tx_method_get, 564 .getter = lb_tx_hash_to_port_mapping_get, 572 .getter = lb_hash_stats_get, 579 .getter = lb_port_stats_get, 584 .getter = lb_stats_refresh_interval_get,
|
H A D | team.c | 361 if (!opt_inst->option->getter) in team_option_get() 364 opt_inst->option->getter(team, ctx); in team_option_get() 1557 .getter = team_mode_option_get, 1563 .getter = team_notify_peers_count_get, 1569 .getter = team_notify_peers_interval_get, 1575 .getter = team_mcast_rejoin_count_get, 1581 .getter = team_mcast_rejoin_interval_get, 1588 .getter = team_port_en_option_get, 1595 .getter = team_user_linkup_option_get, 1602 .getter = team_user_linkup_en_option_get, [all …]
|
H A D | team_mode_activebackup.c | 96 .getter = ab_active_port_get,
|
/openbmc/estoraged/src/ |
H A D | main.cpp | 40 auto getter = std::make_shared<estoraged::GetStorageConfiguration>( in createStorageObjects() local 121 getter->getConfiguration(); in createStorageObjects()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_devlink.c | 196 #define fixed(key, getter) { ICE_VERSION_FIXED, key, getter, NULL } argument 197 #define running(key, getter) { ICE_VERSION_RUNNING, key, getter, NULL } argument 198 #define stored(key, getter, fallback) { ICE_VERSION_STORED, key, getter, fallback } argument 223 void (*getter)(struct ice_pf *pf, struct ice_info_ctx *ctx); member 328 ice_devlink_versions[i].getter(pf, ctx); in ice_devlink_info_get()
|
/openbmc/dbus-sensors/src/nvme/ |
H A D | NVMeSensorMain.cpp | 228 auto getter = std::make_shared<GetSensorConfiguration>( in createSensors() local 234 getter->getConfiguration(std::vector<std::string>{NVMeSensor::sensorType}); in createSensors()
|
/openbmc/dbus-sensors/src/external/ |
H A D | ExternalSensorMain.cpp | 169 auto getter = std::make_shared<GetSensorConfiguration>( in createSensors() local 340 getter->getConfiguration(std::vector<std::string>{sensorType}); in createSensors()
|
/openbmc/dbus-sensors/src/adc/ |
H A D | ADCSensorMain.cpp | 95 auto getter = std::make_shared<GetSensorConfiguration>( in createSensors() local 314 getter->getConfiguration( in createSensors()
|
/openbmc/dbus-sensors/src/intrusion/ |
H A D | IntrusionSensorMain.cpp | 244 auto getter = std::make_shared<GetSensorConfiguration>( in getNicNameInfo() local 289 getter->getConfiguration( in getNicNameInfo()
|
/openbmc/sdbusplus/docs/ |
H A D | asio.md | 6 `register_property()`. If you need to provide a custom getter or setter for a
|
/openbmc/dbus-sensors/src/hwmon-temp/ |
H A D | HwmonTempMain.cpp | 274 auto getter = std::make_shared<GetSensorConfiguration>( in createSensors() local 539 getter->getConfiguration(types); in createSensors()
|
/openbmc/webui-vue/docs/guide/unit-testing/ |
H A D | readme.md | 142 functions that may not require testing unless there is getter logic. Any logic 143 in a getter should be tested.
|
/openbmc/dbus-sensors/src/fan/ |
H A D | FanMain.cpp | 287 auto getter = std::make_shared< in createSensors() local 643 getter->getConfiguration( in createSensors()
|
/openbmc/linux/include/linux/ |
H A D | if_team.h | 166 void (*getter)(struct team *team, struct team_gsetter_ctx *ctx); member
|
/openbmc/dbus-sensors/src/exit-air/ |
H A D | ExitAirTempSensor.cpp | 881 auto getter = std::make_shared<GetSensorConfiguration>( in createSensor() local 945 getter->getConfiguration( in createSensor()
|
/openbmc/dbus-sensors/src/psu/ |
H A D | PSUSensorMain.cpp | 1080 auto getter = std::make_shared<GetSensorConfiguration>( in createSensors() local 1091 getter->getConfiguration(types); in createSensors()
|