Home
last modified time | relevance | path

Searched refs:PCA955xState (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/gpio/
H A Dpca9552.c52 static uint8_t pca955x_pin_get_config(PCA955xState *s, int pin) in pca955x_pin_get_config()
61 static uint16_t pca955x_pins_get_status(PCA955xState *s) in pca955x_pins_get_status()
66 static void pca955x_display_pins_status(PCA955xState *s, in pca955x_display_pins_status()
108 static void pca955x_update_pin_input(PCA955xState *s) in pca955x_update_pin_input()
152 static uint8_t pca955x_read(PCA955xState *s, uint8_t reg) in pca955x_read()
173 static void pca955x_write(PCA955xState *s, uint8_t reg, uint8_t data) in pca955x_write()
208 static void pca955x_autoinc(PCA955xState *s) in pca955x_autoinc()
222 PCA955xState *s = PCA955X(i2c); in pca955x_recv()
250 PCA955xState *s = PCA955X(i2c); in pca955x_send()
267 PCA955xState *s = PCA955X(i2c); in pca955x_event()
[all …]
/openbmc/qemu/include/hw/gpio/
H A Dpca9552.h17 typedef struct PCA955xState PCA955xState; typedef
18 DECLARE_INSTANCE_CHECKER(PCA955xState, PCA955X,
24 struct PCA955xState { struct