Home
last modified time | relevance | path

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

12

/titanic_41/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.c1189 ehci_trans_wrapper_t *tw; in ehci_hcdi_pipe_ctrl_xfer() local
1231 if ((tw = ehci_allocate_ctrl_resources(ehcip, pp, ctrl_reqp, in ehci_hcdi_pipe_ctrl_xfer()
1237 ehci_insert_ctrl_req(ehcip, ph, ctrl_reqp, tw, usb_flags); in ehci_hcdi_pipe_ctrl_xfer()
1299 ehci_trans_wrapper_t *tw; in ehci_hcdi_pipe_bulk_xfer() local
1329 if ((tw = ehci_allocate_bulk_resources(ehcip, pp, bulk_reqp, in ehci_hcdi_pipe_bulk_xfer()
1335 ehci_insert_bulk_req(ehcip, ph, bulk_reqp, tw, usb_flags); in ehci_hcdi_pipe_bulk_xfer()
1356 ehci_trans_wrapper_t *tw; in ehci_hcdi_pipe_intr_xfer() local
1379 if ((tw = ehci_allocate_intr_resources(ehcip, ph, in ehci_hcdi_pipe_intr_xfer()
1386 tw, usb_flags); in ehci_hcdi_pipe_intr_xfer()
H A Dehci_util.c262 ehci_trans_wrapper_t *tw);
1774 ehci_trans_wrapper_t *tw; in ehci_cleanup() local
1847 tw = (ehci_trans_wrapper_t *) in ehci_cleanup()
1852 pp = tw->tw_pipe_private; in ehci_cleanup()
1855 ehci_stop_xfer_timer(ehcip, tw, in ehci_cleanup()
1858 ehci_deallocate_tw(ehcip, pp, tw); in ehci_cleanup()
3851 ehci_trans_wrapper_t *tw) in ehci_get_xfer_attrs() argument
3862 tw->tw_curr_xfer_reqp)->ctrl_attributes; in ehci_get_xfer_attrs()
3866 tw->tw_curr_xfer_reqp)->bulk_attributes; in ehci_get_xfer_attrs()
3870 tw->tw_curr_xfer_reqp)->intr_attributes; in ehci_get_xfer_attrs()
/titanic_41/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 …]
/titanic_41/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c85 ohci_trans_wrapper_t *tw);
88 ohci_trans_wrapper_t *tw,
107 ohci_trans_wrapper_t *tw);
470 ohci_trans_wrapper_t *tw; in ohci_hcdi_polled_write() local
498 tw = pp->pp_tw_head; in ohci_hcdi_polled_write()
500 ASSERT(tw != NULL); in ohci_hcdi_polled_write()
501 if (tw->tw_hctd_free_list == NULL) { in ohci_hcdi_polled_write()
514 tw->tw_length = num_characters; in ohci_hcdi_polled_write()
516 ddi_rep_put8(tw->tw_accesshandle, in ohci_hcdi_polled_write()
517 buf, (uint8_t *)tw->tw_buf, in ohci_hcdi_polled_write()
[all …]
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 …]
/titanic_41/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);
/titanic_41/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);
H A Duhci.h224 struct uhci_trans_wrapper *tw; member
/titanic_41/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dunix.c675 ttrace_walk_data_t *tw; in ttrace_walk_init() local
695 tw = mdb_zalloc(sizeof (ttrace_walk_data_t), UM_SLEEP); in ttrace_walk_init()
696 tw->tw_ncpu = ncpu; in ttrace_walk_init()
697 tw->tw_cpus = mdb_zalloc(sizeof (ttrace_cpu_data_t) * ncpu, UM_SLEEP); in ttrace_walk_init()
706 tc = &(tw->tw_cpus[i]); in ttrace_walk_init()
731 wsp->walk_data = tw; in ttrace_walk_init()
738 ttrace_walk_data_t *tw = wsp->walk_data; in ttrace_walk_step() local
746 for (i = 0; i < tw->tw_ncpu; i++) { in ttrace_walk_step()
747 tc = &(tw->tw_cpus[i]); in ttrace_walk_step()
765 tc = &(tw->tw_cpus[oldest]); in ttrace_walk_step()
[all …]
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dstring.c83 register const char *s, *t, *sw, *tw; in sh_lookopt() local
116 tw=t; in sh_lookopt()
145 tw = ++t; in sh_lookopt()
151 else if(s==sw && t==tw) in sh_lookopt()
155 if(t!=tw) in sh_lookopt()
161 tw = ++t; in sh_lookopt()
H A Dparse.c642 register Shnode_t *t, *tw = tf; in arithfor() local
680 tf = makelist(lexp,TLST,t,tw); in arithfor()
682 tw->wh.whtre = t; in arithfor()
698 tw->wh.whinc = (struct arithnod*)t; in arithfor()
701 tw->wh.whinc = 0; in arithfor()
709 tw->wh.dotre = sh_cmd(lexp,n==DOSYM?DONESYM:RBRACE,SH_NL); in arithfor()
710 tw->wh.whtyp = TWH; in arithfor()
/titanic_41/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()
/titanic_41/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,
/titanic_41/usr/src/lib/libast/common/port/
H A Dlc.tab156 tw chinese-traditional cht
258 tw taiwan tw
/titanic_41/usr/src/uts/common/io/rwd/
H A DTHIRDPARTYLICENSE20 * Paul Lin <paul_lin@ralinktech.com.tw>
/titanic_41/usr/src/uts/common/io/rum/
H A DTHIRDPARTYLICENSE20 * Paul Lin <paul_lin@ralinktech.com.tw>

12