ANDROID: GKI: rockchip: Add symbol clk_hw_set_parent

Leaf changes summary: 1 artifact changed
Changed leaf types summary: 0 leaf type changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 1 Added function
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable

1 Added function:

  [A] 'function int clk_hw_set_parent(clk_hw*, clk_hw*)'

Bug: 239396464
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Change-Id: Id24cdc739a6254f7676a1f60fd8ecbd0066ca4b0
This commit is contained in:
Kever Yang
2022-12-18 18:43:21 +08:00
committed by Greg Kroah-Hartman
parent 7bc2b8c400
commit 9e6fb5ac72
2 changed files with 8 additions and 1 deletions

View File

@@ -1173,6 +1173,7 @@
<elf-symbol name='clk_hw_register_composite' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x4a83a008'/>
<elf-symbol name='clk_hw_register_fixed_factor' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x1352a3cb'/>
<elf-symbol name='clk_hw_round_rate' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0xb4f74ad4'/>
<elf-symbol name='clk_hw_set_parent' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0xc7e9633c'/>
<elf-symbol name='clk_hw_set_rate_range' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x3833308c'/>
<elf-symbol name='clk_hw_unregister' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x14316d81'/>
<elf-symbol name='clk_hw_unregister_divider' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x68d1ab7b'/>
@@ -122879,6 +122880,11 @@
<parameter type-id='7359adad' name='rate' filepath='drivers/clk/clk.c' line='1471' column='1'/>
<return type-id='7359adad'/>
</function-decl>
<function-decl name='clk_hw_set_parent' mangled-name='clk_hw_set_parent' filepath='drivers/clk/clk.c' line='2654' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='clk_hw_set_parent'>
<parameter type-id='3aaeef89' name='hw' filepath='drivers/clk/clk.c' line='2654' column='1'/>
<parameter type-id='3aaeef89' name='parent' filepath='drivers/clk/clk.c' line='2654' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='clk_hw_set_rate_range' mangled-name='clk_hw_set_rate_range' filepath='drivers/clk/clk.c' line='654' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='clk_hw_set_rate_range'>
<parameter type-id='3aaeef89' name='hw' filepath='drivers/clk/clk.c' line='654' column='1'/>
<parameter type-id='7359adad' name='min_rate' filepath='drivers/clk/clk.c' line='654' column='1'/>

View File

@@ -98,6 +98,7 @@
clk_hw_get_flags
clk_hw_get_name
clk_hw_get_parent
clk_hw_get_parent_by_index
clk_hw_get_rate
__clk_mux_determine_rate
clk_notifier_register
@@ -1596,7 +1597,6 @@
# required by clk-rockchip-regmap.ko
clk_hw_get_num_parents
clk_hw_get_parent_by_index
divider_recalc_rate
divider_round_rate_parent
@@ -1608,6 +1608,7 @@
__clk_get_hw
clk_hw_register_composite
clk_hw_round_rate
clk_hw_set_parent
clk_mux_ops
clk_mux_ro_ops
clk_register_divider_table