Home
last modified time | relevance | path

Searched defs:open (Results 1 – 20 of 20) sorted by relevance

/Zephyr-Core-3.7.0/tests/subsys/pm/power_mgmt/src/
Ddummy_driver.h16 dummy_api_open_t open; member
/Zephyr-Core-3.7.0/samples/subsys/pm/latency/src/
Dtest.h9 void (*open)(const struct device *dev); member
/Zephyr-Core-3.7.0/samples/subsys/pm/device_pm/src/
Ddummy_driver.h20 dummy_api_open_t open; member
/Zephyr-Core-3.7.0/scripts/pylib/pytest-twister-harness/tests/resources/
Dfifo_mock.py34 def open(self): member in FifoFile
/Zephyr-Core-3.7.0/lib/posix/options/
Ddevice_io.c29 int open(const char *name, int flags, ...) in open() function
/Zephyr-Core-3.7.0/include/zephyr/modem/
Dpipe.h58 modem_pipe_api_open open; member
/Zephyr-Core-3.7.0/include/zephyr/drivers/bluetooth/
Dhci_driver.h111 int (*open)(void); member
/Zephyr-Core-3.7.0/scripts/coredump/coredump_parser/
Dlog_parser.py66 def open(self): member in CoredumpLogFile
Delf_parser.py64 def open(self): member in CoredumpElfFile
/Zephyr-Core-3.7.0/include/zephyr/fs/
Dfs_sys.h35 int (*open)(struct fs_file_t *filp, const char *fs_path, member
/Zephyr-Core-3.7.0/subsys/ipc/ipc_service/backends/
Dipc_icmsg_me_initiator.c73 static int open(const struct device *instance) in open() function
Dipc_icmsg_me_follower.c191 static int open(const struct device *instance) in open() function
Dipc_rpmsg_static_vrings.c561 static int open(const struct device *instance) in open() function
Dipc_icbmsg.c943 static int open(const struct device *instance) in open() function
/Zephyr-Core-3.7.0/include/zephyr/drivers/
Dbluetooth.h85 int (*open)(const struct device *dev, bt_hci_recv_t recv); member
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/mesh/
Dblob.h156 int (*open)(const struct bt_mesh_blob_io *io, member
/Zephyr-Core-3.7.0/subsys/net/l2/ppp/
Dppp_internal.h55 void (*open)(struct ppp_context *ctx); member
/Zephyr-Core-3.7.0/drivers/crypto/
Dcrypto_mchp_xec_symcr.c111 bool open; member
/Zephyr-Core-3.7.0/modules/thrift/src/thrift/transport/
DTSSLSocket.cpp273 void TSSLSocket::open() in open() function in apache::thrift::transport::TSSLSocket
/Zephyr-Core-3.7.0/arch/posix/include/
Dposix_cheats.h208 #define open zap_open macro