Home
last modified time | relevance | path

Searched refs:sync_func (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_impl.h76 int (*sync_func)(dev_info_t *, member
283 int (*sync_func)(dev_info_t *,
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_pipe_mgmt.c306 int (*sync_func)(dev_info_t *, in usba_pipe_setup_func_call()
324 (void *)ph_impl, (void *)sync_func); in usba_pipe_setup_func_call()
345 request->sync_func = sync_func; in usba_pipe_setup_func_call()
350 rval = sync_func(dip, ph_impl, request, usb_flags); in usba_pipe_setup_func_call()
358 (void *)ph_impl, (void *)sync_func); in usba_pipe_setup_func_call()
388 if ((rval = request->sync_func(request->dip, ph_impl, in usba_pipe_do_async_func_thread()