Home
last modified time | relevance | path

Searched refs:smbus_peripheral (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/tests/drivers/smbus/smbus_emul/src/
Demul.h27 struct smbus_peripheral { struct
39 static inline void peripheral_clear_smbalert(struct smbus_peripheral *periph) in peripheral_clear_smbalert() argument
44 void emul_register_smbus_peripheral(struct smbus_peripheral *peripheral);
Demul.c49 void emul_register_smbus_peripheral(struct smbus_peripheral *peripheral) in emul_register_smbus_peripheral()
54 static struct smbus_peripheral *emul_get_smbus_peripheral(uint8_t addr) in emul_get_smbus_peripheral()
56 struct smbus_peripheral *peripheral, *tmp; in emul_get_smbus_peripheral()
69 struct smbus_peripheral *peripheral, *tmp, *found = NULL; in peripheral_handle_smbalert()
92 struct smbus_peripheral *peripheral, *tmp; in peripheral_handle_host_notify()
109 struct smbus_peripheral *peripheral; in peripheral_write()
123 struct smbus_peripheral *peripheral; in peripheral_read()
140 struct smbus_peripheral *peripheral; in emul_start_smbus_protocol()
Dsmbus.c285 struct smbus_peripheral peripheral = {