Searched refs:ptd (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Disp116x.h161 struct ptd { struct
212 /* Hardware transfer status codes -- CC from ptd->count */
304 struct ptd ptd; member in struct:isp116x_ep
553 #define PTD_DIR_STR(ptd) ({char __c; \
554 switch(PTD_GET_DIR(ptd)){ \
564 static inline void dump_ptd(struct ptd *ptd) argument
567 PTD_GET_CC(ptd), PTD_GET_FA(ptd),
574 dump_ptd_out_data(struct ptd *ptd, u8 * buf) argument
586 dump_ptd_in_data(struct ptd *ptd, u8 * buf) argument
[all...]
H A Disp1362.h252 struct ptd { struct
276 #define PTD_HEADER_SIZE sizeof(struct ptd)
435 struct ptd ptd; member in struct:isp1362_ep
1007 static void dump_ptd(struct ptd *ptd) argument
1010 container_of(ptd, struct isp1362_ep, ptd),
1011 PTD_GET_CC(ptd), PTD_GET_EP(ptd), PTD_GET_DI
1018 dump_ptd_out_data(struct ptd *ptd, u8 *buf) argument
1028 dump_ptd_in_data(struct ptd *ptd, u8 *buf) argument
[all...]
H A Disp116x-hcd.c164 Write ptd's and data for scheduled transfers into
170 struct ptd *ptd; local
178 ptd = &ep->ptd;
179 dump_ptd(ptd);
180 dump_ptd_out_data(ptd, ep->data);
181 isp116x_write_data16(isp116x, ptd->count);
182 isp116x_write_data16(isp116x, ptd->mps);
183 isp116x_write_data16(isp116x, ptd
202 struct ptd *ptd; local
236 struct ptd *ptd; local
354 struct ptd *ptd; local
[all...]
H A Disp1760-hcd.c531 u32 payload, struct ptd *ptd)
608 memset(ptd, 0, sizeof(*ptd));
610 ptd->dw0 = cpu_to_le32(dw0);
611 ptd->dw1 = cpu_to_le32(dw1);
612 ptd->dw2 = cpu_to_le32(dw2);
613 ptd->dw3 = cpu_to_le32(dw3);
618 u32 payload, struct ptd *ptd)
529 transform_into_atl(struct isp1760_hcd *priv, struct isp1760_qh *qh, struct isp1760_qtd *qtd, struct urb *urb, u32 payload, struct ptd *ptd) argument
616 transform_add_int(struct isp1760_hcd *priv, struct isp1760_qh *qh, struct isp1760_qtd *qtd, struct urb *urb, u32 payload, struct ptd *ptd) argument
677 transform_into_int(struct isp1760_hcd *priv, struct isp1760_qh *qh, struct isp1760_qtd *qtd, struct urb *urb, u32 payload, struct ptd *ptd) argument
703 check_error(struct ptd *ptd) argument
774 struct ptd ptd; local
794 struct ptd ptd; local
958 struct ptd ptd; local
1180 struct ptd ptd; local
1645 struct ptd ptd; local
[all...]
H A Disp1362-hcd.c270 struct ptd *ptd; local
278 ptd = &ep->ptd;
335 ptd->count = PTD_CC_MSK | PTD_ACTIVE_MSK | PTD_TOGGLE(toggle);
336 ptd->mps = PTD_MPS(ep->maxpacket) | PTD_SPD(urb->dev->speed == USB_SPEED_LOW) |
338 ptd->len = PTD_LEN(len) | PTD_DIR(dir);
339 ptd->faddr = PTD_FA(usb_pipedevice(urb->pipe));
342 ptd->faddr |= PTD_SF_INT(ep->branch);
343 ptd
354 struct ptd *ptd = &ep->ptd; local
372 struct ptd *ptd = &ep->ptd; local
511 struct ptd *ptd; local
[all...]
H A Disp1760-hcd.h100 struct ptd { struct
H A Duhci-q.c203 struct uhci_td *ptd; local
205 ptd = list_entry(td->fl_list.prev, struct uhci_td, fl_list);
206 ptd->link = td->link;
335 struct uhci_td *ptd; local
339 ptd = list_entry(purbp->td_list.prev, struct uhci_td,
343 ptd->link = td->link;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/mm/
H A Dtlb-mn10300.S46 mov (a2,d2),a2 # PTD *ptd = PGD[addr 31..22]
98 mov (a2,d2),a2 # PTD *ptd = PGD[addr 31..22]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_util.c397 TXN_DETAIL *ptd, *td; local
410 ptd = txn->parent != NULL ? txn->parent->td : NULL;
416 if (ptd != NULL) {
H A Dtxn.c165 TXN_DETAIL *ptd, *td; local
215 ptd = parent->td;
217 SH_TAILQ_INSERT_HEAD(&ptd->kids, td, klinks, __txn_detail);
1294 TXN_DETAIL *ptd, *td; local
1364 ptd = txn->parent->td;
1365 SH_TAILQ_REMOVE(&ptd->kids, td, klinks, __txn_detail);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Ddroptgt.cpp441 fmtMemory.ptd = NULL;
H A Ddataobj.cpp199 format.ptd = NULL;
606 pFormatetcOut->ptd = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dclipbrd.cpp809 formatEtc.ptd = NULL;

Completed in 63 milliseconds