Searched refs:aiptekProcfsEntry (Results 1 – 1 of 1) sorted by relevance
404 struct proc_dir_entry *aiptekProcfsEntry; member1149 if (aiptek->aiptekProcfsEntry) in destroy_procfs_file()1155 aiptek->aiptekProcfsEntry = NULL; in destroy_procfs_file()1176 aiptek->aiptekProcfsEntry = create_proc_entry("aiptek", in create_procfs_file()1180 if (!aiptek->aiptekProcfsEntry) { in create_procfs_file()1185 aiptek->aiptekProcfsEntry->owner = THIS_MODULE; in create_procfs_file()1186 aiptek->aiptekProcfsEntry->data = aiptek; in create_procfs_file()1187 aiptek->aiptekProcfsEntry->read_proc = aiptek_procfs_read; in create_procfs_file()1188 aiptek->aiptekProcfsEntry->write_proc = aiptek_procfs_write; in create_procfs_file()