| /kernel/linux/linux-5.10/drivers/thermal/intel/ |
| D | intel_pch_thermal.c | 81 static void pch_wpt_add_acpi_psv_trip(struct pch_thermal_device *ptd, in pch_wpt_add_acpi_psv_trip() 108 static void pch_wpt_add_acpi_psv_trip(struct pch_thermal_device *ptd, in pch_wpt_add_acpi_psv_trip() 116 static int pch_wpt_init(struct pch_thermal_device *ptd, int *nr_trips) in pch_wpt_init() 171 static int pch_wpt_get_temp(struct pch_thermal_device *ptd, int *temp) in pch_wpt_get_temp() 183 static int pch_wpt_suspend(struct pch_thermal_device *ptd) in pch_wpt_suspend() 197 static int pch_wpt_resume(struct pch_thermal_device *ptd) in pch_wpt_resume() 229 struct pch_thermal_device *ptd = tzd->devdata; in pch_thermal_get_temp() local 237 struct pch_thermal_device *ptd = tzd->devdata; in pch_get_trip_type() local 253 struct pch_thermal_device *ptd = tzd->devdata; in pch_get_trip_temp() local 312 struct pch_thermal_device *ptd; in intel_pch_thermal_probe() local [all …]
|
| /kernel/linux/linux-6.6/drivers/thermal/intel/ |
| D | intel_pch_thermal.c | 97 static int pch_wpt_add_acpi_psv_trip(struct pch_thermal_device *ptd, int trip) in pch_wpt_add_acpi_psv_trip() 114 static int pch_wpt_add_acpi_psv_trip(struct pch_thermal_device *ptd, int trip) in pch_wpt_add_acpi_psv_trip() 122 struct pch_thermal_device *ptd = thermal_zone_device_priv(tzd); in pch_thermal_get_temp() local 163 struct pch_thermal_device *ptd; in intel_pch_thermal_probe() local 266 struct pch_thermal_device *ptd = pci_get_drvdata(pdev); in intel_pch_thermal_remove() local 277 struct pch_thermal_device *ptd = dev_get_drvdata(device); in intel_pch_thermal_suspend_noirq() local 345 struct pch_thermal_device *ptd = dev_get_drvdata(device); in intel_pch_thermal_resume() local
|
| /kernel/linux/linux-5.10/drivers/usb/isp1760/ |
| D | isp1760-hcd.c | 53 struct ptd { struct 54 __dw dw0; 55 __dw dw1; 56 __dw dw2; 57 __dw dw3; 58 __dw dw4; 59 __dw dw5; 60 __dw dw6; 61 __dw dw7; 282 struct ptd *ptd) in ptd_read() [all …]
|
| /kernel/linux/linux-6.6/drivers/usb/isp1760/ |
| D | isp1760-hcd.c | 58 struct ptd { struct 69 struct ptd_le32 { argument 494 struct ptd *ptd) in isp1760_ptd_read() 507 struct ptd *ptd) in isp1763_ptd_read() 525 struct ptd *ptd) in ptd_read() 539 struct ptd_le32 ptd; in isp1763_ptd_write() local 555 struct ptd *ptd) in isp1760_ptd_write() 571 struct ptd *ptd) in ptd_write() 818 struct isp1760_qtd *qtd, struct ptd *ptd) in create_ptd_atl() 892 struct isp1760_qtd *qtd, struct ptd *ptd) in transform_add_int() [all …]
|
| /kernel/linux/linux-5.10/drivers/usb/host/ |
| D | isp116x.h | 162 struct ptd { struct 163 u16 count; 168 u16 mps; 173 u16 len; 180 u16 faddr; 305 struct ptd ptd; member 543 #define PTD_DIR_STR(ptd) ({char __c; \ argument 554 static inline void dump_ptd(struct ptd *ptd) in dump_ptd() 564 static inline void dump_ptd_out_data(struct ptd *ptd, u8 * buf) in dump_ptd_out_data() 576 static inline void dump_ptd_in_data(struct ptd *ptd, u8 * buf) in dump_ptd_in_data() [all …]
|
| D | isp1362.h | 202 struct ptd { struct 226 #define PTD_HEADER_SIZE sizeof(struct ptd) argument 385 struct ptd ptd; member 919 static void dump_ptd(struct ptd *ptd) in dump_ptd() 930 static void dump_ptd_out_data(struct ptd *ptd, u8 *buf) in dump_ptd_out_data() 940 static void dump_ptd_in_data(struct ptd *ptd, u8 *buf) in dump_ptd_in_data() 964 #define dump_ptd(ptd) do {} while (0) argument 965 #define dump_ptd_in_data(ptd, buf) do {} while (0) argument 966 #define dump_ptd_out_data(ptd, buf) do {} while (0) argument 967 #define dump_ptd_data(ptd, buf) do {} while (0) argument
|
| D | isp116x-hcd.c | 169 struct ptd *ptd; in pack_fifo() local 201 struct ptd *ptd; in unpack_fifo() local 235 struct ptd *ptd; in preproc_atl_queue() local 353 struct ptd *ptd; in postproc_atl_queue() local
|
| D | isp1362-hcd.c | 264 struct ptd *ptd; in prepare_ptd() local 348 struct ptd *ptd = &ep->ptd; in isp1362_write_ptd() local 364 struct ptd *ptd = &ep->ptd; in isp1362_read_ptd() local 503 struct ptd *ptd; in postproc_ep() local
|
| D | uhci-q.c | 205 struct uhci_td *ptd; in uhci_remove_td_from_frame_list() local 336 struct uhci_td *ptd; in uhci_cleanup_queue() local
|
| /kernel/linux/linux-6.6/drivers/usb/host/ |
| D | isp116x.h | 162 struct ptd { struct 163 u16 count; 168 u16 mps; 173 u16 len; 180 u16 faddr; 304 struct ptd ptd; member 542 #define PTD_DIR_STR(ptd) ({char __c; \ argument 553 static inline void dump_ptd(struct ptd *ptd) in dump_ptd() 563 static inline void dump_ptd_out_data(struct ptd *ptd, u8 * buf) in dump_ptd_out_data() 575 static inline void dump_ptd_in_data(struct ptd *ptd, u8 * buf) in dump_ptd_in_data() [all …]
|
| D | isp1362.h | 202 struct ptd { struct 226 #define PTD_HEADER_SIZE sizeof(struct ptd) argument 385 struct ptd ptd; member 864 static void dump_ptd(struct ptd *ptd) in dump_ptd() 875 static void dump_ptd_out_data(struct ptd *ptd, u8 *buf) in dump_ptd_out_data() 885 static void dump_ptd_in_data(struct ptd *ptd, u8 *buf) in dump_ptd_in_data() 909 #define dump_ptd(ptd) do {} while (0) argument 910 #define dump_ptd_in_data(ptd, buf) do {} while (0) argument 911 #define dump_ptd_out_data(ptd, buf) do {} while (0) argument 912 #define dump_ptd_data(ptd, buf) do {} while (0) argument
|
| D | isp116x-hcd.c | 169 struct ptd *ptd; in pack_fifo() local 201 struct ptd *ptd; in unpack_fifo() local 235 struct ptd *ptd; in preproc_atl_queue() local 353 struct ptd *ptd; in postproc_atl_queue() local
|
| D | isp1362-hcd.c | 264 struct ptd *ptd; in prepare_ptd() local 348 struct ptd *ptd = &ep->ptd; in isp1362_write_ptd() local 364 struct ptd *ptd = &ep->ptd; in isp1362_read_ptd() local 503 struct ptd *ptd; in postproc_ep() local
|
| D | uhci-q.c | 205 struct uhci_td *ptd; in uhci_remove_td_from_frame_list() local 336 struct uhci_td *ptd; in uhci_cleanup_queue() local
|