Searched refs:ControllerProcEntry (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A DDAC960.c6583 struct proc_dir_entry *ControllerProcEntry; local
6594 ControllerProcEntry = proc_mkdir(Controller->ControllerName,
6596 create_proc_read_entry("initial_status", 0, ControllerProcEntry,
6598 create_proc_read_entry("current_status", 0, ControllerProcEntry,
6602 ControllerProcEntry, DAC960_ProcReadUserCommand,
6605 Controller->ControllerProcEntry = ControllerProcEntry;
6616 if (Controller->ControllerProcEntry == NULL)
6618 remove_proc_entry("initial_status", Controller->ControllerProcEntry);
6619 remove_proc_entry("current_status", Controller->ControllerProcEntry);
[all...]
H A DDAC960.h2337 struct proc_dir_entry *ControllerProcEntry; member in struct:DAC960_Controller

Completed in 144 milliseconds