| /linux/drivers/thermal/intel/ |
| A D | intel_pch_thermal.c | 106 ptd->psv_trip_id = -1; in pch_wpt_add_acpi_psv_trip() 293 return ptd->ops->get_temp(ptd, temp); in pch_thermal_get_temp() 389 ptd = devm_kzalloc(&pdev->dev, sizeof(*ptd), GFP_KERNEL); in intel_pch_thermal_probe() 390 if (!ptd) in intel_pch_thermal_probe() 393 ptd->ops = bi->ops; in intel_pch_thermal_probe() 396 ptd->pdev = pdev; in intel_pch_thermal_probe() 411 if (!ptd->hw_base) { in intel_pch_thermal_probe() 417 err = ptd->ops->hw_init(ptd, &nr_trips); in intel_pch_thermal_probe() 421 ptd->tzd = thermal_zone_device_register(bi->name, nr_trips, 0, ptd, in intel_pch_thermal_probe() 462 return ptd->ops->suspend(ptd); in intel_pch_thermal_suspend() [all …]
|
| /linux/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() 1004 struct ptd *ptd) in start_bus_transfer() argument 1126 struct ptd ptd; in enqueue_qtds() local 1356 struct ptd ptd; in handle_done_ptds() local [all …]
|
| /linux/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()
|