Searched refs:read_cb (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | intel-ish-client-if.h | 80 void (*read_cb)(struct ishtp_cl_device *)); 116 void (*read_cb)(struct ishtp_cl_device *));
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gvfs/gvfs/ |
H A D | 0001-nfs-Support-libnfs-6-backport-to-1.56.patch | 17 @@ -407,27 +407,33 @@ read_cb (int err, struct nfs_context *ctx, void *data, void *private_data) 44 + nfs_read_async (op_backend->ctx, fh, buffer, bytes_requested, read_cb, job); 46 nfs_read_async (op_backend->ctx, fh, bytes_requested, read_cb, job);
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 4083 void (*read_cb)(DisasContext *ctx, int gprn, int sprn); in gen_op_mfspr() local 4087 read_cb = ctx->spr_cb[sprn].uea_read; in gen_op_mfspr() 4090 read_cb = ctx->spr_cb[sprn].uea_read; in gen_op_mfspr() 4092 read_cb = ctx->spr_cb[sprn].hea_read; in gen_op_mfspr() 4094 read_cb = ctx->spr_cb[sprn].oea_read; in gen_op_mfspr() 4097 if (likely(read_cb != NULL)) { in gen_op_mfspr() 4098 if (likely(read_cb != SPR_NOACCESS)) { in gen_op_mfspr() 4099 (*read_cb)(ctx, rD(ctx->opcode), sprn); in gen_op_mfspr()
|
/openbmc/qemu/hw/net/ |
H A D | eepro100.c | 730 static void read_cb(EEPRO100State *s) in read_cb() function 856 read_cb(s); in action_command()
|