Home
last modified time | relevance | path

Searched refs:is_open (Results 1 – 25 of 62) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Dpxrc.c26 bool is_open; member
96 pxrc->is_open = true; in pxrc_open()
109 pxrc->is_open = false; in pxrc_close()
212 if (pxrc->is_open) in pxrc_suspend()
225 if (pxrc->is_open && usb_submit_urb(pxrc->urb, GFP_KERNEL) < 0) in pxrc_resume()
246 if (pxrc->is_open && usb_submit_urb(pxrc->urb, GFP_KERNEL) < 0) in pxrc_post_reset()
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dtpm-dev.c28 if (test_and_set_bit(0, &chip->is_open)) { in tpm_open()
42 clear_bit(0, &chip->is_open); in tpm_open()
54 clear_bit(0, &priv->chip->is_open); in tpm_release()
/OK3568_Linux_fs/u-boot/drivers/tpm/
H A Dtpm_tis_st33zp24_i2c.c435 chip->is_open = 1; in st33zp24_i2c_init()
459 if (chip->is_open) in st33zp24_i2c_open()
464 chip->is_open = 0; in st33zp24_i2c_open()
473 if (chip->is_open) { in st33zp24_i2c_close()
475 chip->is_open = 0; in st33zp24_i2c_close()
490 chip->is_open ? "open" : "closed", in st33zp24_i2c_get_desc()
H A Dtpm_tis_infineon.c515 chip->is_open = 1; in tpm_tis_i2c_init()
564 if (chip->is_open) in tpm_tis_i2c_open()
568 chip->is_open = 0; in tpm_tis_i2c_open()
577 if (chip->is_open) { in tpm_tis_i2c_close()
579 chip->is_open = 0; in tpm_tis_i2c_close()
594 chip->is_open ? "open" : "closed", in tpm_tis_get_desc()
H A Dtpm_tis_st33zp24_spi.c564 chip->is_open = 1; in st33zp24_spi_init()
592 if (chip->is_open) in st33zp24_spi_open()
597 chip->is_open = 0; in st33zp24_spi_open()
606 if (chip->is_open) { in st33zp24_spi_close()
608 chip->is_open = 0; in st33zp24_spi_close()
623 chip->is_open ? "open" : "closed", in st33zp24_spi_get_desc()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dfstream.tcc183 if (!this->is_open()) in open()
186 if (this->is_open()) in open()
218 if (!this->is_open()) in open()
221 if (this->is_open()) in open()
252 if (!this->is_open()) in close()
302 if (__testin && this->is_open()) in showmanyc()
806 if (!this->is_open()) in setbuf()
843 if (this->is_open() && !__testfail) in seekoff()
896 if (this->is_open()) in seekpos()
1038 if (this->is_open()) in imbue()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dfstream.tcc183 if (!this->is_open()) in open()
186 if (this->is_open()) in open()
218 if (!this->is_open()) in open()
221 if (this->is_open()) in open()
252 if (!this->is_open()) in close()
302 if (__testin && this->is_open()) in showmanyc()
806 if (!this->is_open()) in setbuf()
843 if (this->is_open() && !__testfail) in seekoff()
896 if (this->is_open()) in seekpos()
1038 if (this->is_open()) in imbue()
/OK3568_Linux_fs/kernel/drivers/input/tablet/
H A Dpegasus_notetaker.c84 bool is_open; member
237 pegasus->is_open = true; in pegasus_open()
257 pegasus->is_open = false; in pegasus_close()
422 if (pegasus->is_open && usb_submit_urb(pegasus->irq, GFP_NOIO) < 0) in pegasus_resume()
435 if (pegasus->is_open) { in pegasus_reset_resume()
/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Donetouch.c45 unsigned int is_open:1; member
123 onetouch->is_open = 1; in usb_onetouch_open()
138 onetouch->is_open = 0; in usb_onetouch_close()
146 if (onetouch->is_open) { in usb_onetouch_pm_hook()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dstream_buffer.hpp90 if (this->is_open() && this->auto_close()) in ~stream_buffer()
102 if (this->is_open()) in open_impl()
H A Dstream.hpp131 bool is_open() const { return this->member.is_open(); } in BOOST_IOSTREAMS_FORWARD()
/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Dsynaptics_usb.c83 bool is_open; member
266 synusb->is_open = true; in synusb_open()
284 synusb->is_open = false; in synusb_close()
491 if ((synusb->is_open || (synusb->flags & SYNUSB_IO_ALWAYS)) && in synusb_resume()
516 if ((synusb->is_open || (synusb->flags & SYNUSB_IO_ALWAYS)) && in synusb_post_reset()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Dstdio_filebuf.h140 if (this->is_open()) in _GLIBCXX_VISIBILITY()
157 if (this->is_open()) in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Dstdio_filebuf.h140 if (this->is_open()) in _GLIBCXX_VISIBILITY()
157 if (this->is_open()) in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dfstream265 is_open() const throw()
266 { return _M_file.is_open(); }
637 * @return @c rdbuf()->is_open()
640 is_open()
641 { return _M_filebuf.is_open(); }
646 is_open() const
647 { return _M_filebuf.is_open(); }
900 * @return @c rdbuf()->is_open()
903 is_open()
904 { return _M_filebuf.is_open(); }
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dfstream265 is_open() const throw()
266 { return _M_file.is_open(); }
637 * @return @c rdbuf()->is_open()
640 is_open()
641 { return _M_filebuf.is_open(); }
646 is_open() const
647 { return _M_filebuf.is_open(); }
900 * @return @c rdbuf()->is_open()
903 is_open()
904 { return _M_filebuf.is_open(); }
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_ecm.c56 bool is_open; member
394 if (ecm->is_open) in ecm_do_notify()
402 ecm->is_open ? "true" : "false"); in ecm_do_notify()
664 ecm->is_open = true; in ecm_open()
674 ecm->is_open = false; in ecm_close()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dfstream38 bool is_open() const;
89 bool is_open() const;
126 bool is_open() const;
164 bool is_open() const;
229 bool is_open() const;
501 basic_filebuf<_CharT, _Traits>::is_open() const
1173 bool is_open() const;
1287 basic_ifstream<_CharT, _Traits>::is_open() const
1289 return __sb_.is_open();
1387 bool is_open() const;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dfstream38 bool is_open() const;
89 bool is_open() const;
126 bool is_open() const;
164 bool is_open() const;
229 bool is_open() const;
501 basic_filebuf<_CharT, _Traits>::is_open() const
1173 bool is_open() const;
1287 basic_ifstream<_CharT, _Traits>::is_open() const
1289 return __sb_.is_open();
1387 bool is_open() const;
[all …]
/OK3568_Linux_fs/kernel/drivers/char/xilinx_hwicap/
H A Dxilinx_hwicap.c541 if (drvdata->is_open) { in hwicap_open()
555 drvdata->is_open = 1; in hwicap_open()
588 drvdata->is_open = 0; in hwicap_release()
675 drvdata->is_open = 0; in hwicap_setup()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/broken_overload_resolution/
H A Dstream_buffer.hpp51 if (this->is_open() && this->auto_close()) in ~stream_buffer()
182 if (this->is_open()) in check_open()
H A Dstream.hpp104 bool is_open() const { return this->member.is_open(); } in is_open() function
/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.hpp67 bool is_open() const;
194 inline bool indirect_streambuf<T, Tr, Alloc, Mode>::is_open() const in is_open() function in boost::iostreams::detail::indirect_streambuf
224 if (is_open()) { in imbue()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/
H A Dsocket441 bool is_open() const noexcept { return _M_sockfd != -1; }
446 if (is_open())
559 if (is_open())
566 if (is_open())
584 if (is_open())
591 if (is_open())
603 __glibcxx_assert(is_open());
692 if (is_open())
752 is_open() const noexcept { return __base::is_open(); }
847 if (!is_open())
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/
H A Dsocket441 bool is_open() const noexcept { return _M_sockfd != -1; }
446 if (is_open())
559 if (is_open())
566 if (is_open())
584 if (is_open())
591 if (is_open())
603 __glibcxx_assert(is_open());
692 if (is_open())
752 is_open() const noexcept { return __base::is_open(); }
847 if (!is_open())
[all …]

123