Searched refs:procEntry (Results 1 – 2 of 2) sorted by relevance
237 if (p->device_property_info[i].procEntry == NULL) { in visor_easyproc_CreateDeviceProperty()248 px->procEntry = proc_create_data(property_name, 0, p->procDevicexDir, in visor_easyproc_CreateDeviceProperty()256 if (px->procEntry == NULL) { in visor_easyproc_CreateDeviceProperty()274 if (p->device_property_info[i].procEntry != NULL) { in visor_easyproc_DeInitDevice()278 px->procEntry = NULL; in visor_easyproc_DeInitDevice()
48 struct proc_dir_entry *procEntry; member