Searched refs:ptd (Results 1 – 7 of 7) sorted by relevance
| /drivers/thermal/intel/ |
| A D | intel_pch_thermal.c | 171 ptd = devm_kzalloc(&pdev->dev, sizeof(*ptd), GFP_KERNEL); in intel_pch_thermal_probe() 172 if (!ptd) in intel_pch_thermal_probe() 176 ptd->pdev = pdev; in intel_pch_thermal_probe() 191 if (!ptd->hw_base) { in intel_pch_thermal_probe() 240 ptd, &tzd_ops, in intel_pch_thermal_probe() 242 if (IS_ERR(ptd->tzd)) { in intel_pch_thermal_probe() 245 err = PTR_ERR(ptd->tzd); in intel_pch_thermal_probe() 257 iounmap(ptd->hw_base); in intel_pch_thermal_probe() 271 iounmap(ptd->hw_base); in intel_pch_thermal_remove() 285 if (!ptd->bios_enabled) { in intel_pch_thermal_suspend_noirq() [all …]
|
| /drivers/usb/isp1760/ |
| A D | isp1760-hcd.c | 494 struct ptd *ptd) in isp1760_ptd_read() argument 507 struct ptd *ptd) in isp1763_ptd_read() argument 525 struct ptd *ptd) in ptd_read() argument 555 struct ptd *ptd) in isp1760_ptd_write() argument 571 struct ptd *ptd) in ptd_write() argument 818 struct isp1760_qtd *qtd, struct ptd *ptd) in create_ptd_atl() argument 825 memset(ptd, 0, sizeof(*ptd)); in create_ptd_atl() 1003 struct ptd *ptd) in start_bus_transfer() argument 1125 struct ptd ptd; in enqueue_qtds() local 1355 struct ptd ptd; in handle_done_ptds() local [all …]
|
| /drivers/usb/host/ |
| A D | isp116x.h | 162 struct ptd { struct 304 struct ptd ptd; member 553 static inline void dump_ptd(struct ptd *ptd) in dump_ptd() argument 556 PTD_GET_CC(ptd), PTD_GET_FA(ptd), in dump_ptd() 557 PTD_DIR_STR(ptd), PTD_GET_EP(ptd), in dump_ptd() 558 PTD_GET_COUNT(ptd), PTD_GET_LEN(ptd), PTD_GET_MPS(ptd), in dump_ptd() 559 PTD_GET_TOGGLE(ptd), PTD_GET_ACTIVE(ptd), in dump_ptd() 560 PTD_GET_SPD(ptd), PTD_GET_LAST(ptd)); in dump_ptd() 567 if (PTD_GET_DIR(ptd) != PTD_DIR_IN && PTD_GET_LEN(ptd)) { in dump_ptd_out_data() 575 static inline void dump_ptd_in_data(struct ptd *ptd, u8 * buf) in dump_ptd_in_data() argument [all …]
|
| A D | isp1362.h | 202 struct ptd { struct 385 struct ptd ptd; member 864 static void dump_ptd(struct ptd *ptd) in dump_ptd() argument 867 container_of(ptd, struct isp1362_ep, ptd), in dump_ptd() 868 PTD_GET_CC(ptd), PTD_GET_EP(ptd), PTD_GET_DIR(ptd), in dump_ptd() 869 PTD_GET_COUNT(ptd), PTD_GET_LEN(ptd), PTD_GET_MPS(ptd), in dump_ptd() 870 PTD_GET_TOGGLE(ptd), PTD_GET_ACTIVE(ptd), PTD_GET_FA(ptd), in dump_ptd() 871 PTD_GET_SPD(ptd), PTD_GET_SF_INT(ptd), PTD_GET_PR(ptd), PTD_GET_LAST(ptd)); in dump_ptd() 872 DBG(0, " %04x %04x %04x %04x\n", ptd->count, ptd->mps, ptd->len, ptd->faddr); in dump_ptd() 875 static void dump_ptd_out_data(struct ptd *ptd, u8 *buf) in dump_ptd_out_data() argument [all …]
|
| A D | isp116x-hcd.c | 169 struct ptd *ptd; in pack_fifo() local 177 ptd = &ep->ptd; in pack_fifo() 178 dump_ptd(ptd); in pack_fifo() 201 struct ptd *ptd; in unpack_fifo() local 209 ptd = &ep->ptd; in unpack_fifo() 220 dump_ptd(ptd); in unpack_fifo() 235 struct ptd *ptd; in preproc_atl_queue() local 244 ptd = &ep->ptd; in preproc_atl_queue() 353 struct ptd *ptd; in postproc_atl_queue() local 363 ptd = &ep->ptd; in postproc_atl_queue() [all …]
|
| A D | isp1362-hcd.c | 264 struct ptd *ptd; in prepare_ptd() local 272 ptd = &ep->ptd; in prepare_ptd() 348 struct ptd *ptd = &ep->ptd; in isp1362_write_ptd() local 351 prefetch(ptd); in isp1362_write_ptd() 357 dump_ptd(ptd); in isp1362_write_ptd() 364 struct ptd *ptd = &ep->ptd; in isp1362_read_ptd() local 373 prefetchw(ptd); in isp1362_read_ptd() 375 dump_ptd(ptd); in isp1362_read_ptd() 503 struct ptd *ptd; in postproc_ep() local 512 ptd = &ep->ptd; in postproc_ep() [all …]
|
| A D | uhci-q.c | 205 struct uhci_td *ptd; in uhci_remove_td_from_frame_list() local 207 ptd = list_entry(td->fl_list.prev, struct uhci_td, fl_list); in uhci_remove_td_from_frame_list() 208 ptd->link = td->link; in uhci_remove_td_from_frame_list() 336 struct uhci_td *ptd; in uhci_cleanup_queue() local 340 ptd = list_entry(purbp->td_list.prev, struct uhci_td, in uhci_cleanup_queue() 344 ptd->link = td->link; in uhci_cleanup_queue()
|
Completed in 29 milliseconds