Skip to content

Downstream kernel

Akari Tsuyukusa edited this page Feb 6, 2026 · 4 revisions

(b8000 twrp)

kallsyms

https://gist.github.com/akku1139/cf603c43be7ad8c670cff5e4e45f8568

drivers

~ # ls /sys/bus/platform/drivers
Accdet_Driver            mmp                      mtkfb
AudDrv_driver_device     msensor                  mtkfb_vsync
CAM_CAL_DRV              mssv                     pmic_mt6320
M4U_device               mt-auxadc                pmic_wrap
MTK_SMI                  mt-battery               sim-switch
alarmtimer               mt-cpufreq               slt_cpu0_dhry
als_ps                   mt-freqhopping           slt_cpu0_fdct
android_pmem             mt-gpio                  slt_cpu0_imdct
bq24196-user             mt-i2c                   slt_cpu0_maxpower
camera-isp               mt-i2cd                  slt_cpu0_memcpyL2
camera-pipemgr           mt-pmic                  slt_cpu0_vfp
camera-sysram            mt-pwm                   slt_cpu1_dhry
cirq                     mt-rtc                   slt_cpu1_fdct
ddr_type                 mt-spi                   slt_cpu1_imdct
dramc_high               mt3326-gps               slt_cpu1_maxpower
dsizer                   mt6320-battery           slt_cpu1_memcpyL2
dummy_char               mt6320-fgadc             slt_cpu1_vfp
dummy_eeprom             mt_cache_dump            slt_cpu2_dhry
eint                     mt_usb                   slt_cpu2_fdct
emi_clk_test             mtk-golden-setting       slt_cpu2_imdct
ext_display              mtk-gpufreq              slt_cpu2_maxpower
fiq_debugger             mtk-kpd                  slt_cpu2_memcpyL2
gen_nand                 mtk-msdc                 slt_cpu2_vfp
gsensor                  mtk-ptp                  slt_cpu3_dhry
hall-sensor              mtk-spm-mcdi             slt_cpu3_fdct
hid-keyboard             mtk-therm-mon            slt_cpu3_imdct
hwmsensor                mtk-thermal              slt_cpu3_maxpower
image_sensor             mtk-tpd                  slt_cpu3_memcpyL2
image_sensor_bus2        mtk-uart                 slt_cpu3_vfp
ion-drv                  mtk-wdt                  slt_dhry_loop_count
kd_camera_flashlight     mtk_almk                 slt_fdct_loop_count
led-sensor               mtk_disp                 slt_imdct_loop_count
leds-mt65xx              mtk_gdma                 slt_maxpower_loop_count
lens_actuator            mtk_gfmt                 slt_memcpyL2_loop_count
mem_bw_ctrl              mtk_jpeg                 slt_vfp_loop_count
misc-sd                  mtk_vibrator             swsusp-helper
~ #
`ls -l /sys/bus/platform/drivers/*` ``` ~ # ls -l /sys/bus/platform/drivers/* /sys/bus/platform/drivers/Accdet_Driver: lrwxrwxrwx 1 root root 0 Jun 17 16:51 Accdet_Driver -> ../../../../devices/platform/Accdet_Driver -rw-rw-r-- 1 root root 4096 Jun 17 16:51 accdet_call_state -rw-rw-r-- 1 root root 4096 Jun 17 16:51 accdet_insert_delay -rw-rw-r-- 1 root root 4096 Jun 17 16:51 accdet_pin_recognition --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 dump_register -rw-r--r-- 1 root root 4096 Jun 17 16:51 set_headset_mode -rw-r--r-- 1 root root 4096 Jun 17 16:51 start_debug --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/AudDrv_driver_device: lrwxrwxrwx 1 root root 0 Jun 17 16:51 AudDrv_driver_device.0 -> ../../../../devices/platform/AudDrv_driver_device.0 --w------- 1 root root 4096 Jun 17 16:51 bind --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/CAM_CAL_DRV: lrwxrwxrwx 1 root root 0 Jun 17 16:51 CAM_CAL_DRV.0 -> ../../../../devices/platform/CAM_CAL_DRV.0 --w------- 1 root root 4096 Jun 17 16:51 bind --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/M4U_device: lrwxrwxrwx 1 root root 0 Jun 17 16:51 M4U_device.0 -> ../../../../devices/platform/M4U_device.0 --w------- 1 root root 4096 Jun 17 16:51 bind --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/MTK_SMI: lrwxrwxrwx 1 root root 0 Jun 17 16:51 MTK_SMI.0 -> ../../../../devices/platform/MTK_SMI.0 --w------- 1 root root 4096 Jun 17 16:51 bind --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/alarmtimer: lrwxrwxrwx 1 root root 0 Jun 17 16:51 alarmtimer -> ../../../../devices/platform/alarmtimer --w------- 1 root root 4096 Jun 17 16:51 bind --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/als_ps: lrwxrwxrwx 1 root root 0 Jun 17 16:51 als_ps -> ../../../../devices/platform/als_ps --w------- 1 root root 4096 Jun 17 16:51 bind --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/android_pmem: --w------- 1 root root 4096 Jun 17 16:51 bind --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/bq24196-user: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 bq24196-user -> ../../../../devices/platform/bq24196-user --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/camera-isp: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 camera-isp.0 -> ../../../../devices/platform/camera-isp.0 --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/camera-pipemgr: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 camera-pipemgr -> ../../../../devices/platform/camera-pipemgr --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/camera-sysram: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 camera-sysram.0 -> ../../../../devices/platform/camera-sysram.0 --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/cirq: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-rw-r-- 1 root root 4096 Jun 17 16:51 cirq_dvt --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/ddr_type: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 ddr_type --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/dramc_high: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 dramc_high --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/dsizer: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-rw-r-- 1 root root 4096 Jun 17 16:51 dsizer --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/dummy_char: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 dummy_char.0 -> ../../../../devices/platform/dummy_char.0 --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/dummy_eeprom: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 dummy_eeprom.0 -> ../../../../devices/platform/dummy_eeprom.0 --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/eint: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-rw-r-- 1 root root 4096 Jun 17 16:51 current_eint -rw-r--r-- 1 root root 4096 Jun 17 16:51 current_eint_deb -rw-r--r-- 1 root root 4096 Jun 17 16:51 current_eint_deb_en -rw-r--r-- 1 root root 4096 Jun 17 16:51 current_eint_pol -rw-r--r-- 1 root root 4096 Jun 17 16:51 current_eint_reg_isr -rw-r--r-- 1 root root 4096 Jun 17 16:51 current_eint_sens -rw-rw-r-- 1 root root 4096 Jun 17 16:51 current_eint_soft_set --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/emi_clk_test: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-rw-r-- 1 root root 4096 Jun 17 16:51 emi_clk_3d_test -rw-rw-r-- 1 root root 4096 Jun 17 16:51 emi_clk_mtcmos_test -rw-rw-r-- 1 root root 4096 Jun 17 16:51 emi_clk_test --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/ext_display: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 ext_display.0 -> ../../../../devices/platform/ext_display.0 --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/fiq_debugger: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 fiq_debugger -> ../../../../devices/platform/fiq_debugger --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/gen_nand: --w------- 1 root root 4096 Jun 17 16:51 bind --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/gsensor: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 cali -rw-r--r-- 1 root root 4096 Jun 17 16:51 chipinfo -rw-r--r-- 1 root root 4096 Jun 17 16:51 cpsbandwidth -rw-r--r-- 1 root root 4096 Jun 17 16:51 cpsdata -rw-r--r-- 1 root root 4096 Jun 17 16:51 cpsopmode -rw-r--r-- 1 root root 4096 Jun 17 16:51 cpsrange -rw-r--r-- 1 root root 4096 Jun 17 16:51 firlen lrwxrwxrwx 1 root root 0 Jun 17 16:51 gsensor -> ../../../../devices/platform/gsensor -r--r--r-- 1 root root 4096 Jun 17 16:51 powerstatus -rw-r--r-- 1 root root 4096 Jun 17 16:51 sensordata -r--r--r-- 1 root root 4096 Jun 17 16:51 status -rw-r--r-- 1 root root 4096 Jun 17 16:51 trace --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/hall-sensor: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 hall-sensor -> ../../../../devices/platform/hall-sensor --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/hid-keyboard: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 hid-keyboard -> ../../../../devices/platform/hid-keyboard --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/hwmsensor: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 hwmsensor -> ../../../../devices/platform/hwmsensor --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/image_sensor: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 image_sensor -> ../../../../devices/platform/image_sensor --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/image_sensor_bus2: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 image_sensor_bus2 -> ../../../../devices/platform/image_sensor_bus2 --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/ion-drv: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 ion-drv.0 -> ../../../../devices/platform/ion-drv.0 --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/kd_camera_flashlight: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 kd_camera_flashlight.0 -> ../../../../devices/platform/kd_camera_flashlight.0 --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/led-sensor: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 led-sensor -> ../../../../devices/platform/led-sensor --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/leds-mt65xx: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 leds-mt65xx -> ../../../../devices/platform/leds-mt65xx --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/lens_actuator: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 lens_actuator -> ../../../../devices/platform/lens_actuator --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/mem_bw_ctrl: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 concurrency_scenario --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/misc-sd: --w------- 1 root root 4096 Jun 17 16:51 bind --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/mmp: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 mmp.0 -> ../../../../devices/platform/mmp.0 --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/msensor: --w------- 1 root root 4096 Jun 17 16:51 bind -r--r--r-- 1 root root 4096 Jun 17 16:51 chipinfo -rw-r--r-- 1 root root 4096 Jun 17 16:51 cpsdata -rw-r--r-- 1 root root 4096 Jun 17 16:51 cpsopmode -rw-r--r-- 1 root root 4096 Jun 17 16:51 cpsreptxy -rw-r--r-- 1 root root 4096 Jun 17 16:51 cpsreptz -r--r--r-- 1 root root 4096 Jun 17 16:51 daemon -rw-r--r-- 1 root root 4096 Jun 17 16:51 layout lrwxrwxrwx 1 root root 0 Jun 17 16:51 msensor -> ../../../../devices/platform/msensor -r--r--r-- 1 root root 4096 Jun 17 16:51 posturedata -r--r--r-- 1 root root 4096 Jun 17 16:51 sensordata -r--r--r-- 1 root root 4096 Jun 17 16:51 status -rw-r--r-- 1 root root 4096 Jun 17 16:51 test -rw-r--r-- 1 root root 4096 Jun 17 16:51 trace --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/mssv: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 chip_id -rw-r--r-- 1 root root 4096 Jun 17 16:51 ptp_od -rw-r--r-- 1 root root 4096 Jun 17 16:51 track_vsram --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/mt-auxadc: --w------- 1 root root 4096 Jun 17 16:49 bind lrwxrwxrwx 1 root root 0 Jun 17 16:49 mt-auxadc -> ../../../../devices/platform/mt-auxadc --w------- 1 root root 4096 Jun 17 16:49 uevent --w------- 1 root root 4096 Jun 17 16:49 unbind

/sys/bus/platform/drivers/mt-battery: --w------- 1 root root 4096 Jun 17 16:49 bind lrwxrwxrwx 1 root root 0 Jun 17 16:49 mt-battery -> ../../../../devices/platform/mt-battery --w------- 1 root root 4096 Jun 17 16:49 uevent --w------- 1 root root 4096 Jun 17 16:49 unbind

/sys/bus/platform/drivers/mt-cpufreq: --w------- 1 root root 4096 Jun 17 16:49 bind lrwxrwxrwx 1 root root 0 Jun 17 16:49 mt-cpufreq -> ../../../../devices/platform/mt-cpufreq --w------- 1 root root 4096 Jun 17 16:49 uevent --w------- 1 root root 4096 Jun 17 16:49 unbind

/sys/bus/platform/drivers/mt-freqhopping: --w------- 1 root root 4096 Jun 17 16:49 bind lrwxrwxrwx 1 root root 0 Jun 17 16:49 mt-freqhopping -> ../../../../devices/platform/mt-freqhopping --w------- 1 root root 4096 Jun 17 16:49 uevent --w------- 1 root root 4096 Jun 17 16:49 unbind

/sys/bus/platform/drivers/mt-gpio: --w------- 1 root root 4096 Jun 17 16:49 bind lrwxrwxrwx 1 root root 0 Jun 17 16:49 mt-gpio -> ../../../../devices/platform/mt-gpio --w------- 1 root root 4096 Jun 17 16:49 uevent --w------- 1 root root 4096 Jun 17 16:49 unbind

/sys/bus/platform/drivers/mt-i2c: --w------- 1 root root 4096 Jun 17 16:49 bind lrwxrwxrwx 1 root root 0 Jun 17 16:49 mt-i2c.0 -> ../../../../devices/platform/mt-i2c.0 lrwxrwxrwx 1 root root 0 Jun 17 16:49 mt-i2c.1 -> ../../../../devices/platform/mt-i2c.1 lrwxrwxrwx 1 root root 0 Jun 17 16:49 mt-i2c.2 -> ../../../../devices/platform/mt-i2c.2 lrwxrwxrwx 1 root root 0 Jun 17 16:49 mt-i2c.3 -> ../../../../devices/platform/mt-i2c.3 lrwxrwxrwx 1 root root 0 Jun 17 16:49 mt-i2c.4 -> ../../../../devices/platform/mt-i2c.4 lrwxrwxrwx 1 root root 0 Jun 17 16:49 mt-i2c.5 -> ../../../../devices/platform/mt-i2c.5 lrwxrwxrwx 1 root root 0 Jun 17 16:49 mt-i2c.6 -> ../../../../devices/platform/mt-i2c.6 --w------- 1 root root 4096 Jun 17 16:49 uevent --w------- 1 root root 4096 Jun 17 16:49 unbind

/sys/bus/platform/drivers/mt-i2cd: --w------- 1 root root 4096 Jun 17 16:49 bind lrwxrwxrwx 1 root root 0 Jun 17 16:49 mt-i2cd.0 -> ../../../../devices/platform/mt-i2cd.0 --w------- 1 root root 4096 Jun 17 16:49 uevent --w------- 1 root root 4096 Jun 17 16:49 unbind

/sys/bus/platform/drivers/mt-pmic: --w------- 1 root root 4096 Jun 17 16:49 bind lrwxrwxrwx 1 root root 0 Jun 17 16:49 mt-pmic -> ../../../../devices/platform/mt-pmic --w------- 1 root root 4096 Jun 17 16:49 uevent --w------- 1 root root 4096 Jun 17 16:49 unbind

/sys/bus/platform/drivers/mt-pwm: --w------- 1 root root 4096 Jun 17 16:49 bind lrwxrwxrwx 1 root root 0 Jun 17 16:49 mt-pwm.0 -> ../../../../devices/platform/mt-pwm.0 --w------- 1 root root 4096 Jun 17 16:49 uevent --w------- 1 root root 4096 Jun 17 16:49 unbind

/sys/bus/platform/drivers/mt-rtc: --w------- 1 root root 4096 Jun 17 16:49 bind lrwxrwxrwx 1 root root 0 Jun 17 16:49 mt-rtc -> ../../../../devices/platform/mt-rtc --w------- 1 root root 4096 Jun 17 16:49 uevent --w------- 1 root root 4096 Jun 17 16:49 unbind

/sys/bus/platform/drivers/mt-spi: --w------- 1 root root 4096 Jun 17 16:49 bind lrwxrwxrwx 1 root root 0 Jun 17 16:49 mt-spi.0 -> ../../../../devices/platform/mt-spi.0 --w------- 1 root root 4096 Jun 17 16:49 uevent --w------- 1 root root 4096 Jun 17 16:49 unbind

/sys/bus/platform/drivers/mt3326-gps: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 mt3326-gps -> ../../../../devices/platform/mt3326-gps --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/mt6320-battery: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 mt6320-battery -> ../../../../devices/platform/mt6320-battery --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/mt6320-fgadc: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 mt6320-fgadc -> ../../../../devices/platform/mt6320-fgadc --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/mt_cache_dump: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 cache_dump --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/mt_usb: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 mt_usb -> ../../../../devices/platform/mt_usb --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/mtk-golden-setting: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 mtk-golden-setting -> ../../../../devices/platform/mtk-golden-setting --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/mtk-gpufreq: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 mtk-gpufreq -> ../../../../devices/platform/mtk-gpufreq --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/mtk-kpd: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 kpd_call_state lrwxrwxrwx 1 root root 0 Jun 17 16:51 mtk-kpd -> ../../../../devices/platform/mtk-kpd --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/mtk-msdc: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 mtk-msdc.0 -> ../../../../devices/platform/mtk-msdc.0 lrwxrwxrwx 1 root root 0 Jun 17 16:51 mtk-msdc.1 -> ../../../../devices/platform/mtk-msdc.1 lrwxrwxrwx 1 root root 0 Jun 17 16:51 mtk-msdc.3 -> ../../../../devices/platform/mtk-msdc.3 --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/mtk-ptp: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 mtk-ptp -> ../../../../devices/platform/mtk-ptp --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/mtk-spm-mcdi: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 mtk-spm-mcdi -> ../../../../devices/platform/mtk-spm-mcdi --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/mtk-therm-mon: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 mtk-therm-mon -> ../../../../devices/platform/mtk-therm-mon --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/mtk-thermal: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 mtk-thermal -> ../../../../devices/platform/mtk-thermal --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/mtk-tpd: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 mtk-tpd -> ../../../../devices/platform/mtk-tpd --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/mtk-uart: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 mtk-uart.0 -> ../../../../devices/platform/mtk-uart.0 lrwxrwxrwx 1 root root 0 Jun 17 16:51 mtk-uart.1 -> ../../../../devices/platform/mtk-uart.1 lrwxrwxrwx 1 root root 0 Jun 17 16:51 mtk-uart.2 -> ../../../../devices/platform/mtk-uart.2 lrwxrwxrwx 1 root root 0 Jun 17 16:51 mtk-uart.3 -> ../../../../devices/platform/mtk-uart.3 --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/mtk-wdt: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 mtk-wdt.0 -> ../../../../devices/platform/mtk-wdt.0 --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/mtk_almk: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 mtk_almk.0 -> ../../../../devices/platform/mtk_almk.0 --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/mtk_disp: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 mtk_disp.0 -> ../../../../devices/platform/mtk_disp.0 --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/mtk_gdma: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 mtk_gdma.0 -> ../../../../devices/platform/mtk_gdma.0 --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/mtk_gfmt: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 mtk_gfmt.0 -> ../../../../devices/platform/mtk_gfmt.0 --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/mtk_jpeg: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 mtk_jpeg.0 -> ../../../../devices/platform/mtk_jpeg.0 --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/mtk_vibrator: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 mtk_vibrator -> ../../../../devices/platform/mtk_vibrator --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/mtkfb: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 mtkfb.0 -> ../../../../devices/platform/mtkfb.0 --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/mtkfb_vsync: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 mtkfb_vsync.0 -> ../../../../devices/platform/mtkfb_vsync.0 --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/pmic_mt6320: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 pmic_mt6320 -> ../../../../devices/platform/pmic_mt6320 --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/pmic_wrap: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 pmic_wrap -> ../../../../devices/platform/pmic_wrap --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/sim-switch: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 sim-switch -> ../../../../devices/platform/sim-switch --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_cpu0_dhry: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_cpu0_dhry --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_cpu0_fdct: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_cpu0_fdct --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_cpu0_imdct: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_cpu0_imdct --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_cpu0_maxpower: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_cpu0_maxpower --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_cpu0_memcpyL2: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_cpu0_memcpyL2 --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_cpu0_vfp: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_cpu0_vfp --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_cpu1_dhry: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_cpu1_dhry --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_cpu1_fdct: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_cpu1_fdct --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_cpu1_imdct: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_cpu1_imdct --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_cpu1_maxpower: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_cpu1_maxpower --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_cpu1_memcpyL2: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_cpu1_memcpyL2 --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_cpu1_vfp: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_cpu1_vfp --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_cpu2_dhry: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_cpu2_dhry --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_cpu2_fdct: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_cpu2_fdct --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_cpu2_imdct: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_cpu2_imdct --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_cpu2_maxpower: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_cpu2_maxpower --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_cpu2_memcpyL2: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_cpu2_memcpyL2 --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_cpu2_vfp: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_cpu2_vfp --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_cpu3_dhry: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_cpu3_dhry --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_cpu3_fdct: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_cpu3_fdct --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_cpu3_imdct: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_cpu3_imdct --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_cpu3_maxpower: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_cpu3_maxpower --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_cpu3_memcpyL2: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_cpu3_memcpyL2 --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_cpu3_vfp: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_cpu3_vfp --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_dhry_loop_count: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_dhry_loop_count --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_fdct_loop_count: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_fdct_loop_count --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_imdct_loop_count: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_imdct_loop_count --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_maxpower_loop_count: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_maxpower_loop_count --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_memcpyL2_loop_count: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_memcpyL2_loop_count --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/slt_vfp_loop_count: --w------- 1 root root 4096 Jun 17 16:51 bind -rw-r--r-- 1 root root 4096 Jun 17 16:51 slt_vfp_loop_count --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind

/sys/bus/platform/drivers/swsusp-helper: --w------- 1 root root 4096 Jun 17 16:51 bind lrwxrwxrwx 1 root root 0 Jun 17 16:51 swsusp-helper -> ../../../../devices/platform/swsusp-helper --w------- 1 root root 4096 Jun 17 16:51 uevent --w------- 1 root root 4096 Jun 17 16:51 unbind ~ #

</summary>

<details><summary>`ls /sys/class/*`</summary>

~ # ls /sys/class/* /sys/class/BOOT: BOOT

/sys/class/CAM_CALdrv: CAM_CAL_DRV

/sys/class/EEPROMdrv: dummy_eeprom

/sys/class/M4U_device: M4U_device

/sys/class/MTK_SMI: MTK_SMI

/sys/class/MT_pmic_adc_cali: MT_pmic_adc_cali

/sys/class/SysramDrv: camera-sysram

/sys/class/accdet: accdet

/sys/class/actuatordrv: FM50AF

/sys/class/android_usb: android0 f_adb f_eem f_mass_storage f_rndis f_accessory f_audio_source f_ffs f_mtp f_acm f_ecm f_gser f_ptp

/sys/class/bdi: 179:0 179:96 7:2 7:5 default mtd-unmap 179:32 7:0 7:3 7:6 mtd-romap 179:64 7:1 7:4 7:7 mtd-rwmap

/sys/class/block: loop0 loop4 mmcblk0 mmcblk0p2 mmcblk0p6 mmcblk1p1 loop1 loop5 mmcblk0boot0 mmcblk0p3 mmcblk0p7 mmcblk1p2 loop2 loop6 mmcblk0boot1 mmcblk0p4 mmcblk0p8 loop3 loop7 mmcblk0p1 mmcblk0p5 mmcblk1

/sys/class/btn: btn

/sys/class/camera-pipemgr: camera-pipemgr

/sys/class/dumchar: android ebr1 logo pmt protect_s uboot bmtpool ebr2 mbr preloader recovery usrdata bootimg expdb misc pro_info sec_ro cache fac nvram protect_f seccfg

/sys/class/ext_display: ext_display

/sys/class/firmware: timeout

/sys/class/flashlightdrv: kd_camera_flashlight

/sys/class/gpsdrv: gps

/sys/class/graphics: fb0

/sys/class/i2c-adapter: i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6

/sys/class/ieee80211:

/sys/class/input: event0 event1 event2 event3 input0 input1 input2 input3 mice mouse0

/sys/class/ispdrv: camera-isp

/sys/class/leds: blue green red button-backlight lcd-backlight white

/sys/class/mem: full kmsg null random urandom zero

/sys/class/misc: aed0 gsensor msensor touch aed1 hid-keyboard mt_otg_test tpd_em_log alarm hwmsensor mtfreqhopping tun als_ps ion mtgpio uinput android_adb led mtk-kpd usb_accessory ashmem log_events mtp_usb uvvp_hotplug binder log_ksystem network_latency uvvp_pmic cpu_dma_latency log_main network_throughput uvvp_vdec device-mapper log_radio pmic_wrap xLog eac log_system psaux xt_qtaguid etm loop-control snapshot fuse misc-sd sw_sync

/sys/class/mmc_host: mmc0 mmc1 mmc2

/sys/class/mmp: mmp

/sys/class/mtd:

/sys/class/mtk-adc-cali: mtk-adc-cali

/sys/class/mtk_almk: mtk_almk

/sys/class/mtk_disp: mtk_disp

/sys/class/mtk_gdma: mtk_gdma

/sys/class/mtk_gfmt: mtk_gfmt

/sys/class/mtk_jpeg: mtk_jpeg

/sys/class/mtkfb_vsync: mtkfb_vsync

/sys/class/net: ifb0 ifb1 ip6tnl0 lo sit0 tunl0

/sys/class/power_supply: ac battery usb

/sys/class/ppp: ppp

/sys/class/rtc: rtc0

/sys/class/scheddrv: mtk_sched

/sys/class/scsi_device:

/sys/class/scsi_disk:

/sys/class/scsi_host:

/sys/class/sensordrv: kd_camera_hw

/sys/class/sensordrv2: kd_camera_hw_bus2

/sys/class/sound: timer

/sys/class/spi_master: spi0

/sys/class/switch: h2w hall otg_state

/sys/class/thermal: cooling_device0 cooling_device18 cooling_device27 cooling_device5 cooling_device1 cooling_device19 cooling_device28 cooling_device6 cooling_device10 cooling_device2 cooling_device29 cooling_device7 cooling_device11 cooling_device20 cooling_device3 cooling_device8 cooling_device12 cooling_device21 cooling_device30 cooling_device9 cooling_device13 cooling_device22 cooling_device31 thermal_zone0 cooling_device14 cooling_device23 cooling_device32 thermal_zone1 cooling_device15 cooling_device24 cooling_device33 thermal_zone2 cooling_device16 cooling_device25 cooling_device34 thermal_zone3 cooling_device17 cooling_device26 cooling_device4

/sys/class/timed_output: vibrator

/sys/class/tty: console ptyp3 ptyp8 ptypd ttyGS1 ttyMT2 ttyp3 ttyp8 ttypd ptmx ptyp4 ptyp9 ptype ttyGS2 ttyMT3 ttyp4 ttyp9 ttype ptyp0 ptyp5 ptypa ptypf ttyGS3 ttyp0 ttyp5 ttypa ttypf ptyp1 ptyp6 ptypb tty ttyMT0 ttyp1 ttyp6 ttypb ptyp2 ptyp7 ptypc ttyGS0 ttyMT1 ttyp2 ttyp7 ttypc

/sys/class/usb_device: usbdev1.1

/sys/class/watchdog: watchdog

/sys/class/xt_idletimer: timers ~ #

</details>

## Binary Ninja

https://github.com/TeamYogaBlade2/android_kernel_lenovo_b8000-jellybean_osc/issues/1#issuecomment-3263712835

Clone this wiki locally