Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/char/
Draw.c36 static struct raw_device_data *raw_devices; variable
71 bdev = raw_devices[minor].binding; in raw_open()
84 if (++raw_devices[minor].inuse == 1) in raw_open()
108 bdev = raw_devices[minor].binding; in raw_release()
109 if (--raw_devices[minor].inuse == 0) in raw_release()
140 rawdev = &raw_devices[number]; in bind_set()
196 rawdev = &raw_devices[number]; in bind_get()
325 raw_devices = vzalloc(array_size(max_raw_minors, in raw_init()
327 if (!raw_devices) { in raw_init()
356 vfree(raw_devices); in raw_init()