You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
1.4 KiB

######################################
# Device types
######################################
type adec_device, dev_type;
type aenc_device, dev_type;
type ai_device, dev_type;
type ao_device, dev_type;
type ca_device,dev_type;
type cipher_device, dev_type;
type demux_device, dev_type;
type disp_device, dev_type;
type gfx2d_device, dev_type;
type gpio_device, dev_type;
type hdmi_device, dev_type;
type i2c_device, dev_type;
type ir_device, dev_type;
type keyled_device, dev_type;
type omxvdec_device, dev_type;
type otp_device, dev_type;
type panel_device, dev_type;
type pm_device, dev_type;
type png_device, dev_type;
type sci_device, dev_type;
type smmu_device, dev_type;
type sync_device, dev_type;
type tuner_device, dev_type;
type vdec_device, dev_type;
type venc_device, dev_type;
type vi_device, dev_type;
type vo_device, dev_type;
#---------------------------------------
type adsp_device, dev_type;
type dbe_device, dev_type;
type mce_device,dev_type;
type module_device, dev_type;
type mmz_userdev_device, dev_type;
type pdm_device, dev_type;
type pq_device, dev_type;
type stat_device, dev_type;
type sys_device, dev_type;
type tde_device, dev_type;
type userproc_device, dev_type;
type vpss_device, dev_type;
#---------------------------------------
type dfb_surface_device, dev_type;
type dfb_fusion_device, dev_type;
type udev_device, dev_type;