Avijit Kanti Das | 2d70e6f | 2014-07-24 01:06:21 -0700 | [diff] [blame] | 1 | #Define the logging device type |
Biswajit Paul | 85b3a36 | 2015-10-09 16:11:38 -0700 | [diff] [blame] | 2 | type diag_device, dev_type, mlstrustedobject; |
Avijit Kanti Das | 353e929 | 2014-07-23 23:39:30 -0700 | [diff] [blame] | 3 | type smem_log_device, dev_type; |
| 4 | |
| 5 | #Define the hsic device |
| 6 | type hsic_device, dev_type; |
| 7 | |
| 8 | #Define the mhi device |
| 9 | type mhi_device, dev_type; |
Brent Hronik | 6a6ca23 | 2013-12-17 12:28:23 -0700 | [diff] [blame] | 10 | |
Ameya Thakur | b795e15 | 2015-11-05 16:59:11 -0800 | [diff] [blame] | 11 | #Define the bhi device |
| 12 | type bhi_device, dev_type; |
| 13 | |
Brent Hronik | 6a6ca23 | 2013-12-17 12:28:23 -0700 | [diff] [blame] | 14 | #device type for smd device nodes, ie /dev/smd* |
| 15 | type smd_device, dev_type; |
Avijit Kanti Das | 71c0842 | 2014-07-25 17:11:21 -0700 | [diff] [blame] | 16 | |
Avijit Kanti Das | 658ff4d | 2014-10-26 00:30:09 -0700 | [diff] [blame] | 17 | #device type for rmnet device nodes, ie /dev/rmnet_ctrl* |
| 18 | type rmnet_device, dev_type; |
| 19 | |
Shiju Mathew | 30dea98 | 2014-04-11 11:51:53 -0400 | [diff] [blame] | 20 | #Define thermal-engine devices |
| 21 | type thermal_device, dev_type; |
Avijit Kanti Das | 487ec21 | 2014-05-13 20:26:21 -0700 | [diff] [blame] | 22 | |
Jie Cheng | 1e82023 | 2014-10-17 10:19:15 +0800 | [diff] [blame] | 23 | #Define vm_bms devices |
| 24 | type vm_bms_device, dev_type; |
| 25 | type battery_data_device, dev_type; |
| 26 | |
Avijit Kanti Das | 487ec21 | 2014-05-13 20:26:21 -0700 | [diff] [blame] | 27 | #Add qdsp_device type |
Biswajit Paul | 485b377 | 2015-09-01 12:33:25 -0700 | [diff] [blame] | 28 | type qdsp_device, dev_type, mlstrustedobject; |
Sathish Ambley | 0f3b3ce | 2016-03-02 11:19:41 -0800 | [diff] [blame] | 29 | type dsp_device, dev_type; |
Ravi Kumar Siddojigari | b80b30a | 2014-09-04 16:28:43 +0530 | [diff] [blame] | 30 | #Define hvdcp/quickcharge device |
| 31 | type hvdcp_device, dev_type; |
| 32 | |
| 33 | #Define mpdecision device |
| 34 | type device_latency, dev_type; |
| 35 | |
Ravi Kumar Siddojigari | b80b30a | 2014-09-04 16:28:43 +0530 | [diff] [blame] | 36 | #Added for fm_radio device |
himta ram | 2e3d163 | 2019-12-31 12:23:19 +0100 | [diff] [blame] | 37 | type fm_radio_device, dev_type; |
Nikhilesh Reddy | 6353520 | 2014-08-29 11:29:35 -0700 | [diff] [blame] | 38 | |
| 39 | #Add for storage pertitions for EFS partitions |
| 40 | type modem_efs_partition_device, dev_type; |
Avijit Kanti Das | 226cc03 | 2014-10-06 19:09:05 -0700 | [diff] [blame] | 41 | |
| 42 | #Define device for partition links |
| 43 | type ssd_device, dev_type; |
| 44 | type rpmb_device, dev_type; |
Krishna Konda | d27bc3f | 2015-01-16 10:53:35 -0800 | [diff] [blame] | 45 | type sg_device, dev_type; |
Biswajit Paul | 28439f9 | 2015-07-15 13:28:27 -0700 | [diff] [blame] | 46 | type dip_device, dev_type; |
| 47 | type mdtp_device, dev_type; |
muluhe | cf9aad1 | 2015-05-28 15:52:11 +0800 | [diff] [blame] | 48 | type sd_device, dev_type; |
| 49 | |
Ameya Thakur | 9c45c06 | 2014-07-15 16:10:43 -0700 | [diff] [blame] | 50 | #ESOC device |
| 51 | type esoc_device, dev_type; |
| 52 | |
| 53 | #SSR device |
| 54 | type ssr_device, dev_type; |
| 55 | |
Avijit Kanti Das | 136e663 | 2014-10-27 12:30:14 -0700 | [diff] [blame] | 56 | #Ramdump device |
| 57 | type ramdump_device, dev_type; |
| 58 | |
Ameya Thakur | 9c45c06 | 2014-07-15 16:10:43 -0700 | [diff] [blame] | 59 | #Kickstart bridge devices |
| 60 | type ksbridgehsic_device, dev_type; |
| 61 | |
| 62 | #EFS sync bridge devices |
| 63 | type efsbridgehsic_device, dev_type; |
| 64 | |
| 65 | #EFS sync block devices |
| 66 | type efs_boot_dev, dev_type; |
Ameya Thakur | b6947d6 | 2014-10-01 16:32:13 -0700 | [diff] [blame] | 67 | |
Ameya Thakur | d8c84ff | 2015-01-23 14:53:10 -0800 | [diff] [blame] | 68 | #MBA debug image partition |
| 69 | type mba_debug_dev, dev_type; |
| 70 | |
padarshr | c54e7f3 | 2016-06-17 16:50:16 +0530 | [diff] [blame] | 71 | #logdump partition |
| 72 | type logdump_partition, dev_type; |
| 73 | |
Ameya Thakur | b6947d6 | 2014-10-01 16:32:13 -0700 | [diff] [blame] | 74 | #Bootselect partition |
| 75 | type bootselect_device, dev_type; |
Tarun Gupta | 4f7527d | 2014-10-13 22:54:12 +0530 | [diff] [blame] | 76 | |
| 77 | #define usb_uicc_device for usb_uicc daemon |
| 78 | type usb_uicc_device, dev_type; |
Avijit Kanti Das | 2b495d0 | 2014-10-20 17:43:13 -0700 | [diff] [blame] | 79 | |
| 80 | # Define IPA devices |
| 81 | type ipa_dev, dev_type; |
Avijit Kanti Das | d01b3b3 | 2014-10-21 10:30:09 -0700 | [diff] [blame] | 82 | |
Samir Mehta | b5f8a43 | 2014-10-30 12:49:26 +0530 | [diff] [blame] | 83 | type wcnss_device, dev_type; |
| 84 | |
Amir Samuelov | 0ab8dbe | 2016-08-17 10:44:37 +0300 | [diff] [blame] | 85 | # Define spcom device |
| 86 | type spcom_device, dev_type; |
| 87 | |
| 88 | # Define skp device |
| 89 | type skp_device, dev_type; |
| 90 | |
| 91 | # Define sp_ssr device |
| 92 | type sp_ssr_device, dev_type; |
| 93 | |
| 94 | # Define sp_keymaster device |
| 95 | type sp_keymaster_device, dev_type; |
| 96 | |
Konstantin Dorfman | 0c05552 | 2017-08-21 18:16:57 +0300 | [diff] [blame] | 97 | # Define sec_nvm devices |
| 98 | type sec_nvm_device, dev_type; |
| 99 | |
Amir Samuelov | 9994162 | 2016-09-07 20:37:42 +0300 | [diff] [blame] | 100 | # Define cryptoapp device |
| 101 | type cryptoapp_device, dev_type; |
| 102 | |
Kineret Berger | 3c1bce4 | 2018-02-14 10:56:44 +0200 | [diff] [blame] | 103 | # Define spdaemon_ssr device |
| 104 | type spdaemon_ssr_device, dev_type; |
| 105 | |
Amir Samuelov | 33976ed | 2016-09-09 07:24:00 +0300 | [diff] [blame] | 106 | # Define qsee_ipc_irq_spss device |
| 107 | type qsee_ipc_irq_spss_device, dev_type; |
| 108 | |
jinwu | 8d099a3 | 2014-11-25 16:35:47 +0800 | [diff] [blame] | 109 | # Define QDSS devices |
| 110 | type qdss_device, dev_type; |
| 111 | |
Subash Abhinov Kasiviswanathan | 9d9c0b5 | 2014-10-28 11:30:03 -0600 | [diff] [blame] | 112 | #Define Gadget serial device |
| 113 | type gadget_serial_device, dev_type; |
Avijit Kanti Das | 46bf531 | 2014-12-08 14:03:03 -0800 | [diff] [blame] | 114 | |
| 115 | #energy-awareness device |
| 116 | type pta_device, dev_type; |
Biswajit Paul | a143265 | 2015-01-22 15:19:38 -0800 | [diff] [blame] | 117 | |
Mohan Pallaka | 58636a9 | 2014-11-14 14:41:22 -0800 | [diff] [blame] | 118 | #Added for hbtp |
| 119 | type bu21150_device, dev_type; |
| 120 | type hbtp_device, dev_type; |
Avijit Kanti Das | e1dd186 | 2014-12-03 10:39:35 -0800 | [diff] [blame] | 121 | |
William Clark | 5f6dc44 | 2015-03-26 15:06:00 -0700 | [diff] [blame] | 122 | #Define qfintverify device |
| 123 | type qce_device, dev_type; |
| 124 | type rng_device, dev_type; |
| 125 | |
Karthikeyan Ramasubramanian | 7a0d849 | 2014-07-17 12:08:50 -0600 | [diff] [blame] | 126 | #Define system health monitor devices |
| 127 | type system_health_monitor_device, dev_type; |
Ravit Dennis | eef3499 | 2014-10-29 20:09:18 +0200 | [diff] [blame] | 128 | |
| 129 | #Define usf device |
| 130 | type usf_device, dev_type; |
William Clark | 1117849 | 2015-03-02 13:39:59 -0800 | [diff] [blame] | 131 | |
Amal Paul | 6f62170 | 2015-07-19 22:43:13 -0700 | [diff] [blame] | 132 | #Define qbt1000 device - ultrasonic fingperprint sensor |
| 133 | type qbt1000_device, dev_type; |
Biswajit Paul | 28439f9 | 2015-07-15 13:28:27 -0700 | [diff] [blame] | 134 | |
| 135 | #Define avtimer device |
| 136 | type avtimer_device, dev_type; |
| 137 | |
Avijit Kanti Das | 441bad4 | 2015-05-12 14:07:41 -0700 | [diff] [blame] | 138 | #define AT device |
| 139 | type at_device, dev_type; |
Satish kumar sugasi | 0c22d0a | 2016-10-04 20:36:59 -0700 | [diff] [blame] | 140 | |
| 141 | #define Bluetooth device |
| 142 | type bt_device, dev_type; |
Arunk Khandavalli | fd201d0 | 2017-02-10 18:22:40 +0530 | [diff] [blame] | 143 | |
| 144 | #define Wlan device |
| 145 | type wlan_device, dev_type; |
Ameya Thakur | c9ce8d0 | 2017-05-09 15:25:05 -0700 | [diff] [blame] | 146 | |
| 147 | #Define rawdump block device |
| 148 | type rawdump_block_device, dev_type; |
| 149 | |
| 150 | #Block device for A/B partitions |
| 151 | type custom_ab_block_device, dev_type; |
| 152 | type xbl_block_device, dev_type; |
| 153 | type gpt_block_device, dev_type; |
| 154 | type modem_block_device, dev_type; |
Pranshu Gupta | eed57da | 2017-05-25 17:24:36 +0530 | [diff] [blame] | 155 | |
| 156 | #define bgcom char device |
| 157 | type bg_daemon_device, dev_type; |
Prachee Ramsinghani | bb09e60 | 2017-09-12 11:18:05 +0530 | [diff] [blame] | 158 | |
Ashay Jaiswal | 5bbf0ec | 2018-02-20 16:41:32 +0530 | [diff] [blame] | 159 | #define qg char device |
| 160 | type qg_device, dev_type; |
Bruno Martins | 997d237 | 2018-09-16 23:08:50 +0100 | [diff] [blame] | 161 | |
| 162 | type persist_block_device, dev_type; |