Searched defs:raw_devices (Results 1 - 1 of 1) sorted by relevance

/drivers/char/
H A Draw.c34 static struct raw_device_data *raw_devices; variable in typeref:struct:raw_device_data
69 bdev = raw_devices[minor].binding;
82 if (++raw_devices[minor].inuse == 1)
106 bdev = raw_devices[minor].binding;
107 if (--raw_devices[minor].inuse == 0) {
140 rawdev = &raw_devices[number];
196 rawdev = &raw_devices[number];
327 raw_devices = vzalloc(sizeof(struct raw_device_data) * max_raw_minors);
328 if (!raw_devices) {
359 vfree(raw_devices);
[all...]

Completed in 80 milliseconds