Searched defs:cdev_add (Results 1 – 4 of 4) sorted by relevance
30 int (*cdev_add)(const char *name, int cdev_id, int max_state, void *arg); member
167 static int cdev_add(const char *name, int cdev_id, int max_state, __maybe_unused void *arg) in cdev_add() function
479 int cdev_add(struct cdev *p, dev_t dev, unsigned count) in cdev_add() function
290 #define cdev_add(...) 0 macro