ANDROID: update unisoc symbol list
2 function symbol(s) added 'struct thermal_zone_device* thermal_zone_device_register_with_trips(const char*, struct thermal_trip*, int, int, void*, struct thermal_zone_device_ops*, struct thermal_zone_params*, int, int)' 'int thermal_zone_unbind_cooling_device(struct thermal_zone_device*, int, struct thermal_cooling_device*)' Bug: 290155471 Signed-off-by: Di Shen <di.shen@unisoc.com> Change-Id: I393758dcbe86897d6c7e9923ebccffd00ebc2d34
This commit is contained in:
parent
dde9b1794c
commit
711f5d5bfe
2 changed files with 50 additions and 0 deletions
|
|
@ -297625,6 +297625,13 @@ function {
|
|||
parameter_id: 0x6720d32f
|
||||
parameter_id: 0x13580d6c
|
||||
}
|
||||
function {
|
||||
id: 0x95a406a6
|
||||
return_type_id: 0x6720d32f
|
||||
parameter_id: 0x26e55184
|
||||
parameter_id: 0x6720d32f
|
||||
parameter_id: 0x04ca9246
|
||||
}
|
||||
function {
|
||||
id: 0x95a45e65
|
||||
return_type_id: 0xb3e7bac9
|
||||
|
|
@ -315072,6 +315079,19 @@ function {
|
|||
return_type_id: 0x6d7f5ff6
|
||||
parameter_id: 0x31fe2b41
|
||||
}
|
||||
function {
|
||||
id: 0xf2e4f0d1
|
||||
return_type_id: 0x26e55184
|
||||
parameter_id: 0x3e10b518
|
||||
parameter_id: 0x0b4ebfc7
|
||||
parameter_id: 0x6720d32f
|
||||
parameter_id: 0x6720d32f
|
||||
parameter_id: 0x18bd6530
|
||||
parameter_id: 0x28b7a3b7
|
||||
parameter_id: 0x043574da
|
||||
parameter_id: 0x6720d32f
|
||||
parameter_id: 0x6720d32f
|
||||
}
|
||||
function {
|
||||
id: 0xf2ee299f
|
||||
return_type_id: 0x6d7f5ff6
|
||||
|
|
@ -367786,6 +367806,15 @@ elf_symbol {
|
|||
type_id: 0xf354bbbc
|
||||
full_name: "thermal_zone_device_register"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xed549fd4
|
||||
name: "thermal_zone_device_register_with_trips"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0xfcd9aad1
|
||||
type_id: 0xf2e4f0d1
|
||||
full_name: "thermal_zone_device_register_with_trips"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x73954c59
|
||||
name: "thermal_zone_device_unregister"
|
||||
|
|
@ -367822,6 +367851,15 @@ elf_symbol {
|
|||
type_id: 0xf2d19814
|
||||
full_name: "thermal_zone_get_zone_by_name"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x61ab1273
|
||||
name: "thermal_zone_unbind_cooling_device"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x13f7391c
|
||||
type_id: 0x95a406a6
|
||||
full_name: "thermal_zone_unbind_cooling_device"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x68e98442
|
||||
name: "thread_group_cputime_adjusted"
|
||||
|
|
@ -381906,10 +381944,12 @@ interface {
|
|||
symbol_id: 0x96242237
|
||||
symbol_id: 0x571b278c
|
||||
symbol_id: 0x3272fe14
|
||||
symbol_id: 0xed549fd4
|
||||
symbol_id: 0x73954c59
|
||||
symbol_id: 0x0f9699eb
|
||||
symbol_id: 0x66782435
|
||||
symbol_id: 0x793a755b
|
||||
symbol_id: 0x61ab1273
|
||||
symbol_id: 0x68e98442
|
||||
symbol_id: 0x1cf36c3c
|
||||
symbol_id: 0x9fc8421c
|
||||
|
|
|
|||
|
|
@ -1679,7 +1679,16 @@
|
|||
typec_unregister_altmode
|
||||
|
||||
# required by sprd_thermal_ctl.ko
|
||||
cpufreq_quick_get_max
|
||||
devfreq_cooling_em_register
|
||||
devfreq_cooling_unregister
|
||||
|
||||
# required by sprd_soc_thm.ko
|
||||
thermal_of_zone_unregister
|
||||
thermal_zone_bind_cooling_device
|
||||
thermal_zone_device_register_with_trips
|
||||
thermal_zone_device_update
|
||||
thermal_zone_unbind_cooling_device
|
||||
|
||||
# required by sprd_hwspinlock.ko
|
||||
devm_hwspin_lock_register
|
||||
|
|
@ -1826,6 +1835,7 @@
|
|||
sk_stop_timer
|
||||
sock_recvmsg
|
||||
sock_rfree
|
||||
strcasecmp
|
||||
strchr
|
||||
strrchr
|
||||
sysctl_vals
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue