Lines Matching defs:os
49 ocs_config_read32(ocs_os_handle_t os, uint32_t reg) in ocs_config_read32()
55 ocs_config_read16(ocs_os_handle_t os, uint32_t reg) in ocs_config_read16()
61 ocs_config_read8(ocs_os_handle_t os, uint32_t reg) in ocs_config_read8()
67 ocs_config_write8(ocs_os_handle_t os, uint32_t reg, uint8_t val) in ocs_config_write8()
73 ocs_config_write16(ocs_os_handle_t os, uint32_t reg, uint16_t val) in ocs_config_write16()
79 ocs_config_write32(ocs_os_handle_t os, uint32_t reg, uint32_t val) in ocs_config_write32()
242 ocs_malloc(ocs_os_handle_t os, size_t size, int32_t flags) in ocs_malloc()
273 ocs_free(ocs_os_handle_t os, void *addr, size_t size) in ocs_free()
317 ocs_dma_free(ocs_os_handle_t os, ocs_dma_t *dma) in ocs_dma_free()
359 ocs_dma_alloc(ocs_os_handle_t os, ocs_dma_t *dma, size_t size, size_t align) in ocs_dma_alloc()
466 ocs_lock_init(void *os, ocs_lock_t *lock, const char *name, ...) in ocs_lock_init()
627 ocs_thread_create(ocs_os_handle_t os, ocs_thread_t *thread, ocs_thread_fctn fctn, const char *name,… in ocs_thread_create()
794 void *ocs_ioctl_preprocess(ocs_os_handle_t os, void *arg, size_t size) in ocs_ioctl_preprocess()
816 int32_t ocs_ioctl_postprocess(ocs_os_handle_t os, void *arg, void *kern_ptr, size_t size) in ocs_ioctl_postprocess()
840 void ocs_ioctl_free(ocs_os_handle_t os, void *kern_ptr, size_t size) in ocs_ioctl_free()
845 void ocs_intr_disable(ocs_os_handle_t os) in ocs_intr_disable()
849 void ocs_intr_enable(ocs_os_handle_t os) in ocs_intr_enable()
942 ocs_setup_timer(ocs_os_handle_t os, ocs_timer_t *timer, void(*func)(void *arg), void *data, uint32_… in ocs_setup_timer()