Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/
H A Ddvb-usb-init.c146 if (d->priv != NULL && d->props.priv_destroy != NULL) in dvb_usb_exit()
147 d->props.priv_destroy(d); in dvb_usb_exit()
199 if (d->priv && d->props.priv_destroy) in dvb_usb_init()
200 d->props.priv_destroy(d); in dvb_usb_init()
H A Ddvb-usb.h287 void (*priv_destroy)(struct dvb_usb_device *); member
H A Dcxusb.c1770 .priv_destroy = cxusb_medion_priv_destroy,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dallocator_traits.hpp322 allocator_traits::priv_destroy(flag, a, p); in destroy()
389 …BOOST_CONTAINER_FORCEINLINE static void priv_destroy(container_detail::true_type, Allocator &a, T*… in priv_destroy() function
393 …BOOST_CONTAINER_FORCEINLINE static void priv_destroy(container_detail::false_type, Allocator &, T*… in priv_destroy() function