Searched refs:free_func (Results 1 - 25 of 25) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/
H A Dfunctions.c86 f->free_func(f); usb_put_function()
/linux-4.4.14/fs/xfs/
H A Dxfs_mru_cache.h35 xfs_mru_cache_free_func_t free_func);
H A Dxfs_mru_cache.c112 xfs_mru_cache_free_func_t free_func; /* Function pointer for freeing. */ member in struct:xfs_mru_cache
262 mru->free_func(elem);
331 xfs_mru_cache_free_func_t free_func) xfs_mru_cache_create()
340 if (!mrup || !grp_count || !lifetime_ms || !free_func) xfs_mru_cache_create()
371 mru->free_func = free_func; xfs_mru_cache_create()
495 mru->free_func(elem); xfs_mru_cache_delete()
327 xfs_mru_cache_create( struct xfs_mru_cache **mrup, unsigned int lifetime_ms, unsigned int grp_count, xfs_mru_cache_free_func_t free_func) xfs_mru_cache_create() argument
/linux-4.4.14/include/net/irda/
H A Dirqueue.h81 int hashbin_clear(hashbin_t* hashbin, FREE_FUNC free_func);
/linux-4.4.14/net/irda/
H A Dirqueue.c380 * Function hashbin_delete (hashbin, free_func)
382 * Destroy hashbin, the free_func can be a user supplied special routine
389 int hashbin_delete( hashbin_t* hashbin, FREE_FUNC free_func) hashbin_delete() argument
411 if (free_func) hashbin_delete()
412 (*free_func)(queue); hashbin_delete()
/linux-4.4.14/drivers/usb/gadget/function/
H A Df_serial.c353 gser->port.func.free_func = gser_free; gser_alloc()
H A Df_obex.c486 obex->port.func.free_func = obex_free; obex_alloc()
H A Df_eem.c639 eem->port.func.free_func = eem_free; eem_alloc()
H A Df_loopback.c457 loop->function.free_func = lb_free_func; loopback_alloc()
H A Df_phonet.c692 fp->function.free_func = phonet_free; phonet_alloc()
H A Df_subset.c503 geth->port.func.free_func = geth_free; geth_alloc()
H A Df_acm.c753 acm->port.func.free_func = acm_free_func; acm_alloc_func()
H A Df_ecm.c949 ecm->port.func.free_func = ecm_free; ecm_alloc()
H A Df_hid.c958 hidg->func.free_func = hidg_free; hidg_alloc()
H A Df_uac1.c970 audio->card.func.free_func = f_audio_free; f_audio_alloc()
H A Df_uvc.c919 uvc->func.free_func = uvc_free; uvc_alloc()
H A Df_midi.c1159 midi->func.free_func = f_midi_free; f_midi_alloc()
H A Df_printer.c1409 dev->function.free_func = gprinter_free; gprinter_alloc()
H A Df_rndis.c989 rndis->port.func.free_func = rndis_free; rndis_alloc()
H A Df_sourcesink.c881 ss->function.free_func = sourcesink_free_func; source_sink_alloc_func()
H A Df_uac2.c1597 agdev->func.free_func = afunc_free; afunc_alloc()
H A Df_ncm.c1606 ncm->port.func.free_func = ncm_free; ncm_alloc()
H A Df_fs.c3274 func->function.free_func = ffs_free; ffs_alloc()
H A Df_mass_storage.c3531 fsg->function.free_func = fsg_free; fsg_alloc()
/linux-4.4.14/include/linux/usb/
H A Dcomposite.h140 * @free_func: free the struct usb_function.
206 void (*free_func)(struct usb_function *f); member in struct:usb_function

Completed in 404 milliseconds