Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/char/
Draw.c34 static struct raw_device_data *raw_devices; variable
69 bdev = raw_devices[minor].binding; in raw_open()
82 if (++raw_devices[minor].inuse == 1) in raw_open()
106 bdev = raw_devices[minor].binding; in raw_release()
107 if (--raw_devices[minor].inuse == 0) in raw_release()
138 rawdev = &raw_devices[number]; in bind_set()
194 rawdev = &raw_devices[number]; in bind_get()
323 raw_devices = vzalloc(sizeof(struct raw_device_data) * max_raw_minors); in raw_init()
324 if (!raw_devices) { in raw_init()
355 vfree(raw_devices); in raw_init()