Home
last modified time | relevance | path

Searched defs:ec (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/openbmc/linux/drivers/acpi/
H A Dec.c168 struct acpi_ec *ec; member
1129 struct acpi_ec *ec = q->ec; in acpi_ec_event_processor() local
1397 struct acpi_ec *ec = context; in acpi_ec_register_query_methods() local
1413 struct acpi_ec *ec = context; in ec_parse_device() local
1631 struct acpi_ec *ec; in acpi_ec_add() local
1707 struct acpi_ec *ec; in acpi_ec_remove() local
1725 struct acpi_ec *ec = context; in ec_parse_io_ports() local
1758 struct acpi_ec *ec; in acpi_ec_dsdt_probe() local
1963 struct acpi_ec *ec; in acpi_ec_ecdt_probe() local
2025 struct acpi_ec *ec = in acpi_ec_suspend() local
[all …]
/openbmc/linux/arch/arm/mach-rpc/
H A Decard.c58 ecard_t *ec; member
121 struct expansion_card *ec = req->ec; in ecard_task_reset() local
135 struct expansion_card *ec = req->ec; in ecard_task_readbytes() local
466 ecard_t *ec = slot_to_ecard(fiqnr); in ecard_enablefiq() local
482 ecard_t *ec = slot_to_ecard(fiqnr); in ecard_disablefiq() local
495 ecard_t *ec; in ecard_dump_irq_state() local
558 ecard_t *ec; in ecard_irq_handler() local
652 ecard_t *ec = cards; in ecard_devices_proc_show() local
670 #define ec_set_resource(ec,nr,st,sz) \ argument
691 struct expansion_card *ec; in ecard_alloc_card() local
[all …]
/openbmc/linux/drivers/edac/
H A Dmce_amd.c649 static bool k8_mc0_mce(u16 ec, u8 xec) in k8_mc0_mce()
659 static bool cat_mc0_mce(u16 ec, u8 xec) in cat_mc0_mce()
766 u16 ec = EC(m->status); in decode_mc0_mce() local
785 static bool k8_mc1_mce(u16 ec, u8 xec) in k8_mc1_mce()
819 static bool cat_mc1_mce(u16 ec, u8 xec) in cat_mc1_mce()
876 u16 ec = EC(m->status); in decode_mc1_mce() local
904 static bool k8_mc2_mce(u16 ec, u8 xec) in k8_mc2_mce()
1022 u16 ec = EC(m->status); in decode_mc2_mce() local
1033 u16 ec = EC(m->status); in decode_mc3_mce() local
1064 u16 ec = EC(m->status); in decode_mc4_mce() local
[all …]
/openbmc/linux/drivers/md/
H A Ddm-ebs-target.c48 static inline unsigned int __nr_blocks(struct ebs_c *ec, struct bio *bio) in __nr_blocks()
143 static int __ebs_discard_bio(struct ebs_c *ec, struct bio *bio) in __ebs_discard_bio()
167 static void __ebs_forget_bio(struct ebs_c *ec, struct bio *bio) in __ebs_forget_bio()
182 struct ebs_c *ec = container_of(ws, struct ebs_c, ws); in __ebs_process_bios() local
253 struct ebs_c *ec; in ebs_ctr() local
350 struct ebs_c *ec = ti->private; in ebs_dtr() local
363 struct ebs_c *ec = ti->private; in ebs_map() local
396 struct ebs_c *ec = ti->private; in ebs_status() local
414 struct ebs_c *ec = ti->private; in ebs_prepare_ioctl() local
426 struct ebs_c *ec = ti->private; in ebs_io_hints() local
[all …]
/openbmc/linux/drivers/misc/echo/
H A Decho.c106 static inline void lms_adapt_bg(struct oslec_state *ec, int clean, int shift) in lms_adapt_bg()
145 struct oslec_state *ec; in oslec_create() local
209 void oslec_free(struct oslec_state *ec) in oslec_free()
222 void oslec_adaption_mode(struct oslec_state *ec, int adaption_mode) in oslec_adaption_mode()
228 void oslec_flush(struct oslec_state *ec) in oslec_flush()
254 void oslec_snapshot(struct oslec_state *ec) in oslec_snapshot()
262 int16_t oslec_update(struct oslec_state *ec, int16_t tx, int16_t rx) in oslec_update()
554 int16_t oslec_hpf_tx(struct oslec_state *ec, int16_t tx) in oslec_hpf_tx()
/openbmc/linux/crypto/
H A Djitterentropy.c188 static int jent_apt_permanent_failure(struct rand_data *ec) in jent_apt_permanent_failure()
193 static int jent_apt_failure(struct rand_data *ec) in jent_apt_failure()
220 static void jent_rct_insert(struct rand_data *ec, int stuck) in jent_rct_insert()
252 static int jent_stuck(struct rand_data *ec, __u64 current_delta) in jent_stuck()
279 static int jent_rct_permanent_failure(struct rand_data *ec) in jent_rct_permanent_failure()
284 static int jent_rct_failure(struct rand_data *ec) in jent_rct_failure()
290 static int jent_health_failure(struct rand_data *ec) in jent_health_failure()
295 static int jent_permanent_health_failure(struct rand_data *ec) in jent_permanent_health_failure()
451 static int jent_measure_jitter(struct rand_data *ec) in jent_measure_jitter()
484 static void jent_gen_entropy(struct rand_data *ec) in jent_gen_entropy()
[all …]
H A Dsm2.c69 static int sm2_ec_ctx_init(struct mpi_ec_ctx *ec) in sm2_ec_ctx_init()
129 static void sm2_ec_ctx_deinit(struct mpi_ec_ctx *ec) in sm2_ec_ctx_deinit()
250 MPI_POINT point, struct mpi_ec_ctx *ec, in sm2_z_digest_update_point()
271 struct mpi_ec_ctx *ec; in sm2_compute_z_digest() local
326 static int _sm2_verify(struct mpi_ec_ctx *ec, MPI hash, MPI sig_r, MPI sig_s) in _sm2_verify()
381 struct mpi_ec_ctx *ec = akcipher_tfm_ctx(tfm); in sm2_verify() local
423 struct mpi_ec_ctx *ec = akcipher_tfm_ctx(tfm); in sm2_set_pub_key() local
429 static int __sm2_set_pub_key(struct mpi_ec_ctx *ec, in __sm2_set_pub_key()
455 struct mpi_ec_ctx *ec = akcipher_tfm_ctx(tfm); in sm2_init_tfm() local
462 struct mpi_ec_ctx *ec = akcipher_tfm_ctx(tfm); in sm2_exit_tfm() local
/openbmc/linux/drivers/platform/olpc/
H A Dolpc-ec.c113 struct olpc_ec_priv *ec) in queue_ec_descriptor()
128 struct olpc_ec_priv *ec = ec_priv; in olpc_ec_cmd() local
167 struct olpc_ec_priv *ec = ec_priv; in olpc_ec_wakeup_set() local
178 struct olpc_ec_priv *ec = ec_priv; in olpc_ec_wakeup_clear() local
189 struct olpc_ec_priv *ec = ec_priv; in olpc_ec_mask_write() local
222 struct olpc_ec_priv *ec = ec_priv; in olpc_ec_sci_query() local
370 struct olpc_ec_priv *ec = rdev_get_drvdata(rdev); in dcon_regulator_enable() local
377 struct olpc_ec_priv *ec = rdev_get_drvdata(rdev); in dcon_regulator_disable() local
384 struct olpc_ec_priv *ec = rdev_get_drvdata(rdev); in dcon_regulator_is_enabled() local
406 struct olpc_ec_priv *ec; in olpc_ec_probe() local
[all …]
/openbmc/bmcweb/redfish-core/lib/
H A Dstorage.hpp107 const boost::system::error_code& ec, in afterChassisDriveCollectionSubtree()
151 const std::string& storageId, const boost::system::error_code& ec, in afterSystemsStorageGetSubtree()
216 const boost::system::error_code& ec, in afterSubtree()
300 propertiesList) { in getDriveAsset()
375 [asyncResp](const boost::system::error_code& ec, const bool updating) { in getDriveState()
451 propertiesList) { in getDriveItemProperties()
836 const boost::system::error_code& ec, in buildDrive()
977 const boost::system::error_code& ec, in getStorageControllerAsset()
1066 const std::string& controllerId, const boost::system::error_code& ec, in getStorageControllerHandler()
1106 const boost::system::error_code& ec, in populateStorageControllerCollection()
[all …]
H A Dsystems.hpp423 const boost::system::error_code& ec, in afterSystemGetSubTree()
541 const std::string& hostState) { in getHostState()
860 const uint64_t lastStateTime) { in getBootProgressLastStateTime()
895 const std::string& bootType) { in getBootOverrideType()
936 const std::string& bootModeStr) { in getBootOverrideMode()
1079 const bool bootOverrideEnable) { in getBootOverrideEnable()
1134 uint64_t lastResetTime) { in getLastResetTime()
1230 bool autoRebootEnabled) { in getAutomaticRetryPolicy()
1329 const std::string& policy) { in getPowerRestorePolicy()
2965 const boost::system::error_code& ec, in afterPortRequest()
[all …]
H A Dpower_supply.hpp80 const dbus::utility::MapperGetSubTreePathsResponse& subtreePaths) { in doPowerSupplyCollection()
169 const dbus::utility::MapperGetSubTreePathsResponse& subtreePaths) { in getValidPowerSupplyPath()
211 [asyncResp](const boost::system::error_code& ec, const bool value) { in getPowerSupplyState()
237 [asyncResp](const boost::system::error_code& ec, const bool value) { in getPowerSupplyHealth()
264 const dbus::utility::DBusPropertiesMap& propertiesList) { in getPowerSupplyAsset()
351 [asyncResp](const boost::system::error_code& ec, in getPowerSupplyLocation()
370 const boost::system::error_code& ec, uint32_t value) in handleGetEfficiencyResponse()
398 const boost::system::error_code& ec, in handlePowerSupplyAttributesSubTreeResponse()
446 const dbus::utility::MapperGetSubTreeResponse& subtree) { in getEfficiencyPercent()
485 const dbus::utility::MapperGetObject& object) { in doPowerSupplyGet()
H A Dfabric_adapters.hpp34 const std::string& property) { in getFabricAdapterLocation()
60 const dbus::utility::DBusPropertiesMap& propertiesList) { in getFabricAdapterAsset()
117 [asyncResp](const boost::system::error_code& ec, const bool present) { in getFabricAdapterState()
144 const bool functional) { in getFabricAdapterHealth()
192 const boost::system::error_code& ec, in afterGetValidFabricAdapterPath()
219 std::function<void(const boost::system::error_code& ec, in getValidFabricAdapterPath()
233 const boost::system::error_code& ec, const std::string& fabricAdapterPath, in afterHandleFabricAdapterGet()
357 const std::string& adapterId, const boost::system::error_code& ec, in afterHandleFabricAdapterHead()
H A Dled.hpp43 [asyncResp](const boost::system::error_code& ec, const bool blinking) { in getIndicatorLedState()
130 ledBlinkng](const boost::system::error_code& ec) mutable { in setIndicatorLedState()
164 [asyncResp](const boost::system::error_code& ec, const bool blinking) { in getSystemLocationIndicatorActive()
224 [asyncResp, ledState](const boost::system::error_code& ec) { in setSystemLocationIndicatorActive()
/openbmc/bmcweb/http/
H A Dhttp_body.hpp125 boost::system::error_code& ec) in open()
153 void setFd(int fd, boost::system::error_code& ec) in setFd()
195 static void init(boost::beast::error_code& ec) in init()
201 get(boost::beast::error_code& ec) in get()
207 getWithMaxSize(boost::beast::error_code& ec, size_t maxSize) in getWithMaxSize()
275 boost::beast::error_code& ec) in init()
289 boost::system::error_code& ec) in put()
301 static void finish(boost::system::error_code& ec) in finish()
/openbmc/boost-dbus/test/
H A Davahi.cpp26 m, [&](const boost::system::error_code ec, dbus::message r) { in TEST()
74 [&](boost::system::error_code ec, dbus::message s) { in TEST()
107 m, [&](const boost::system::error_code ec, dbus::message r) { in TEST()
134 f.async_dispatch([&](boost::system::error_code ec, dbus::message s) { in TEST()
184 boost::system::error_code ec, dbus::message s) { in TEST()
246 [&](boost::system::error_code ec, dbus::message s) { in TEST()
263 r, [&](boost::system::error_code ec, dbus::message s) {}); in TEST()
273 const dbus::dbus_variant& status) { in TEST()
304 [&](boost::system::error_code ec, dbus::message s) { in TEST()
318 r, [&](boost::system::error_code ec, dbus::message s) {}); in TEST()
[all …]
/openbmc/bmcweb/include/
H A Ddbus_utility.hpp112 inline void logError(const boost::system::error_code& ec) in logError()
170 const boost::system::error_code& ec, in getSubTree()
186 const boost::system::error_code& ec, in getSubTreePaths()
205 const boost::system::error_code& ec, in getAssociatedSubTree()
222 const boost::system::error_code& ec, in getAssociatedSubTreePaths()
239 [callback{std::move(callback)}](const boost::system::error_code& ec, in getDbusObject()
240 const MapperGetObject& object) { in getDbusObject()
266 const ManagedObjectType& objects) { in getManagedObjects()
H A Dobmc_console.hpp59 std::size_t bytesWritten) { in doWrite()
99 const boost::system::error_code& ec, std::size_t bytesRead) { in doRead()
121 boost::system::error_code ec; in connect() local
179 const boost::system::error_code& ec, in connectConsoleSocket()
220 const boost::system::error_code& ec, in processConsoleObject()
306 const ::dbus::utility::MapperGetObject& objInfo) { in onOpen()
/openbmc/bmcweb/redfish-core/include/
H A Dsnmp_trap_event_clients.hpp26 const boost::system::error_code& ec, in afterGetSnmpTrapClientdata()
94 [asyncResp, id](const boost::system::error_code& ec, in getSnmpTrapClient()
95 dbus::utility::ManagedObjectType& resp) { in getSnmpTrapClient()
134 const boost::system::error_code& ec, const sdbusplus::message_t& msg, in afterSnmpClientCreate()
184 const std::string& dbusSNMPid) { in addSnmpTrapClient()
225 [asyncResp, param](const boost::system::error_code& ec) { in deleteSnmpTrapClient()
/openbmc/u-boot/drivers/misc/
H A Dcros_ec_sandbox.c99 struct ec_state *ec = &s_state; in cros_ec_read_state() local
139 struct ec_state *ec = g_state; in cros_ec_write_state() local
164 static int get_image_used(struct ec_state *ec, struct fmap_entry *entry) in get_image_used()
191 static int keyscan_read_fdt_matrix(struct ec_state *ec, ofnode node) in keyscan_read_fdt_matrix()
240 static int cros_ec_keyscan(struct ec_state *ec, uint8_t *scan) in cros_ec_keyscan()
282 static int process_cmd(struct ec_state *ec, in process_cmd()
473 struct ec_state *ec = dev_get_priv(dev->dev); in cros_ec_sandbox_packet() local
498 struct ec_state *ec = dev_get_priv(dev); in cros_ec_check_keyboard() local
514 struct ec_state *ec = dev->priv; in cros_ec_probe() local
/openbmc/linux/drivers/platform/chrome/wilco_ec/
H A Dkeyboard_leds.c22 struct wilco_ec_device *ec; member
55 static int send_kbbl_msg(struct wilco_ec_device *ec, in send_kbbl_msg()
79 static int set_kbbl(struct wilco_ec_device *ec, enum led_brightness brightness) in set_kbbl()
105 static int kbbl_exist(struct wilco_ec_device *ec, bool *exists) in kbbl_exist()
134 static int kbbl_init(struct wilco_ec_device *ec) in kbbl_init()
173 int wilco_keyboard_leds_init(struct wilco_ec_device *ec) in wilco_keyboard_leds_init()
/openbmc/linux/drivers/ata/
H A Dpata_icside.c64 struct expansion_card *ec; member
86 static void pata_icside_irqenable_arcin_v5 (struct expansion_card *ec, int irqnr) in pata_icside_irqenable_arcin_v5()
96 static void pata_icside_irqdisable_arcin_v5 (struct expansion_card *ec, int irqnr) in pata_icside_irqdisable_arcin_v5()
113 static void pata_icside_irqenable_arcin_v6 (struct expansion_card *ec, int irqnr) in pata_icside_irqenable_arcin_v6()
138 static int pata_icside_irqpending_arcin_v6(struct expansion_card *ec) in pata_icside_irqpending_arcin_v6()
284 struct expansion_card *ec = info->ec; in icside_dma_init() local
402 struct expansion_card *ec = info->ec; in pata_icside_register_v6() local
444 struct expansion_card *ec = info->ec; in pata_icside_add_ports() local
482 static int pata_icside_probe(struct expansion_card *ec, in pata_icside_probe()
557 static void pata_icside_shutdown(struct expansion_card *ec) in pata_icside_shutdown()
[all …]
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_lightbar.c86 static struct cros_ec_command *alloc_lightbar_cmd_msg(struct cros_ec_dev *ec) in alloc_lightbar_cmd_msg()
106 static int get_lightbar_version(struct cros_ec_dev *ec, in get_lightbar_version()
161 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in version_show() local
183 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in brightness_store() local
222 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in led_rgb_store() local
291 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in sequence_show() local
320 static int lb_send_empty_cmd(struct cros_ec_dev *ec, uint8_t cmd) in lb_send_empty_cmd()
348 static int lb_manual_suspend_ctrl(struct cros_ec_dev *ec, uint8_t enable) in lb_manual_suspend_ctrl()
385 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in sequence_store() local
428 struct cros_ec_dev *ec = to_cros_ec_dev(dev); in program_store() local
/openbmc/service-config-manager/src/
H A Dutils.cpp18 void checkAndThrowInternalFailure(boost::system::error_code& ec, in checkAndThrowInternalFailure()
35 boost::system::error_code ec; in systemdDaemonReload() local
59 boost::system::error_code ec; in systemdUnitAction() local
101 boost::system::error_code ec; in systemdUnitFilesStateChange() local
/openbmc/phosphor-bmc-code-mgmt/
H A Dserialize.cpp28 std::error_code ec; in storePriority() local
49 std::error_code ec; in storePurpose() local
70 std::error_code ec; in restorePriority() local
131 std::error_code ec; in restorePurpose() local
153 std::error_code ec; in removePersistDataDirectory() local
/openbmc/linux/drivers/iio/proximity/
H A Dcros_ec_mkbp_proximity.c27 struct cros_ec_device *ec; member
103 struct cros_ec_device *ec = data->ec; in cros_ec_mkbp_proximity_push_event() local
127 struct cros_ec_device *ec = _ec; in cros_ec_mkbp_proximity_notify() local
149 struct cros_ec_device *ec = data->ec; in cros_ec_mkbp_proximity_read_raw() local
190 struct cros_ec_device *ec = data->ec; in cros_ec_mkbp_proximity_resume() local
210 struct cros_ec_device *ec = dev_get_drvdata(dev->parent); in cros_ec_mkbp_proximity_probe() local
245 struct cros_ec_device *ec = data->ec; in cros_ec_mkbp_proximity_remove() local

12345678910>>...17