summaryrefslogtreecommitdiff
path: root/tools/perf/util/demangle-rust.h
blob: 7b41ead7e0ddfe448bdd5e1607b2fb790ded26c5 (plain)
1
2
3
4
5
6
7
#ifndef __PERF_DEMANGLE_RUST
#define __PERF_DEMANGLE_RUST 1

bool rust_is_mangled(const char *str);
void rust_demangle_sym(char *str);

#endif /* __PERF_DEMANGLE_RUST */
99cf8f95f221aa03ac5a6e5e3ee4bc97a6eade5'>599cf8f95f221aa03ac5a6e5e3ee4bc97a6eade5 (patch) tree3ecaed1a3b73f1b8f20dca868b5d3c923c3d2435 parent4283bce5f8c2307d47313e0429e5f1357c43023d (diff)
mlxsw: spectrum_router: Add support for route replace
Upon the reception of an ENTRY_REPLACE notification, resolve the FIB node corresponding to the prefix and length and insert the new route before the first matching entry. Since the notification also signals the deletion of the replaced route, delete it from the driver's cache. Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
1001354ca34179f3db924eb66672442a173147dc'>1001354ca34179f3db924eb66672442a173147dc (diff)
regulator: core: Add new API to poll for error conditions
Regulator consumers can receive event notifications when errors are reported to the driver, but currently, there is no way for a regulator consumer to know when the error is over. To allow a regulator consumer to poll for error conditions add a new API: regulator_get_error_flags. Signed-off-by: Axel Haslam <ahaslam@baylibre.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/uda1380.c')