Home
last modified time | relevance | path

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

/third_party/NuttX/drivers/bch/
Dbchdev_driver.c46 static int bch_close(struct file *filep);
65 .close = bch_close, /* close */
115 static int bch_close(struct file *filep) in bch_close() function