Home
last modified time | relevance | path

Searched defs:cleanup (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/boards/intel/common/scripts/
Dbuild_grub.sh57 cleanup() { function
/Zephyr-latest/tests/subsys/fs/littlefs/src/
Dtestfs_mount_flags.c19 static void cleanup(struct fs_mount_t *mp) in cleanup() function
Dtestfs_open_flags.c31 static void cleanup(struct fs_mount_t *mp) in cleanup() function
Dtestfs_mkfs.c24 static void cleanup(struct fs_mount_t *mp) in cleanup() function
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dremote-fw-service.py252 def cleanup(self): member in device_runner
/Zephyr-latest/include/zephyr/net/
Dcapture.h42 int (*cleanup)(const struct device *dev); member
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dreceiver.c400 static int cleanup(struct bt_le_per_adv_sync *sync, struct bt_iso_big *big) in cleanup() function
/Zephyr-latest/tests/net/lib/mdns_responder/src/
Dmain.c269 static void cleanup(void *d) in cleanup() function
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c1159 static int cleanup(void) in cleanup() function
/Zephyr-latest/tests/unit/util/
Dmain.c209 static int inc_func(bool cleanup) in inc_func()