Lines Matching refs:pdt_entry
459 struct pdt_entry *entry, u16 pdt_address) in rmi_read_pdt_entry()
483 static void rmi_driver_copy_pdt_to_fd(const struct pdt_entry *pdt, in rmi_driver_copy_pdt_to_fd()
504 const struct pdt_entry *entry)) in rmi_scan_pdt_page()
507 struct pdt_entry pdt_entry; in rmi_scan_pdt_page() local
516 error = rmi_read_pdt_entry(rmi_dev, &pdt_entry, addr); in rmi_scan_pdt_page()
520 if (RMI4_END_OF_PDT(pdt_entry.function_number)) in rmi_scan_pdt_page()
523 retval = callback(rmi_dev, ctx, &pdt_entry); in rmi_scan_pdt_page()
543 void *ctx, const struct pdt_entry *entry)) in rmi_scan_pdt()
744 const struct pdt_entry *pdt) in rmi_check_bootloader_mode()
776 void *ctx, const struct pdt_entry *pdt) in rmi_count_irqs()
791 const struct pdt_entry *pdt) in rmi_initial_reset()
828 void *ctx, const struct pdt_entry *pdt) in rmi_create_function()