Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/
Draw.c35 static struct raw_device_data *raw_devices; variable
70 bdev = raw_devices[minor].binding; in raw_open()
83 if (++raw_devices[minor].inuse == 1) in raw_open()
107 bdev = raw_devices[minor].binding; in raw_release()
108 if (--raw_devices[minor].inuse == 0) in raw_release()
139 rawdev = &raw_devices[number]; in bind_set()
195 rawdev = &raw_devices[number]; in bind_get()
324 raw_devices = vzalloc(array_size(max_raw_minors, in raw_init()
326 if (!raw_devices) { in raw_init()
355 vfree(raw_devices); in raw_init()