ANDROID: GKI: Add symbol for pci power limit

INFO: 1 function symbol(s) added
  'u32 of_pci_get_slot_power_limit(struct device_node*, u8*, u8*)'

Bug: 300024866
Change-Id: I558dbc6126dfd509ef200b08d5394c888aef9685
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
Kever Yang
2024-09-27 18:27:28 +08:00
parent 5a912daf87
commit cc274231f6
2 changed files with 18 additions and 0 deletions

View File

@@ -307874,6 +307874,13 @@ function {
return_type_id: 0x1ce51dde return_type_id: 0x1ce51dde
parameter_id: 0x347303b4 parameter_id: 0x347303b4
} }
function {
id: 0x48e7c6d2
return_type_id: 0xc9082b19
parameter_id: 0x347303b4
parameter_id: 0x00c72527
parameter_id: 0x00c72527
}
function { function {
id: 0x48f6484c id: 0x48f6484c
return_type_id: 0x04ca9246 return_type_id: 0x04ca9246
@@ -387212,6 +387219,15 @@ elf_symbol {
type_id: 0x909c23c2 type_id: 0x909c23c2
full_name: "of_pci_get_max_link_speed" full_name: "of_pci_get_max_link_speed"
} }
elf_symbol {
id: 0xd7a6c809
name: "of_pci_get_slot_power_limit"
is_defined: true
symbol_type: FUNCTION
crc: 0x8e5d2aae
type_id: 0x48e7c6d2
full_name: "of_pci_get_slot_power_limit"
}
elf_symbol { elf_symbol {
id: 0x2d5d9d4f id: 0x2d5d9d4f
name: "of_phandle_iterator_init" name: "of_phandle_iterator_init"
@@ -419361,6 +419377,7 @@ interface {
symbol_id: 0x01465bb9 symbol_id: 0x01465bb9
symbol_id: 0x24945e17 symbol_id: 0x24945e17
symbol_id: 0x7e41af4d symbol_id: 0x7e41af4d
symbol_id: 0xd7a6c809
symbol_id: 0x2d5d9d4f symbol_id: 0x2d5d9d4f
symbol_id: 0x99aacdb6 symbol_id: 0x99aacdb6
symbol_id: 0xf330039e symbol_id: 0xf330039e

View File

@@ -2121,6 +2121,7 @@
devm_pci_remap_cfg_resource devm_pci_remap_cfg_resource
jiffies_to_usecs jiffies_to_usecs
of_pci_get_max_link_speed of_pci_get_max_link_speed
of_pci_get_slot_power_limit
pci_host_probe pci_host_probe
pci_remove_root_bus pci_remove_root_bus
pci_stop_root_bus pci_stop_root_bus