mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-07 18:05:21 +02:00
ANDROID: ABI: Update pixel symbol list
Adding the following symbols: - __arm_smccc_sve_check - bitmap_find_free_region - bitmap_release_region - fwnode_typec_mux_get - kvm_iommu_init_hyp - kvm_iommu_register_driver - __pkvm_load_el2_module - pwm_apply_might_sleep - pwmchip_add - pwmchip_remove - pwm_get_chip_data - pwm_set_chip_data - typec_mux_set Bug: 362853446 Change-Id: Ice415fc1940572000b6f50f0fc185c3abbc556a3 Signed-off-by: Robin Peng <robinpeng@google.com>
This commit is contained in:
parent
d7a7845d1b
commit
2aab18f88e
|
@ -398782,6 +398782,15 @@ elf_symbol {
|
|||
type_id: 0x97889594
|
||||
full_name: "pwm_adjust_config"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0xcd51319b
|
||||
name: "pwm_apply_might_sleep"
|
||||
is_defined: true
|
||||
symbol_type: FUNCTION
|
||||
crc: 0x7182b4a9
|
||||
type_id: 0x977feed8
|
||||
full_name: "pwm_apply_might_sleep"
|
||||
}
|
||||
elf_symbol {
|
||||
id: 0x53ee2234
|
||||
name: "pwm_apply_state"
|
||||
|
@ -425181,6 +425190,7 @@ interface {
|
|||
symbol_id: 0x8dafa617
|
||||
symbol_id: 0x6d6f722d
|
||||
symbol_id: 0x5ae13553
|
||||
symbol_id: 0xcd51319b
|
||||
symbol_id: 0x53ee2234
|
||||
symbol_id: 0x9a5fd229
|
||||
symbol_id: 0x97ae9712
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
argv_split
|
||||
arm64_use_ng_mappings
|
||||
__arm_smccc_smc
|
||||
__arm_smccc_sve_check
|
||||
async_schedule_node_domain
|
||||
async_synchronize_full_domain
|
||||
atomic_notifier_call_chain
|
||||
|
@ -57,6 +58,7 @@
|
|||
__bitmap_andnot
|
||||
__bitmap_clear
|
||||
__bitmap_equal
|
||||
bitmap_find_free_region
|
||||
bitmap_find_next_zero_area_off
|
||||
bitmap_free
|
||||
bitmap_from_arr32
|
||||
|
@ -65,6 +67,7 @@
|
|||
bitmap_parselist
|
||||
bitmap_parse_user
|
||||
bitmap_print_to_pagebuf
|
||||
bitmap_release_region
|
||||
__bitmap_set
|
||||
bitmap_to_arr32
|
||||
__bitmap_weight
|
||||
|
@ -857,6 +860,7 @@
|
|||
fwnode_property_present
|
||||
fwnode_property_read_string
|
||||
fwnode_property_read_u32_array
|
||||
fwnode_typec_mux_get
|
||||
fwnode_typec_switch_get
|
||||
gcd
|
||||
generic_file_llseek
|
||||
|
@ -1252,6 +1256,8 @@
|
|||
kvfree
|
||||
kvfree_call_rcu
|
||||
kvmalloc_node
|
||||
kvm_iommu_init_hyp
|
||||
kvm_iommu_register_driver
|
||||
led_classdev_register_ext
|
||||
led_classdev_unregister
|
||||
led_init_default_state_get
|
||||
|
@ -1576,6 +1582,7 @@
|
|||
pktgen_xfrm_outer_mode_output
|
||||
pkvm_iommu_resume
|
||||
pkvm_iommu_suspend
|
||||
__pkvm_load_el2_module
|
||||
__pkvm_topup_hyp_alloc
|
||||
__pkvm_topup_hyp_alloc_mgt
|
||||
platform_bus_type
|
||||
|
@ -1669,7 +1676,12 @@
|
|||
__put_task_struct
|
||||
put_unused_fd
|
||||
put_vaddr_frames
|
||||
pwm_apply_might_sleep
|
||||
pwm_apply_state
|
||||
pwmchip_add
|
||||
pwmchip_remove
|
||||
pwm_get_chip_data
|
||||
pwm_set_chip_data
|
||||
queue_delayed_work_on
|
||||
queue_work_on
|
||||
radix_tree_insert
|
||||
|
@ -2406,6 +2418,7 @@
|
|||
tty_port_tty_get
|
||||
typec_mux_get_drvdata
|
||||
typec_mux_register
|
||||
typec_mux_set
|
||||
typec_switch_get_drvdata
|
||||
typec_switch_register
|
||||
typec_switch_set
|
||||
|
|
|
@ -104,6 +104,7 @@ hci_cmd_sync
|
|||
hci_cmd_sync_cancel
|
||||
hci_cmd_sync_cancel_sync
|
||||
hci_cmd_sync_queue
|
||||
hci_cmd_sync_status
|
||||
hci_cmd_sync_submit
|
||||
hci_conn_check_secure
|
||||
hci_conn_security
|
||||
|
|
Loading…
Reference in New Issue
Block a user