Clean up .available & .poll

This commit is contained in:
Jasmine Iwanek
2025-01-07 01:12:42 -05:00
parent de488fe779
commit 81b8038bc5
254 changed files with 1214 additions and 1313 deletions

View File

@@ -857,7 +857,7 @@ const device_t lm78_device = {
.init = lm78_init,
.close = lm78_close,
.reset = lm78_reset,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -872,7 +872,7 @@ const device_t w83781d_device = {
.init = lm78_init,
.close = lm78_close,
.reset = lm78_reset,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -887,7 +887,7 @@ const device_t w83781d_p5a_device = {
.init = lm78_init,
.close = lm78_close,
.reset = lm78_reset,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -903,7 +903,7 @@ const device_t as99127f_device = {
.init = lm78_init,
.close = lm78_close,
.reset = lm78_reset,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -918,7 +918,7 @@ const device_t as99127f_rev2_device = {
.init = lm78_init,
.close = lm78_close,
.reset = lm78_reset,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -933,7 +933,7 @@ const device_t w83782d_device = {
.init = lm78_init,
.close = lm78_close,
.reset = lm78_reset,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL