/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/ |
H A D | amdgpu_amd_powerplay.c | 81 static int pp_early_init(void *handle) in pp_early_init() 98 static int pp_sw_init(void *handle) in pp_sw_init() 111 static int pp_sw_fini(void *handle) in pp_sw_fini() 124 static int pp_hw_init(void *handle) in pp_hw_init() 138 static int pp_hw_fini(void *handle) in pp_hw_fini() 179 static int pp_late_init(void *handle) in pp_late_init() 196 static void pp_late_fini(void *handle) in pp_late_fini() 206 static bool pp_is_idle(void *handle) in pp_is_idle() 211 static int pp_wait_for_idle(void *handle) in pp_wait_for_idle() 216 static int pp_sw_reset(void *handle) in pp_sw_reset() [all …]
|
/netbsd-src/external/mit/libuv/dist/src/win/ |
H A D | handle-inl.h | 32 #define DECREASE_ACTIVE_COUNT(loop, handle) \ argument 42 #define INCREASE_ACTIVE_COUNT(loop, handle) \ argument 51 #define DECREASE_PENDING_REQ_COUNT(handle) \ argument 63 #define uv__handle_closing(handle) \ argument 76 #define uv__handle_close(handle) \ argument 88 INLINE static void uv__want_endgame(uv_loop_t* loop, uv_handle_t* handle) { in uv__want_endgame() 99 uv_handle_t* handle; in uv__process_endgames() local 173 HANDLE handle; in uv__get_osfhandle() local
|
H A D | udp.c | 39 int uv_udp_getpeername(const uv_udp_t* handle, in uv_udp_getpeername() 51 int uv_udp_getsockname(const uv_udp_t* handle, in uv_udp_getsockname() 63 static int uv__udp_set_socket(uv_loop_t* loop, uv_udp_t* handle, SOCKET socket, in uv__udp_set_socket() 129 uv_udp_t* handle, in uv__udp_init_ex() 170 void uv__udp_close(uv_loop_t* loop, uv_udp_t* handle) { in uv__udp_close() 183 void uv__udp_endgame(uv_loop_t* loop, uv_udp_t* handle) { in uv__udp_endgame() 192 int uv_udp_using_recvmmsg(const uv_udp_t* handle) { in uv_udp_using_recvmmsg() 197 static int uv__udp_maybe_bind(uv_udp_t* handle, in uv__udp_maybe_bind() 267 static void uv__udp_queue_recv(uv_loop_t* loop, uv_udp_t* handle) { in uv__udp_queue_recv() 361 int uv__udp_recv_start(uv_udp_t* handle, uv_alloc_cb alloc_cb, in uv__udp_recv_start() [all …]
|
H A D | tcp.c | 48 static int uv__tcp_nodelay(uv_tcp_t* handle, SOCKET socket, int enable) { in uv__tcp_nodelay() 60 static int uv__tcp_keepalive(uv_tcp_t* handle, SOCKET socket, int enable, unsigned int delay) { in uv__tcp_keepalive() 82 uv_tcp_t* handle, in uv__tcp_set_socket() 154 int uv_tcp_init_ex(uv_loop_t* loop, uv_tcp_t* handle, unsigned int flags) { in uv_tcp_init_ex() 203 int uv_tcp_init(uv_loop_t* loop, uv_tcp_t* handle) { in uv_tcp_init() 236 void uv__tcp_endgame(uv_loop_t* loop, uv_tcp_t* handle) { in uv__tcp_endgame() 292 static int uv__tcp_try_bind(uv_tcp_t* handle, in uv__tcp_try_bind() 355 uv_tcp_t* handle; in post_completion() local 374 uv_tcp_t* handle; in post_write_completion() local 391 static void uv__tcp_queue_accept(uv_tcp_t* handle, uv_tcp_accept_t* req) { in uv__tcp_queue_accept() [all …]
|
H A D | signal.c | 82 uv_signal_t* handle; in RB_GENERATE_STATIC() local 147 int uv_signal_init(uv_loop_t* loop, uv_signal_t* handle) { in uv_signal_init() 160 int uv_signal_stop(uv_signal_t* handle) { in uv_signal_stop() 181 int uv_signal_start(uv_signal_t* handle, uv_signal_cb signal_cb, int signum) { in uv_signal_start() 186 int uv_signal_start_oneshot(uv_signal_t* handle, in uv_signal_start_oneshot() 193 int uv__signal_start(uv_signal_t* handle, in uv__signal_start() 234 void uv__process_signal_req(uv_loop_t* loop, uv_signal_t* handle, in uv__process_signal_req() 262 void uv__signal_close(uv_loop_t* loop, uv_signal_t* handle) { in uv__signal_close() 272 void uv__signal_endgame(uv_loop_t* loop, uv_signal_t* handle) { in uv__signal_endgame()
|
H A D | pipe.c | 106 int uv_pipe_init(uv_loop_t* loop, uv_pipe_t* handle, int ipc) { in uv_pipe_init() 123 static void uv__pipe_connection_init(uv_pipe_t* handle) { in uv__pipe_connection_init() 451 uv_pipe_t* handle, in uv__set_pipe_handle() 528 static int pipe_alloc_accept(uv_loop_t* loop, uv_pipe_t* handle, in pipe_alloc_accept() 562 uv_pipe_t* handle; in pipe_shutdown_thread_proc() local 581 void uv__pipe_shutdown(uv_loop_t* loop, uv_pipe_t* handle, uv_shutdown_t *req) { in uv__pipe_shutdown() 631 void uv__pipe_endgame(uv_loop_t* loop, uv_pipe_t* handle) { in uv__pipe_endgame() 687 void uv_pipe_pending_instances(uv_pipe_t* handle, int count) { in uv_pipe_pending_instances() 696 int uv_pipe_bind(uv_pipe_t* handle, const char* name) { in uv_pipe_bind() 781 uv_pipe_t* handle; in pipe_connect_thread_proc() local [all …]
|
H A D | poll.c | 77 static void uv__fast_poll_submit_poll_req(uv_loop_t* loop, uv_poll_t* handle) { in uv__fast_poll_submit_poll_req() 139 static void uv__fast_poll_process_poll_req(uv_loop_t* loop, uv_poll_t* handle, in uv__fast_poll_process_poll_req() 271 uv_poll_t* handle = (uv_poll_t*) req->data; in uv__slow_poll_thread_proc() local 338 static void uv__slow_poll_submit_poll_req(uv_loop_t* loop, uv_poll_t* handle) { in uv__slow_poll_submit_poll_req() 368 static void uv__slow_poll_process_poll_req(uv_loop_t* loop, uv_poll_t* handle, in uv__slow_poll_process_poll_req() 410 int uv_poll_init(uv_loop_t* loop, uv_poll_t* handle, int fd) { in uv_poll_init() 415 int uv_poll_init_socket(uv_loop_t* loop, uv_poll_t* handle, in uv_poll_init_socket() 488 static int uv__poll_set(uv_poll_t* handle, int events, uv_poll_cb cb) { in uv__poll_set() 519 int uv_poll_start(uv_poll_t* handle, int events, uv_poll_cb cb) { in uv_poll_start() 524 int uv_poll_stop(uv_poll_t* handle) { in uv_poll_stop() [all …]
|
H A D | async.c | 31 void uv__async_endgame(uv_loop_t* loop, uv_async_t* handle) { in uv__async_endgame() 40 int uv_async_init(uv_loop_t* loop, uv_async_t* handle, uv_async_cb async_cb) { in uv_async_init() 57 void uv__async_close(uv_loop_t* loop, uv_async_t* handle) { in uv__async_close() 66 int uv_async_send(uv_async_t* handle) { in uv_async_send() 86 void uv__process_async_wakeup_req(uv_loop_t* loop, uv_async_t* handle, in uv__process_async_wakeup_req()
|
/netbsd-src/external/mit/libuv/dist/test/ |
H A D | test-timer.c | 39 static void once_close_cb(uv_handle_t* handle) { in once_close_cb() 49 static void once_cb(uv_timer_t* handle) { in once_cb() 63 static void twice_close_cb(uv_handle_t* handle) { in twice_close_cb() 72 static void twice_cb(uv_timer_t* handle) { in twice_cb() 85 static void repeat_close_cb(uv_handle_t* handle) { in repeat_close_cb() 94 static void repeat_cb(uv_timer_t* handle) { in repeat_cb() 108 static void never_cb(uv_timer_t* handle) { in never_cb() 183 uv_timer_t handle; in TEST_IMPL() local 195 static void order_cb_a(uv_timer_t *handle) { in order_cb_a() 200 static void order_cb_b(uv_timer_t *handle) { in order_cb_b() [all …]
|
H A D | test-loop-handles.c | 110 static void timer_cb(uv_timer_t* handle) { in timer_cb() 115 static void idle_2_close_cb(uv_handle_t* handle) { in idle_2_close_cb() 128 static void idle_2_cb(uv_idle_t* handle) { in idle_2_cb() 140 static void idle_1_cb(uv_idle_t* handle) { in idle_1_cb() 169 static void idle_1_close_cb(uv_handle_t* handle) { in idle_1_close_cb() 179 static void prepare_1_close_cb(uv_handle_t* handle) { in prepare_1_close_cb() 188 static void check_close_cb(uv_handle_t* handle) { in check_close_cb() 197 static void prepare_2_close_cb(uv_handle_t* handle) { in prepare_2_close_cb() 206 static void check_cb(uv_check_t* handle) { in check_cb() 242 static void prepare_2_cb(uv_prepare_t* handle) { in prepare_2_cb() [all …]
|
/netbsd-src/external/mit/libuv/dist/src/ |
H A D | timer.c | 58 int uv_timer_init(uv_loop_t* loop, uv_timer_t* handle) { in uv_timer_init() 67 int uv_timer_start(uv_timer_t* handle, in uv_timer_start() 98 int uv_timer_stop(uv_timer_t* handle) { in uv_timer_stop() 111 int uv_timer_again(uv_timer_t* handle) { in uv_timer_again() 124 void uv_timer_set_repeat(uv_timer_t* handle, uint64_t repeat) { in uv_timer_set_repeat() 129 uint64_t uv_timer_get_repeat(const uv_timer_t* handle) { in uv_timer_get_repeat() 134 uint64_t uv_timer_get_due_in(const uv_timer_t* handle) { in uv_timer_get_due_in() 144 const uv_timer_t* handle; in uv__next_timeout() local 165 uv_timer_t* handle; in uv__run_timers() local 183 void uv__timer_close(uv_timer_t* handle) { in uv__timer_close()
|
/netbsd-src/external/mit/libuv/dist/src/unix/ |
H A D | udp.c | 88 void uv__udp_close(uv_udp_t* handle) { in uv__udp_close() 99 void uv__udp_finish_close(uv_udp_t* handle) { in uv__udp_finish_close() 127 static void uv__udp_run_completed(uv_udp_t* handle) { in uv__udp_run_completed() 172 uv_udp_t* handle; in uv__udp_io() local 187 static int uv__udp_recvmmsg(uv_udp_t* handle, uv_buf_t* buf) { in uv__udp_recvmmsg() 246 static void uv__udp_recvmsg(uv_udp_t* handle) { in uv__udp_recvmsg() 315 static void uv__udp_sendmmsg(uv_udp_t* handle) { in uv__udp_sendmmsg() 408 static void uv__udp_sendmsg(uv_udp_t* handle) { in uv__udp_sendmsg() 532 int uv__udp_bind(uv_udp_t* handle, in uv__udp_bind() 599 static int uv__udp_maybe_deferred_bind(uv_udp_t* handle, in uv__udp_maybe_deferred_bind() [all …]
|
H A D | pipe.c | 33 int uv_pipe_init(uv_loop_t* loop, uv_pipe_t* handle, int ipc) { in uv_pipe_init() 43 int uv_pipe_bind(uv_pipe_t* handle, const char* name) { in uv_pipe_bind() 96 int uv__pipe_listen(uv_pipe_t* handle, int backlog, uv_connection_cb cb) { in uv__pipe_listen() 122 void uv__pipe_close(uv_pipe_t* handle) { in uv__pipe_close() 139 int uv_pipe_open(uv_pipe_t* handle, uv_file fd) { in uv_pipe_open() 176 uv_pipe_t* handle, in uv_pipe_connect() 242 static int uv__pipe_getsockpeername(const uv_pipe_t* handle, in uv__pipe_getsockpeername() 286 int uv_pipe_getsockname(const uv_pipe_t* handle, char* buffer, size_t* size) { in uv_pipe_getsockname() 291 int uv_pipe_getpeername(const uv_pipe_t* handle, char* buffer, size_t* size) { in uv_pipe_getpeername() 296 void uv_pipe_pending_instances(uv_pipe_t* handle, int count) { in uv_pipe_pending_instances() [all …]
|
H A D | poll.c | 31 uv_poll_t* handle; in uv__poll_io() local 68 int uv_poll_init(uv_loop_t* loop, uv_poll_t* handle, int fd) { in uv_poll_init() 97 int uv_poll_init_socket(uv_loop_t* loop, uv_poll_t* handle, in uv_poll_init_socket() 103 static void uv__poll_stop(uv_poll_t* handle) { in uv__poll_stop() 112 int uv_poll_stop(uv_poll_t* handle) { in uv_poll_stop() 119 int uv_poll_start(uv_poll_t* handle, int pevents, uv_poll_cb poll_cb) { in uv_poll_start() 158 void uv__poll_close(uv_poll_t* handle) { in uv__poll_close()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | amdgpu_tonga_ih.c | 270 static int tonga_ih_early_init(void *handle) in tonga_ih_early_init() 284 static int tonga_ih_sw_init(void *handle) in tonga_ih_sw_init() 301 static int tonga_ih_sw_fini(void *handle) in tonga_ih_sw_fini() 312 static int tonga_ih_hw_init(void *handle) in tonga_ih_hw_init() 324 static int tonga_ih_hw_fini(void *handle) in tonga_ih_hw_fini() 333 static int tonga_ih_suspend(void *handle) in tonga_ih_suspend() 340 static int tonga_ih_resume(void *handle) in tonga_ih_resume() 347 static bool tonga_ih_is_idle(void *handle) in tonga_ih_is_idle() 358 static int tonga_ih_wait_for_idle(void *handle) in tonga_ih_wait_for_idle() 374 static bool tonga_ih_check_soft_reset(void *handle) in tonga_ih_check_soft_reset() [all …]
|
H A D | amdgpu_navi10_ih.c | 309 static int navi10_ih_early_init(void *handle) in navi10_ih_early_init() 317 static int navi10_ih_sw_init(void *handle) in navi10_ih_sw_init() 340 static int navi10_ih_sw_fini(void *handle) in navi10_ih_sw_fini() 350 static int navi10_ih_hw_init(void *handle) in navi10_ih_hw_init() 362 static int navi10_ih_hw_fini(void *handle) in navi10_ih_hw_fini() 371 static int navi10_ih_suspend(void *handle) in navi10_ih_suspend() 378 static int navi10_ih_resume(void *handle) in navi10_ih_resume() 385 static bool navi10_ih_is_idle(void *handle) in navi10_ih_is_idle() 391 static int navi10_ih_wait_for_idle(void *handle) in navi10_ih_wait_for_idle() 397 static int navi10_ih_soft_reset(void *handle) in navi10_ih_soft_reset() [all …]
|
H A D | amdgpu_si_ih.c | 156 static int si_ih_early_init(void *handle) in si_ih_early_init() 165 static int si_ih_sw_init(void *handle) in si_ih_sw_init() 177 static int si_ih_sw_fini(void *handle) in si_ih_sw_fini() 187 static int si_ih_hw_init(void *handle) in si_ih_hw_init() 194 static int si_ih_hw_fini(void *handle) in si_ih_hw_fini() 203 static int si_ih_suspend(void *handle) in si_ih_suspend() 210 static int si_ih_resume(void *handle) in si_ih_resume() 217 static bool si_ih_is_idle(void *handle) in si_ih_is_idle() 228 static int si_ih_wait_for_idle(void *handle) in si_ih_wait_for_idle() 241 static int si_ih_soft_reset(void *handle) in si_ih_soft_reset() [all …]
|
H A D | amdgpu_iceland_ih.c | 262 static int iceland_ih_early_init(void *handle) in iceland_ih_early_init() 276 static int iceland_ih_sw_init(void *handle) in iceland_ih_sw_init() 290 static int iceland_ih_sw_fini(void *handle) in iceland_ih_sw_fini() 301 static int iceland_ih_hw_init(void *handle) in iceland_ih_hw_init() 313 static int iceland_ih_hw_fini(void *handle) in iceland_ih_hw_fini() 322 static int iceland_ih_suspend(void *handle) in iceland_ih_suspend() 329 static int iceland_ih_resume(void *handle) in iceland_ih_resume() 336 static bool iceland_ih_is_idle(void *handle) in iceland_ih_is_idle() 347 static int iceland_ih_wait_for_idle(void *handle) in iceland_ih_wait_for_idle() 363 static int iceland_ih_soft_reset(void *handle) in iceland_ih_soft_reset() [all …]
|
H A D | amdgpu_cik_ih.c | 283 static int cik_ih_early_init(void *handle) in cik_ih_early_init() 297 static int cik_ih_sw_init(void *handle) in cik_ih_sw_init() 311 static int cik_ih_sw_fini(void *handle) in cik_ih_sw_fini() 322 static int cik_ih_hw_init(void *handle) in cik_ih_hw_init() 334 static int cik_ih_hw_fini(void *handle) in cik_ih_hw_fini() 343 static int cik_ih_suspend(void *handle) in cik_ih_suspend() 350 static int cik_ih_resume(void *handle) in cik_ih_resume() 357 static bool cik_ih_is_idle(void *handle) in cik_ih_is_idle() 368 static int cik_ih_wait_for_idle(void *handle) in cik_ih_wait_for_idle() 384 static int cik_ih_soft_reset(void *handle) in cik_ih_soft_reset() [all …]
|
H A D | amdgpu_cz_ih.c | 262 static int cz_ih_early_init(void *handle) in cz_ih_early_init() 276 static int cz_ih_sw_init(void *handle) in cz_ih_sw_init() 290 static int cz_ih_sw_fini(void *handle) in cz_ih_sw_fini() 301 static int cz_ih_hw_init(void *handle) in cz_ih_hw_init() 313 static int cz_ih_hw_fini(void *handle) in cz_ih_hw_fini() 322 static int cz_ih_suspend(void *handle) in cz_ih_suspend() 329 static int cz_ih_resume(void *handle) in cz_ih_resume() 336 static bool cz_ih_is_idle(void *handle) in cz_ih_is_idle() 347 static int cz_ih_wait_for_idle(void *handle) in cz_ih_wait_for_idle() 363 static int cz_ih_soft_reset(void *handle) in cz_ih_soft_reset() [all …]
|
/netbsd-src/sys/arch/amiga/pci/ |
H A D | empb_bsm.c | 158 empb_bsms(bus_space_handle_t handle, in empb_bsms() 166 empb_bsu(bus_space_handle_t handle, bus_size_t size) in empb_bsu() 174 empb_bsr1(bus_space_handle_t handle, bus_size_t offset) in empb_bsr1() 190 empb_bsw1(bus_space_handle_t handle, bus_size_t offset, unsigned value) in empb_bsw1() 201 empb_bsrm1(bus_space_handle_t handle, bus_size_t offset, u_int8_t *pointer, in empb_bsrm1() 219 empb_bswm1(bus_space_handle_t handle, bus_size_t offset, in empb_bswm1() 237 empb_bsrr1(bus_space_handle_t handle, bus_size_t offset, u_int8_t *pointer, in empb_bsrr1() 256 empb_bswr1(bus_space_handle_t handle, bus_size_t offset, in empb_bswr1() 275 empb_bssr1(bus_space_handle_t handle, bus_size_t offset, unsigned value, in empb_bssr1() 319 empb_bsr2(bus_space_handle_t handle, bus_size_t offset) in empb_bsr2() [all …]
|
/netbsd-src/external/mpl/bind/dist/tests/isc/ |
H A D | uv_wrap.h | 104 __wrap_uv_udp_open(uv_udp_t * handle,uv_os_sock_t sock) __wrap_uv_udp_open() argument 114 __wrap_uv_udp_bind(uv_udp_t * handle,const struct sockaddr * addr,unsigned int flags) __wrap_uv_udp_bind() argument 126 __wrap_uv_udp_connect(uv_udp_t * handle,const struct sockaddr * addr) __wrap_uv_udp_connect() argument 138 __wrap_uv_udp_getpeername(const uv_udp_t * handle,struct sockaddr * name,int * namelen) __wrap_uv_udp_getpeername() argument 149 __wrap_uv_udp_getsockname(const uv_udp_t * handle,struct sockaddr * name,int * namelen) __wrap_uv_udp_getsockname() argument 159 __wrap_uv_udp_send(uv_udp_send_t * req,uv_udp_t * handle,const uv_buf_t bufs[],unsigned int nbufs,const struct sockaddr * addr,uv_udp_send_cb send_cb) __wrap_uv_udp_send() argument 170 __wrap_uv_udp_recv_start(uv_udp_t * handle,uv_alloc_cb alloc_cb,uv_udp_recv_cb recv_cb) __wrap_uv_udp_recv_start() argument 180 __wrap_uv_udp_recv_stop(uv_udp_t * handle) __wrap_uv_udp_recv_stop() argument 189 __wrap_uv_tcp_open(uv_tcp_t * handle,uv_os_sock_t sock) __wrap_uv_tcp_open() argument 198 __wrap_uv_tcp_bind(uv_tcp_t * handle,const struct sockaddr * addr,unsigned int flags) __wrap_uv_tcp_bind() argument 208 __wrap_uv_tcp_getsockname(const uv_tcp_t * handle,struct sockaddr * name,int * namelen) __wrap_uv_tcp_getsockname() argument 218 __wrap_uv_tcp_getpeername(const uv_tcp_t * handle,struct sockaddr * name,int * namelen) __wrap_uv_tcp_getpeername() argument 228 __wrap_uv_tcp_connect(uv_connect_t * req,uv_tcp_t * handle,const struct sockaddr * addr,uv_connect_cb cb) __wrap_uv_tcp_connect() argument 256 __wrap_uv_send_buffer_size(uv_handle_t * handle,int * value) __wrap_uv_send_buffer_size() argument 265 __wrap_uv_recv_buffer_size(uv_handle_t * handle,int * value) __wrap_uv_recv_buffer_size() argument 274 __wrap_uv_fileno(const uv_handle_t * handle,uv_os_fd_t * fd) __wrap_uv_fileno() argument [all...] |
/netbsd-src/sys/dev/sdmmc/ |
H A D | sdmmcchip.h | 71 #define sdmmc_chip_host_reset(tag, handle) \ argument 74 #define sdmmc_chip_host_ocr(tag, handle) \ argument 76 #define sdmmc_chip_host_maxblklen(tag, handle) \ argument 79 #define sdmmc_chip_card_detect(tag, handle) \ argument 82 #define sdmmc_chip_write_protect(tag, handle) \ argument 85 #define sdmmc_chip_bus_power(tag, handle, ocr) \ argument 87 #define sdmmc_chip_bus_clock(tag, handle, freq, ddr) \ argument 89 #define sdmmc_chip_bus_width(tag, handle, width) \ argument 91 #define sdmmc_chip_bus_rod(tag, handle, width) \ argument 94 #define sdmmc_chip_exec_command(tag, handle, cmdp) \ argument [all …]
|
/netbsd-src/external/bsd/less/dist/ |
H A D | lglob.h | 49 #define GLOB_FIRST_FAILED(handle) ((handle) != 0) argument 50 #define GLOB_NEXT_NAME(handle,fndp) _dos_findnext(fndp) argument 51 #define GLOB_NAME_DONE(handle) argument 53 #define DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) \ argument 64 #define GLOB_FIRST_FAILED(handle) ((handle) == -1) argument 65 #define GLOB_NEXT_NAME(handle,fndp) _findnext(handle, fndp) argument 66 #define GLOB_NAME_DONE(handle) _findclose(handle) argument 68 #define DECL_GLOB_NAME(fnd,drive,dir,fname,ext,handle) \ argument 80 #define GLOB_FIRST_FAILED(handle) ((handle) != 0) argument 81 #define GLOB_NEXT_NAME(handle,fndp) findnext(fndp) argument [all …]
|
/netbsd-src/sys/arch/evbarm/mini2440/ |
H A D | audio_mini2440.c | 206 uda_ssio_open(void *handle, int flags) in uda_ssio_open() 229 uda_ssio_close(void *handle) in uda_ssio_close() 238 uda_ssio_query_format(void *handle, audio_format_query_t *afp) in uda_ssio_query_format() 245 uda_ssio_set_format(void *handle, int setmode, in uda_ssio_set_format() 301 uda_ssio_start_output(void *handle, void *block, int bsize, in uda_ssio_start_output() 311 uda_ssio_start_input(void *handle, void *block, int bsize, in uda_ssio_start_input() 321 uda_ssio_halt_output(void *handle) in uda_ssio_halt_output() 330 uda_ssio_halt_input(void *handle) in uda_ssio_halt_input() 337 uda_ssio_getdev(void *handle, struct audio_device *ret) in uda_ssio_getdev() 344 uda_ssio_allocm(void *handle, int direction, size_t size) in uda_ssio_allocm() [all …]
|