Home
last modified time | relevance | path

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

/third_party/NuttX/drivers/bch/
Dbchdev_driver.c45 static int bch_open(struct file *filep);
64 .open = bch_open, /* open */
84 static int bch_open(struct file *filep) in bch_open() function