Home
last modified time | relevance | path

Searched refs:tw (Results 1 – 25 of 43) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_intr.c60 ehci_trans_wrapper_t *tw,
66 ehci_trans_wrapper_t *tw,
74 ehci_trans_wrapper_t *tw,
79 ehci_trans_wrapper_t *tw);
83 ehci_trans_wrapper_t *tw,
89 ehci_trans_wrapper_t *tw,
95 ehci_trans_wrapper_t *tw,
100 ehci_trans_wrapper_t *tw);
104 ehci_trans_wrapper_t *tw,
291 ehci_trans_wrapper_t *tw = NULL; /* Transfer wrapper */ in ehci_traverse_active_qtd_list() local
[all …]
H A Dehci_xfer.c122 ehci_trans_wrapper_t *tw,
133 ehci_trans_wrapper_t *tw,
159 ehci_trans_wrapper_t *tw,
172 ehci_trans_wrapper_t *tw);
183 ehci_trans_wrapper_t *tw);
186 ehci_trans_wrapper_t *tw,
216 ehci_trans_wrapper_t *tw,
226 ehci_trans_wrapper_t *tw);
230 ehci_trans_wrapper_t *tw);
233 ehci_trans_wrapper_t *tw,
[all …]
H A Dehci_polled.c89 ehci_trans_wrapper_t *tw);
92 ehci_trans_wrapper_t *tw,
577 ehci_trans_wrapper_t *tw; in ehci_hcdi_polled_write() local
598 tw = pp->pp_tw_head; in ehci_hcdi_polled_write()
599 ASSERT(tw != NULL); in ehci_hcdi_polled_write()
607 tw->tw_length = num_characters; in ehci_hcdi_polled_write()
608 ddi_rep_put8(tw->tw_accesshandle, in ehci_hcdi_polled_write()
609 buf, (uint8_t *)tw->tw_buf, in ehci_hcdi_polled_write()
610 tw->tw_length, DDI_DEV_AUTOINCR); in ehci_hcdi_polled_write()
611 Sync_IO_Buffer_for_device(tw->tw_dmahandle, tw->tw_length); in ehci_hcdi_polled_write()
[all …]
H A Dehci.c1174 ehci_trans_wrapper_t *tw; in ehci_hcdi_pipe_ctrl_xfer() local
1216 if ((tw = ehci_allocate_ctrl_resources(ehcip, pp, ctrl_reqp, in ehci_hcdi_pipe_ctrl_xfer()
1222 ehci_insert_ctrl_req(ehcip, ph, ctrl_reqp, tw, usb_flags); in ehci_hcdi_pipe_ctrl_xfer()
1284 ehci_trans_wrapper_t *tw; in ehci_hcdi_pipe_bulk_xfer() local
1314 if ((tw = ehci_allocate_bulk_resources(ehcip, pp, bulk_reqp, in ehci_hcdi_pipe_bulk_xfer()
1320 ehci_insert_bulk_req(ehcip, ph, bulk_reqp, tw, usb_flags); in ehci_hcdi_pipe_bulk_xfer()
1341 ehci_trans_wrapper_t *tw; in ehci_hcdi_pipe_intr_xfer() local
1364 if ((tw = ehci_allocate_intr_resources(ehcip, ph, in ehci_hcdi_pipe_intr_xfer()
1371 tw, usb_flags); in ehci_hcdi_pipe_intr_xfer()
H A Dehci_util.c263 ehci_trans_wrapper_t *tw);
1795 ehci_trans_wrapper_t *tw; in ehci_cleanup() local
1868 tw = (ehci_trans_wrapper_t *) in ehci_cleanup()
1873 pp = tw->tw_pipe_private; in ehci_cleanup()
1876 ehci_stop_xfer_timer(ehcip, tw, in ehci_cleanup()
1879 ehci_deallocate_tw(ehcip, pp, tw); in ehci_cleanup()
3873 ehci_trans_wrapper_t *tw) in ehci_get_xfer_attrs() argument
3884 tw->tw_curr_xfer_reqp)->ctrl_attributes; in ehci_get_xfer_attrs()
3888 tw->tw_curr_xfer_reqp)->bulk_attributes; in ehci_get_xfer_attrs()
3892 tw->tw_curr_xfer_reqp)->intr_attributes; in ehci_get_xfer_attrs()
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c128 uhci_trans_wrapper_t *tw, uhci_pipe_private_t *pp);
1106 uhci_trans_wrapper_t *tw; in uhci_process_submitted_td_queue() local
1110 (head->tw->tw_claim == UHCI_NOT_CLAIMED)) { in uhci_process_submitted_td_queue()
1111 tw = head->tw; in uhci_process_submitted_td_queue()
1116 (*tw->tw_handle_td)(uhcip, head); in uhci_process_submitted_td_queue()
1137 uhci_trans_wrapper_t *tw = td->tw; in uhci_handle_intr_td() local
1138 uhci_pipe_private_t *pp = tw->tw_pipe_private; in uhci_handle_intr_td()
1140 (usb_intr_req_t *)tw->tw_curr_xfer_reqp; in uhci_handle_intr_td()
1149 tw->tw_claim = UHCI_INTR_HDLR_CLAIMED; in uhci_handle_intr_td()
1174 tw->tw_bytes_xfered += bytes_xfered; in uhci_handle_intr_td()
[all …]
H A Duhciutil.c65 usb_req_attrs_t attrs, uhci_trans_wrapper_t *tw);
68 uhci_trans_wrapper_t *tw);
78 uhci_pipe_private_t *pp, uhci_trans_wrapper_t *tw);
104 uhci_pipe_private_t *pp, uhci_trans_wrapper_t *tw);
355 uhci_trans_wrapper_t *tw; in uhci_free_pools() local
366 (flag != TD_FLAG_DUMMY) && (td->tw != NULL)) { in uhci_free_pools()
367 tw = td->tw; in uhci_free_pools()
368 uhci_free_tw(uhcip, tw); in uhci_free_pools()
1542 uhci_trans_wrapper_t *tw; in uhci_insert_intr_td() local
1578 if ((tw = uhci_create_transfer_wrapper(uhcip, pp, length, flags)) == in uhci_insert_intr_td()
[all …]
H A Duhcipolled.c206 uhci_trans_wrapper_t *tw; in uhci_hcdi_polled_read() local
251 tw = td->tw; in uhci_hcdi_polled_read()
254 ddi_rep_get8(tw->tw_accesshandle, in uhci_hcdi_polled_read()
256 (uint8_t *)td->tw->tw_buf, in uhci_hcdi_polled_read()
393 uhci_trans_wrapper_t *tw; in uhci_hcdi_polled_write() local
407 tw = td->tw; in uhci_hcdi_polled_write()
415 tw->tw_length = num_characters; in uhci_hcdi_polled_write()
416 ddi_put8(tw->tw_accesshandle, (uint8_t *)tw->tw_buf, *buf); in uhci_hcdi_polled_write()
417 ddi_rep_put8(tw->tw_accesshandle, buf, (uint8_t *)tw->tw_buf, in uhci_hcdi_polled_write()
422 td->tw = tw; in uhci_hcdi_polled_write()
[all …]
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c238 ohci_trans_wrapper_t *tw,
248 ohci_trans_wrapper_t *tw,
263 ohci_trans_wrapper_t *tw,
276 ohci_trans_wrapper_t *tw,
284 ohci_trans_wrapper_t *tw);
295 ohci_trans_wrapper_t *tw);
298 ohci_trans_wrapper_t *tw,
305 ohci_trans_wrapper_t *tw,
309 ohci_trans_wrapper_t *tw,
330 ohci_trans_wrapper_t *tw,
[all …]
H A Dohci_polled.c87 ohci_trans_wrapper_t *tw);
90 ohci_trans_wrapper_t *tw,
109 ohci_trans_wrapper_t *tw);
472 ohci_trans_wrapper_t *tw; in ohci_hcdi_polled_write() local
500 tw = pp->pp_tw_head; in ohci_hcdi_polled_write()
502 ASSERT(tw != NULL); in ohci_hcdi_polled_write()
503 if (tw->tw_hctd_free_list == NULL) { in ohci_hcdi_polled_write()
516 tw->tw_length = num_characters; in ohci_hcdi_polled_write()
518 ddi_rep_put8(tw->tw_accesshandle, in ohci_hcdi_polled_write()
519 buf, (uint8_t *)tw->tw_buf, in ohci_hcdi_polled_write()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci_xfer.h77 ehci_trans_wrapper_t *tw,
88 ehci_trans_wrapper_t *tw,
103 ehci_trans_wrapper_t *tw,
116 ehci_trans_wrapper_t *tw);
134 ehci_trans_wrapper_t *tw,
138 ehci_trans_wrapper_t *tw,
143 ehci_trans_wrapper_t *tw);
152 ehci_trans_wrapper_t *tw,
157 ehci_trans_wrapper_t *tw);
176 ehci_trans_wrapper_t *tw,
[all …]
H A Dehci_intr.h58 ehci_trans_wrapper_t *tw,
68 ehci_trans_wrapper_t *tw,
74 ehci_trans_wrapper_t *tw,
80 ehci_trans_wrapper_t *tw,
H A Dehci_isoch_util.h98 ehci_isoc_xwrapper_t *tw,
H A Dehci_util.h97 ehci_trans_wrapper_t *tw);
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dditto.sh120 typeset tw cp rm link
134 tw[ntw++]=tw
136 tw[ntw++]=--logical
137 tw[ntw++]=--chop
138 tw[ntw++]=--ignore-errors
139 tw[ntw++]=--expr=sort:name
147 e) tw[ntw++]=--expr=\"$OPTARG\" ;;
182 …ser $src_host "{ test ! -f .profile || . ./.profile ;} && cd $src_dir && read && ${tw[*]}") 2>&1 |&
183 else (cd $src_dir && read && eval "${tw[@]}") 2>&1 |&
190 …ser $dst_host "{ test ! -f .profile || . ./.profile ;} && cd $dst_dir && read && ${tw[*]}") 2>&1 |&
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhciutil.h80 uhci_trans_wrapper_t *tw);
97 usba_pipe_handle_data_t *ph, uhci_trans_wrapper_t *tw,
114 uhci_pipe_private_t *pp, uhci_trans_wrapper_t *tw,
118 uhci_pipe_private_t *pp, uhci_trans_wrapper_t *tw,
121 uhci_pipe_private_t *pp, uhci_trans_wrapper_t *tw);
125 uhci_trans_wrapper_t *tw);
141 void uhci_free_tw(uhci_state_t *uhcip, uhci_trans_wrapper_t *tw);
162 uhci_trans_wrapper_t *tw);
H A Duhcitgt.h100 uhci_trans_wrapper_t *tw,
104 uhci_trans_wrapper_t *tw, usb_flags_t flags);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstring.c79 register const char *s, *t, *sw, *tw; in sh_lookopt() local
112 tw=t; in sh_lookopt()
141 tw = ++t; in sh_lookopt()
147 else if(s==sw && t==tw) in sh_lookopt()
151 if(t!=tw) in sh_lookopt()
157 tw = ++t; in sh_lookopt()
/illumos-gate/usr/src/contrib/ast/lib/package/
H A Dast-make.pkg2 nmake cpp probe 3d ksh93 coshell cs ss pax paxlib tw \
18 to run ast nmake. ksh, coshell, pax, tw, and the 3d user-level
H A Dast-base.pkg2 ksh93 pax html proto bzip tw builtin libast libardir libcmd \
14 :INDEX: ksh, ksh builtin commands, pax, nmake, tw, sfio, and ast libraries
H A Dast-open.pkg7 re sort sortlib std tksh tw warp libdss libpz \
H A Dast.def32 [rao]="Herman Rao <rao@fareastone.att.com.tw>"
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dacpica_ec.c292 int i, tw, tmp; in ec_handler()
314 tw = min(width, 64); in ec_handler()
320 for (i = 0; i < tw; i += 8, addr++) { in ec_handler()
338 width -= tw; in ec_handler()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h556 struct ohci_trans_wrapper *tw,
979 ohci_trans_wrapper_t *tw,
988 ohci_trans_wrapper_t *tw);
1008 ohci_trans_wrapper_t *tw,
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dlc.tab156 tw chinese-traditional cht
258 tw taiwan tw

12