1 # Device types 2 type hi_sys_device, dev_type; 3 type hi_ao_device, dev_type; 4 type hi_ai_device, dev_type; 5 type hi_pq_device, dev_type; 6 type hi_hdmi_device, dev_type; 7 type hi_vfmw_device, dev_type, mlstrustedobject; 8 type hi_vo_device, dev_type; 9 type hi_disp_device, dev_type; 10 type hi_omxvdec_device, dev_type; 11 type hi_log_device, dev_type; 12 type hi_mem_device, dev_type; 13 type hi_module_device, dev_type; 14 type hi_stat_device, dev_type; 15 type hi_tde_device, dev_type; 16 type hi_gfx2d_device, dev_type; 17 type hi_userproc_device, dev_type; 18 type hi_pvr_device, dev_type; 19 type hi_sync_device, dev_type; 20 type hi_adec_device, dev_type; 21 type hi_vdec_device, dev_type; 22 type hi_gpio_device, dev_type; 23 type hi_smmu_device, dev_type; 24 type hi_vpss_device, dev_type; 25 type hi_adsp_device, dev_type; 26 type hi_mce_device, dev_type; 27 type mali_device, dev_type, file_type, mlstrustedobject; 28 type mmz_userdev_device, dev_type; 29 type ttyAMA2_device, dev_type; 30 type hi_system_block_device, dev_type; 31 type hi_vendor_block_device, dev_type; 32 type hi_cache_block_device, dev_type; 33 type hi_userdata_block_device, dev_type; 34 type rtk_bt_device, dev_type; 35