Lines Matching refs:McontrolType
56 enum McontrolType { enum
267 static unsigned long gen_tdata1(enum McontrolType type, enum Tdata1Value value, enum Tdata1Mode mod… in gen_tdata1()
388 static enum McontrolType dbtr_test_type(unsigned long *num_trig) in dbtr_test_type()
427 enum McontrolType type) in dbtr_test_store_install_uninstall()
462 static void dbtr_test_update(struct sbi_dbtr_shmem_entry *shmem, enum McontrolType type) in dbtr_test_update()
494 static void dbtr_test_load(struct sbi_dbtr_shmem_entry *shmem, enum McontrolType type) in dbtr_test_load()
513 static void dbtr_test_disable_enable(struct sbi_dbtr_shmem_entry *shmem, enum McontrolType type) in dbtr_test_disable_enable()
547 static void dbtr_test_exec(struct sbi_dbtr_shmem_entry *shmem, enum McontrolType type) in dbtr_test_exec()
577 static void dbtr_test_read(struct sbi_dbtr_shmem_entry *shmem, enum McontrolType type) in dbtr_test_read()
615 static void dbtr_test_multiple(struct sbi_dbtr_shmem_entry *shmem, enum McontrolType type, in dbtr_test_multiple()
707 static void dbtr_test_disable_uninstall(struct sbi_dbtr_shmem_entry *shmem, enum McontrolType type) in dbtr_test_disable_uninstall()
734 static void dbtr_test_uninstall_enable(struct sbi_dbtr_shmem_entry *shmem, enum McontrolType type) in dbtr_test_uninstall_enable()
757 static void dbtr_test_uninstall_update(struct sbi_dbtr_shmem_entry *shmem, enum McontrolType type) in dbtr_test_uninstall_update()
792 static void dbtr_test_disable_read(struct sbi_dbtr_shmem_entry *shmem, enum McontrolType type) in dbtr_test_disable_read()
827 enum McontrolType trig_type; in check_dbtr()