Home
last modified time | relevance | path

Searched refs:pdt_entry (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/input/rmi4/
H A Drmi_driver.h38 struct pdt_entry { struct
94 const struct pdt_entry *entry));
100 const struct pdt_entry *pdt);
H A Drmi_driver.c465 struct pdt_entry *entry, u16 pdt_address) in rmi_read_pdt_entry()
489 static void rmi_driver_copy_pdt_to_fd(const struct pdt_entry *pdt, in rmi_driver_copy_pdt_to_fd()
510 const struct pdt_entry *entry)) in rmi_scan_pdt_page()
513 struct pdt_entry pdt_entry; in rmi_scan_pdt_page() local
522 error = rmi_read_pdt_entry(rmi_dev, &pdt_entry, addr); in rmi_scan_pdt_page()
526 if (RMI4_END_OF_PDT(pdt_entry.function_number)) in rmi_scan_pdt_page()
529 retval = callback(rmi_dev, ctx, &pdt_entry); in rmi_scan_pdt_page()
549 void *ctx, const struct pdt_entry *entry)) in rmi_scan_pdt()
792 const struct pdt_entry *pdt) in rmi_check_bootloader_mode()
824 void *ctx, const struct pdt_entry *pdt) in rmi_count_irqs()
[all …]