Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Draw.c38 static const struct file_operations raw_fops; variable
189 cdev_init(&raw->cdev, &raw_fops); in gb_raw_probe()
318 static const struct file_operations raw_fops = { variable
/Linux-v4.19/drivers/char/
Draw.c285 static const struct file_operations raw_fops = { variable
336 cdev_init(&raw_cdev, &raw_fops); in raw_init()