Home
last modified time | relevance | path

Searched refs:program_eeprom (Results 1 – 10 of 10) sorted by relevance

/dports/sysutils/apcctrl/apcctrl-0.8.21/include/
H A Ddrivers.h110 virtual bool program_eeprom(int cmd, const char *data) { return false; } in program_eeprom() function
133 #define device_program_eeprom(ups, command, data) ups->driver->program_eeprom(command, data)
/dports/sysutils/apcupsd/apcupsd-3.14.14/include/
H A Ddrivers.h110 virtual bool program_eeprom(int cmd, const char *data) { return false; } in program_eeprom() function
133 #define device_program_eeprom(ups, command, data) ups->driver->program_eeprom(command, data)
/dports/sysutils/apcctrl/apcctrl-0.8.21/src/drivers/apcsmart/
H A Dapcsmart.h44 virtual bool program_eeprom(int command, const char *data);
H A Dsmarteeprom.c30 bool ApcSmartUpsDriver::program_eeprom(int command, const char *data) in program_eeprom() function
/dports/sysutils/apcupsd/apcupsd-3.14.14/src/drivers/apcsmart/
H A Dapcsmart.h44 virtual bool program_eeprom(int command, const char *data);
H A Dsmarteeprom.c30 bool ApcSmartUpsDriver::program_eeprom(int command, const char *data) in program_eeprom() function
/dports/sysutils/apcupsd/apcupsd-3.14.14/src/
H A Dapctest.c144 (ups)->driver->program_eeprom(ci, cmd)
/dports/sysutils/apcctrl/apcctrl-0.8.21/src/
H A Dapctest.c148 (ups)->driver->program_eeprom(ci, cmd)
/dports/sysutils/apcctrl/apcctrl-0.8.21/
H A DChangeLog1181 Fix driver program_eeprom() and entry_point() function naming
/dports/sysutils/apcupsd/apcupsd-3.14.14/
H A DChangeLog1512 Fix driver program_eeprom() and entry_point() function naming