Home
last modified time | relevance | path

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

/third_party/FatFs/documents/res/
Dapp1.c19 f_close(fp); in open_append()
40 f_close(&fil); in main()
Dapp3.c97 f_close(&fil); in main()
106 f_close(&fil); in main()
/third_party/FreeBSD/sys/dev/usb/
Dusb_dev.c771 (f->methods->f_close) (f, fflags); in usb_fifo_close()
1444 if (pm->f_close == NULL) in usb_fifo_check_methods()
1445 pm->f_close = &usb_fifo_dummy_close; in usb_fifo_check_methods()
Dusbdi.h490 usb_fifo_close_t *f_close; member
Dusb_generic.c74 .f_close = &ugen_close,
/third_party/FatFs/source/
Dff.h437 FRESULT f_close (FIL* fp); /* Close an open file object */
D00history.txt206 Fixed f_close() invalidates the file object without volume lock.
Dff.c3858 FRESULT f_close ( in f_close() function
/third_party/FreeBSD/sys/dev/usb/input/
Duhid.c126 .f_close = &uhid_close,