Home
last modified time | relevance | path

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

/third_party/NuttX/drivers/bch/
Dbchdev_driver.c87 struct bchlib_s *bch; in bch_open()
90 bch = (struct bchlib_s *)((struct drv_data *)vnode->data)->priv; in bch_open()
118 struct bchlib_s *bch; in bch_close()
121 bch = (struct bchlib_s *)((struct drv_data *)vnode->data)->priv; in bch_close()
177 struct bchlib_s *bch; in bch_seek()
181 bch = (struct bchlib_s *)((struct drv_data *)vnode->data)->priv; in bch_seek()
241 struct bchlib_s *bch; in bch_read()
244 bch = (struct bchlib_s *)((struct drv_data *)vnode->data)->priv; in bch_read()
264 struct bchlib_s *bch; in bch_write()
267 bch = (struct bchlib_s *)((struct drv_data *)vnode->data)->priv; in bch_write()
[all …]
Dbch.h48 struct bchlib_s struct
82 EXTERN void bchlib_semtake(struct bchlib_s *bch); argument
83 EXTERN int bchlib_flushsector(struct bchlib_s *bch);
84 EXTERN int bchlib_readsector(struct bchlib_s *bch, unsigned long long sector);
Dbchlib_setup.c49 struct bchlib_s *bch; in bchlib_setup()
58 bch = (struct bchlib_s *)zalloc(sizeof(struct bchlib_s)); in bchlib_setup()
Dbchlib_teardown.c44 struct bchlib_s *bch = (struct bchlib_s *)handle; in bchlib_teardown()
Dbchlib_cache.c49 int bchlib_flushsector(struct bchlib_s *bch) in bchlib_flushsector()
87 int bchlib_readsector(struct bchlib_s *bch, unsigned long long sector) in bchlib_readsector()
Dbchlib_read.c63 struct bchlib_s *bch = (struct bchlib_s *)handle; in bchlib_read()
Dbchlib_write.c47 struct bchlib_s *bch = (struct bchlib_s *)handle; in bchlib_write()
Dbchlib_sem.c37 void bchlib_semtake(struct bchlib_s *bch) in bchlib_semtake()
Dbchdev_unregister.c51 struct bchlib_s *bch; in bchdev_unregister()