Lines Matching full:pac1934
3 * IIO driver for PAC1934 Multi-Channel DC Power/Energy Monitor
11 * Datasheet for PAC1931, PAC1932, PAC1933 and PAC1934 can be found here:
26 * till PAC1934 accumulation registers starts to saturate
188 * is reserved to Microchip for the PAC1934.
196 PAC1934 enumerator
208 * PAC1934 phys channel IIO channel descriptor; see the static const struct
221 * struct pac1934_features - features of a pac1934 instance
250 [PAC1934] = {
252 .name = "pac1934",
536 * see: PAC1934 Family Data Sheet Errata DS80000836A.pdf in pac1934_send_refresh()
1070 return PAC1934; in pac1934_chip_identify()
1084 …m/downloads/aemDocuments/documents/OTH/ApplicationNotes/ApplicationNotes/PAC1934-Integration-Notes…
1550 "Can't configure custom attributes for PAC1934 device\n"); in pac1934_probe()
1573 { .name = "pac1934", .driver_data = (kernel_ulong_t)&pac1934_chip_config[PAC1934] },
1592 .compatible = "microchip,pac1934",
1593 .data = &pac1934_chip_config[PAC1934]
1601 …m/downloads/aemDocuments/documents/OTH/ApplicationNotes/ApplicationNotes/PAC1934-Integration-Notes…
1604 { "MCHP1930", .driver_data = (kernel_ulong_t)&pac1934_chip_config[PAC1934] },
1611 .name = "pac1934",
1624 MODULE_DESCRIPTION("IIO driver for PAC1934 Multi-Channel DC Power/Energy Monitor");