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

/linux-master/fs/
H A Dchar_dev.c34 static struct char_device_struct { struct
35 struct char_device_struct *next;
53 struct char_device_struct *cd;
68 struct char_device_struct *cd;
96 static struct char_device_struct *
100 struct char_device_struct *cd, *curr, *prev = NULL;
116 cd = kzalloc(sizeof(struct char_device_struct), GFP_KERNEL);
171 static struct char_device_struct *
174 struct char_device_struct *cd = NULL, **cp;
202 struct char_device_struct *c
[all...]

Completed in 93 milliseconds