Lines Matching refs:pdt_entry
460 struct pdt_entry *entry, u16 pdt_address) in rmi_read_pdt_entry()
484 static void rmi_driver_copy_pdt_to_fd(const struct pdt_entry *pdt, in rmi_driver_copy_pdt_to_fd()
505 const struct pdt_entry *entry)) in rmi_scan_pdt_page()
508 struct pdt_entry pdt_entry; in rmi_scan_pdt_page() local
517 error = rmi_read_pdt_entry(rmi_dev, &pdt_entry, addr); in rmi_scan_pdt_page()
521 if (RMI4_END_OF_PDT(pdt_entry.function_number)) in rmi_scan_pdt_page()
524 retval = callback(rmi_dev, ctx, &pdt_entry); in rmi_scan_pdt_page()
544 void *ctx, const struct pdt_entry *entry)) in rmi_scan_pdt()
745 const struct pdt_entry *pdt) in rmi_check_bootloader_mode()
777 void *ctx, const struct pdt_entry *pdt) in rmi_count_irqs()
792 const struct pdt_entry *pdt) in rmi_initial_reset()
829 void *ctx, const struct pdt_entry *pdt) in rmi_create_function()