Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
DDAC960.h1136 unsigned char ControllerName[16]; /* Bytes 32-47 */ member
2280 unsigned char ControllerName[4]; member
DDAC960.c1807 ModelNameLength = sizeof(ControllerInfo->ControllerName); in DAC960_V2_ReadControllerConfiguration()
1810 memcpy(Controller->ModelName, ControllerInfo->ControllerName, in DAC960_V2_ReadControllerConfiguration()
6591 sprintf(Controller->ControllerName, "c%d", Controller->ControllerNumber); in DAC960_CreateProcEntries()
6592 ControllerProcEntry = proc_mkdir(Controller->ControllerName, in DAC960_CreateProcEntries()
6613 remove_proc_entry(Controller->ControllerName, DAC960_ProcDirectoryEntry); in DAC960_DestroyProcEntries()