Searched refs:opaque (Results 151 - 175 of 379) sorted by relevance

1234567891011>>

/external/qemu/hw/
H A Darm_gic.c155 static void gic_set_irq(void *opaque, int irq, int level) argument
157 gic_state *s = (gic_state *)opaque;
241 static uint32_t gic_dist_readb(void *opaque, target_phys_addr_t offset) argument
243 gic_state *s = (gic_state *)opaque;
351 static uint32_t gic_dist_readw(void *opaque, target_phys_addr_t offset) argument
354 val = gic_dist_readb(opaque, offset);
355 val |= gic_dist_readb(opaque, offset + 1) << 8;
359 static uint32_t gic_dist_readl(void *opaque, target_phys_addr_t offset) argument
363 gic_state *s = (gic_state *)opaque;
369 val = gic_dist_readw(opaque, offse
374 gic_dist_writeb(void *opaque, target_phys_addr_t offset, uint32_t value) argument
512 gic_dist_writew(void *opaque, target_phys_addr_t offset, uint32_t value) argument
519 gic_dist_writel(void *opaque, target_phys_addr_t offset, uint32_t value) argument
647 gic_save(QEMUFile *f, void *opaque) argument
681 gic_load(QEMUFile *f, void *opaque, int version_id) argument
[all...]
H A Dne2000.c218 NE2000State *s = vc->opaque;
229 NE2000State *s = vc->opaque;
324 static void ne2000_ioport_write(void *opaque, uint32_t addr, uint32_t val) argument
326 NE2000State *s = opaque;
421 static uint32_t ne2000_ioport_read(void *opaque, uint32_t addr) argument
423 NE2000State *s = opaque;
571 static void ne2000_asic_ioport_write(void *opaque, uint32_t addr, uint32_t val) argument
573 NE2000State *s = opaque;
591 static uint32_t ne2000_asic_ioport_read(void *opaque, uint32_t addr) argument
593 NE2000State *s = opaque;
611 ne2000_asic_ioport_writel(void *opaque, uint32_t addr, uint32_t val) argument
625 ne2000_asic_ioport_readl(void *opaque, uint32_t addr) argument
639 ne2000_reset_ioport_write(void *opaque, uint32_t addr, uint32_t val) argument
644 ne2000_reset_ioport_read(void *opaque, uint32_t addr) argument
651 ne2000_save(QEMUFile* f,void* opaque) argument
682 ne2000_load(QEMUFile* f,void* opaque,int version_id) argument
[all...]
H A Dpxa.h94 void pxa2xx_lcdc_oritentation(void *opaque, int angle);
106 int pxa2xx_pcmcia_attach(void *opaque, PCMCIACardState *card);
107 int pxa2xx_pcmcia_dettach(void *opaque);
108 void pxa2xx_pcmcia_set_irq_cb(void *opaque, qemu_irq irq, qemu_irq cd_irq);
204 void *opaque; member in struct:PXA2xxI2SState
H A Dbt-hid.c381 static void bt_hid_control_sdu(void *opaque, const uint8_t *data, int len) argument
383 struct bt_hid_device_s *hid = opaque;
388 static void bt_hid_datain(void *opaque) argument
390 struct bt_hid_device_s *hid = opaque;
406 static void bt_hid_interrupt_sdu(void *opaque, const uint8_t *data, int len) argument
408 struct bt_hid_device_s *hid = opaque;
461 static void bt_hid_close_control(void *opaque) argument
463 struct bt_hid_device_s *hid = opaque;
469 static void bt_hid_close_interrupt(void *opaque) argument
471 struct bt_hid_device_s *hid = opaque;
[all...]
H A Dgoldfish_audio.c241 static void audio_state_save( QEMUFile* f, void* opaque )
243 struct goldfish_audio_state* s = opaque;
252 static int audio_state_load( QEMUFile* f, void* opaque, int version_id ) argument
254 struct goldfish_audio_state* s = opaque;
365 static uint32_t goldfish_audio_read(void *opaque, target_phys_addr_t offset) argument
368 struct goldfish_audio_state *s = opaque;
399 static void goldfish_audio_write(void *opaque, target_phys_addr_t offset, uint32_t val) argument
401 struct goldfish_audio_state *s = opaque;
457 static void goldfish_audio_callback(void *opaque, int free) argument
459 struct goldfish_audio_state *s = opaque;
506 goldfish_audio_in_callback(void *opaque, int avail) argument
[all...]
H A Dgoldfish_fb.c67 static void goldfish_fb_save(QEMUFile* f, void* opaque) argument
69 struct goldfish_fb_state* s = opaque;
90 static int goldfish_fb_load(QEMUFile* f, void* opaque, int version_id) argument
92 struct goldfish_fb_state* s = opaque;
451 static void goldfish_fb_update_display(void *opaque) argument
453 struct goldfish_fb_state *s = (struct goldfish_fb_state *)opaque;
544 static void goldfish_fb_invalidate_display(void * opaque) argument
547 struct goldfish_fb_state *s = (struct goldfish_fb_state *)opaque;
551 static uint32_t goldfish_fb_read(void *opaque, target_phys_addr_t offset) argument
554 struct goldfish_fb_state *s = opaque;
594 goldfish_fb_write(void *opaque, target_phys_addr_t offset, uint32_t val) argument
[all...]
H A Dgoldfish_events_device.c101 static void events_state_save(QEMUFile* f, void* opaque) argument
103 events_state* s = opaque;
108 static int events_state_load(QEMUFile* f, void* opaque, int version_id) argument
110 events_state* s = opaque;
266 static void events_put_mouse(void *opaque, int dx, int dy, int dz, int buttons_state) argument
268 events_state *s = (events_state *) opaque;
292 static void events_put_generic(void* opaque, int type, int code, int value) argument
294 events_state *s = (events_state *) opaque;
H A Dmips_timer.c81 static void mips_timer_cb (void *opaque) argument
85 env = opaque;
/external/qemu/android/
H A Dlooper-generic.c39 void* opaque; member in struct:GLoopTimer
121 void* opaque)
129 tt->opaque = opaque;
149 void* opaque; member in struct:GLoopIo
234 glooper_io_init(Looper* looper, LoopIo* user, int fd, LoopIoFunc callback, void* opaque) argument
242 io->opaque = opaque;
445 timer->callback(timer->opaque);
453 io->callback(io->opaque,i
118 glooper_timer_init(Looper* looper, LoopTimer* timer, LoopTimerFunc callback, void* opaque) argument
[all...]
H A Dhw-qemud.c223 typedef void (*QemudSerialReceive)( void* opaque, int channel, uint8_t* msg, int msglen);
310 qemud_serial_can_read( void* opaque )
312 QemudSerial* s = opaque;
331 qemud_serial_read( void* opaque, const uint8_t* from, int len ) argument
333 QemudSerial* s = opaque;
717 qemud_client_recv( void* opaque, uint8_t* msg, int msglen ) argument
719 QemudClient* c = opaque;
828 * opaque - QemuClient instance
834 qemud_client_disconnect( void* opaque, int guest_close ) argument
836 QemudClient* c = opaque;
1298 qemud_multiplexer_serial_recv( void* opaque, int channel, uint8_t* msg, int msglen ) argument
1411 qemud_multiplexer_control_recv( void* opaque, uint8_t* msg, int msglen, QemudClient* client ) argument
1757 qemud_save(QEMUFile* f, void* opaque) argument
1830 qemud_load(QEMUFile *f, void* opaque, int version) argument
1974 _qemudPipe_sendBuffers(void* opaque, const GoldfishPipeBuffer* buffers, int numBuffers) argument
2017 _qemudPipe_recvBuffers(void* opaque, GoldfishPipeBuffer* buffers, int numBuffers) argument
2068 _qemudPipe_poll(void* opaque) argument
2087 _qemudPipe_wakeOn(void* opaque, int flags) argument
2093 _qemudPipe_save(void* opaque, QEMUFile* f ) argument
2365 _qemud_char_client_recv( void* opaque, uint8_t* msg, int msglen, QemudClient* client ) argument
2412 _qemud_char_service_read( void* opaque, const uint8_t* from, int len ) argument
2423 _qemud_char_service_connect(void* opaque, QemudService* sv, int channel, const char* client_param ) argument
[all...]
H A Dasync-socket-connector.c58 /* An opaque parameter to pass to the connection callback. */
72 * opaque - AsyncSocketConnector instance.
75 static void _on_async_socket_connector_io(void* opaque, int fd, unsigned events);
216 _on_async_socket_connector_io(void* opaque, int fd, unsigned events) argument
218 AsyncSocketConnector* const connector = (AsyncSocketConnector*)opaque;
242 * opaque - AsyncSocketConnector instance.
245 _on_async_socket_connector_retry(void* opaque) argument
248 AsyncSocketConnector* const connector = (AsyncSocketConnector*)opaque;
H A Dsdk-controller-socket.h141 * client_opaque - An opaque pointer associated with the client.
189 * client_opaque - An opaque pointer associated with the client.
199 * client_opaque - An opaque pointer associated with the client.
218 * query_opaque - An opaque pointer associated with the query by the client.
240 * opaque - An opaque pointer associated with the direct packet by the client.
253 typedef AsyncIOAction (*on_sdkctl_direct_cb)(void* opaque,
387 * query_opaque - An opaque pointer associated with the query.
429 * query_opaque - An opaque pointer associated with the query.
493 * opaque
[all...]
/external/qemu/block/
H A Dqcow2-snapshot.c51 BDRVQcowState *s = bs->opaque;
65 BDRVQcowState *s = bs->opaque;
121 BDRVQcowState *s = bs->opaque;
194 BDRVQcowState *s = bs->opaque;
209 BDRVQcowState *s = bs->opaque;
221 BDRVQcowState *s = bs->opaque;
237 BDRVQcowState *s = bs->opaque;
316 BDRVQcowState *s = bs->opaque;
357 BDRVQcowState *s = bs->opaque;
392 BDRVQcowState *s = bs->opaque;
[all...]
H A Dqcow2-refcount.c39 BDRVQcowState *s = bs->opaque;
61 BDRVQcowState *s = bs->opaque;
83 BDRVQcowState *s = bs->opaque;
92 BDRVQcowState *s = bs->opaque;
120 BDRVQcowState *s = bs->opaque;
180 BDRVQcowState *s = bs->opaque;
428 BDRVQcowState *s = bs->opaque;
461 BDRVQcowState *s = bs->opaque;
568 BDRVQcowState *s = bs->opaque;
589 BDRVQcowState *s = bs->opaque;
[all...]
/external/qemu/
H A Dblock.c47 BlockDriverCompletionFunc *cb, void *opaque);
50 BlockDriverCompletionFunc *cb, void *opaque);
52 BlockDriverCompletionFunc *cb, void *opaque);
54 BlockDriverCompletionFunc *cb, void *opaque);
431 bs->opaque = qemu_mallocz(drv->instance_size);
488 qemu_free(bs->opaque);
489 bs->opaque = NULL;
658 qemu_free(bs->opaque);
664 bs->opaque = NULL;
1351 void (*change_cb)(void *opaque), voi
1350 bdrv_set_change_cb(BlockDriverState *bs, void (*change_cb)(void *opaque), void *opaque) argument
1410 bdrv_iterate_format(void (*it)(void *opaque, const char *name), void *opaque) argument
1440 bdrv_iterate(void (*it)(void *opaque, BlockDriverState *bs), void *opaque) argument
1543 bdrv_print_dict(QObject *obj, void *opaque) argument
1635 bdrv_stats_iter(QObject *data, void *opaque) argument
1977 bdrv_aio_readv(BlockDriverState *bs, int64_t sector_num, QEMUIOVector *qiov, int nb_sectors, BlockDriverCompletionFunc *cb, void *opaque) argument
2001 bdrv_aio_writev(BlockDriverState *bs, int64_t sector_num, QEMUIOVector *qiov, int nb_sectors, BlockDriverCompletionFunc *cb, void *opaque) argument
2041 void *opaque; member in struct:MultiwriteCB::__anon10368
2061 multiwrite_cb(void *opaque, int ret) argument
2257 bdrv_aio_flush(BlockDriverState *bs, BlockDriverCompletionFunc *cb, void *opaque) argument
2304 bdrv_aio_bh_cb(void *opaque) argument
2317 bdrv_aio_rw_vector(BlockDriverState *bs, int64_t sector_num, QEMUIOVector *qiov, int nb_sectors, BlockDriverCompletionFunc *cb, void *opaque, int is_write) argument
2348 bdrv_aio_readv_em(BlockDriverState *bs, int64_t sector_num, QEMUIOVector *qiov, int nb_sectors, BlockDriverCompletionFunc *cb, void *opaque) argument
2355 bdrv_aio_writev_em(BlockDriverState *bs, int64_t sector_num, QEMUIOVector *qiov, int nb_sectors, BlockDriverCompletionFunc *cb, void *opaque) argument
2362 bdrv_aio_flush_em(BlockDriverState *bs, BlockDriverCompletionFunc *cb, void *opaque) argument
2381 bdrv_aio_noop_em(BlockDriverState *bs, BlockDriverCompletionFunc *cb, void *opaque) argument
2403 bdrv_rw_em_cb(void *opaque, int ret) argument
2481 qemu_aio_get(AIOPool *pool, BlockDriverState *bs, BlockDriverCompletionFunc *cb, void *opaque) argument
2601 bdrv_aio_ioctl(BlockDriverState *bs, unsigned long int req, void *buf, BlockDriverCompletionFunc *cb, void *opaque) argument
[all...]
H A Dnet-android.c372 void *opaque)
385 vc->opaque = opaque;
414 VLANClientState *qemu_find_vlan_client(VLANState *vlan, void *opaque) argument
419 if ((*pvc)->opaque == opaque)
742 void* opaque )
745 opaque = opaque;
751 void* opaque )
365 qemu_new_vlan_client(VLANState *vlan, const char *model, const char *name, NetCanReceive *can_receive, NetReceive *receive, NetReceiveIOV *receive_iov, NetCleanup *cleanup, void *opaque) argument
871 net_slirp_redir_print(void *opaque, int is_udp, const SockAddress *laddr, const SockAddress *faddr) argument
1136 vmchannel_can_read(void *opaque) argument
1142 vmchannel_read(void *opaque, const uint8_t *buf, int size) argument
1187 tap_can_send(void *opaque) argument
1221 tap_send(void *opaque) argument
1544 vde_to_qemu(void *opaque) argument
1641 net_socket_send(void *opaque) argument
1706 net_socket_send_dgram(void *opaque) argument
1838 net_socket_connect(void *opaque) argument
1883 net_socket_accept(void *opaque) argument
[all...]
H A Dposix-aio-compat.c419 static int posix_aio_process_queue(void *opaque) argument
421 PosixAioState *s = opaque;
458 //trace_paio_complete(acb, acb->common.opaque, ret);
463 acb->common.cb(acb->common.opaque, ret);
476 static void posix_aio_read(void *opaque) argument
478 PosixAioState *s = opaque;
496 static int posix_aio_flush(void *opaque) argument
498 PosixAioState *s = opaque;
542 //trace_paio_cancel(acb, acb->common.opaque);
570 BlockDriverCompletionFunc *cb, void *opaque, in
568 paio_submit(BlockDriverState *bs, int fd, int64_t sector_num, QEMUIOVector *qiov, int nb_sectors, BlockDriverCompletionFunc *cb, void *opaque, int type) argument
597 paio_ioctl(BlockDriverState *bs, int fd, unsigned long int req, void *buf, BlockDriverCompletionFunc *cb, void *opaque) argument
[all...]
/external/clang/test/CodeGenCXX/
H A Ddestructors.cpp263 void opaque();
274 C::C() { opaque(); }
284 C::~C() { opaque(); }
/external/gcc-demangle/
H A Ddemangle.h151 demangle_callbackref callback, void *opaque);
158 demangle_callbackref callback, void *opaque);
620 opaque value. The fourth is the opaque value passed to the callback.
632 demangle_callbackref callback, void *opaque);
/external/valgrind/main/coregrind/m_demangle/
H A Ddemangle.h153 demangle_callbackref callback, void *opaque);
160 demangle_callbackref callback, void *opaque);
581 opaque value. The fourth is the opaque value passed to the callback.
593 demangle_callbackref callback, void *opaque);
/external/qemu/android/protocol/
H A Duser-events-impl.c76 * opaque - UserEventsImpl instance.
79 _userEventsImpl_io_func(void* opaque, int fd, unsigned events) argument
91 ueimpl = (UserEventsImpl*)opaque;
/external/qemu/audio/
H A Drate_template.h30 void NAME (void *opaque, struct st_sample *ibuf, struct st_sample *obuf, argument
33 struct rate *rate = opaque;
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapper.h55 virtual void reset(const IntSize& size, bool opaque = false)
57 m_isOpaque = opaque;
/external/chromium/chrome/common/
H A Dbzip2_unittest.cc30 stream.opaque = NULL;
/external/libxml2/include/libxml/
H A Duri.h35 char *opaque; /* opaque part */ member in struct:_xmlURI

Completed in 356 milliseconds

1234567891011>>