This repository was archived by the owner on Nov 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -398782,6 +398782,15 @@ elf_symbol {
398782
398782
type_id: 0x97889594
398783
398783
full_name: "pwm_adjust_config"
398784
398784
}
398785
+ elf_symbol {
398786
+ id: 0xcd51319b
398787
+ name: "pwm_apply_might_sleep"
398788
+ is_defined: true
398789
+ symbol_type: FUNCTION
398790
+ crc: 0x7182b4a9
398791
+ type_id: 0x977feed8
398792
+ full_name: "pwm_apply_might_sleep"
398793
+ }
398785
398794
elf_symbol {
398786
398795
id: 0x53ee2234
398787
398796
name: "pwm_apply_state"
@@ -425181,6 +425190,7 @@ interface {
425181
425190
symbol_id: 0x8dafa617
425182
425191
symbol_id: 0x6d6f722d
425183
425192
symbol_id: 0x5ae13553
425193
+ symbol_id: 0xcd51319b
425184
425194
symbol_id: 0x53ee2234
425185
425195
symbol_id: 0x9a5fd229
425186
425196
symbol_id: 0x97ae9712
Original file line number Diff line number Diff line change 42
42
argv_split
43
43
arm64_use_ng_mappings
44
44
__arm_smccc_smc
45
+ __arm_smccc_sve_check
45
46
async_schedule_node_domain
46
47
async_synchronize_full_domain
47
48
atomic_notifier_call_chain
57
58
__bitmap_andnot
58
59
__bitmap_clear
59
60
__bitmap_equal
61
+ bitmap_find_free_region
60
62
bitmap_find_next_zero_area_off
61
63
bitmap_free
62
64
bitmap_from_arr32
65
67
bitmap_parselist
66
68
bitmap_parse_user
67
69
bitmap_print_to_pagebuf
70
+ bitmap_release_region
68
71
__bitmap_set
69
72
bitmap_to_arr32
70
73
__bitmap_weight
857
860
fwnode_property_present
858
861
fwnode_property_read_string
859
862
fwnode_property_read_u32_array
863
+ fwnode_typec_mux_get
860
864
fwnode_typec_switch_get
861
865
gcd
862
866
generic_file_llseek
1252
1256
kvfree
1253
1257
kvfree_call_rcu
1254
1258
kvmalloc_node
1259
+ kvm_iommu_init_hyp
1260
+ kvm_iommu_register_driver
1255
1261
led_classdev_register_ext
1256
1262
led_classdev_unregister
1257
1263
led_init_default_state_get
1576
1582
pktgen_xfrm_outer_mode_output
1577
1583
pkvm_iommu_resume
1578
1584
pkvm_iommu_suspend
1585
+ __pkvm_load_el2_module
1579
1586
__pkvm_topup_hyp_alloc
1580
1587
__pkvm_topup_hyp_alloc_mgt
1581
1588
platform_bus_type
1669
1676
__put_task_struct
1670
1677
put_unused_fd
1671
1678
put_vaddr_frames
1679
+ pwm_apply_might_sleep
1672
1680
pwm_apply_state
1681
+ pwmchip_add
1682
+ pwmchip_remove
1683
+ pwm_get_chip_data
1684
+ pwm_set_chip_data
1673
1685
queue_delayed_work_on
1674
1686
queue_work_on
1675
1687
radix_tree_insert
2406
2418
tty_port_tty_get
2407
2419
typec_mux_get_drvdata
2408
2420
typec_mux_register
2421
+ typec_mux_set
2409
2422
typec_switch_get_drvdata
2410
2423
typec_switch_register
2411
2424
typec_switch_set
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ hci_cmd_sync
104
104
hci_cmd_sync_cancel
105
105
hci_cmd_sync_cancel_sync
106
106
hci_cmd_sync_queue
107
+ hci_cmd_sync_status
107
108
hci_cmd_sync_submit
108
109
hci_conn_check_secure
109
110
hci_conn_security
You can’t perform that action at this time.
0 commit comments