Home
last modified time | relevance | path

Searched refs:procEntry (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/unisys/visorutil/
Deasyproc.c237 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()
Deasyproc.h48 struct proc_dir_entry *procEntry; member