Home
last modified time | relevance | path

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

/external/qemu/hw/
Dgoldfish_switch.c33 uint32_t (*writefn)(void *opaque, uint32_t state); member
72 return s->writefn ? SW_FLAGS_OUTPUT : 0; in goldfish_switch_read()
100 if(s->writefn) { in goldfish_switch_write()
102 new_state = s->writefn(s->writeopaque, value); in goldfish_switch_write()
144 void *goldfish_switch_add(char *name, uint32_t (*writefn)(void *opaque, uint32_t state), void *writ… in goldfish_switch_add()
155 s->writefn = writefn; in goldfish_switch_add()
Dgoldfish_device.h50 void *goldfish_switch_add(char *name, uint32_t (*writefn)(void *opaque, uint32_t state), void *writ…