Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/
H A Dindirect_streambuf.hpp108 bool can_write() const { return is_convertible<Mode, output>::value; } in can_write() function in boost::iostreams::detail::indirect_streambuf
179 if (can_write() && !shared_buffer()) { in open()
187 if (can_write() && buffer_size > 1) in open()
/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dgadget.c532 int can_write; in dwc2_hsotg_write_fifo() local
571 can_write = hs_ep->fifo_load - size_done; in dwc2_hsotg_write_fifo()
573 __func__, can_write); in dwc2_hsotg_write_fifo()
575 can_write = hs_ep->fifo_size - can_write; in dwc2_hsotg_write_fifo()
577 __func__, can_write); in dwc2_hsotg_write_fifo()
579 if (can_write <= 0) { in dwc2_hsotg_write_fifo()
584 can_write = dwc2_readl(hsotg, in dwc2_hsotg_write_fifo()
587 can_write &= 0xffff; in dwc2_hsotg_write_fifo()
588 can_write *= 4; in dwc2_hsotg_write_fifo()
599 can_write = GNPTXSTS_NP_TXF_SPC_AVAIL_GET(gnptxsts); in dwc2_hsotg_write_fifo()
[all …]