Lines Matching defs:in_args
267 sbus_ctlops_poke(struct sbus_soft_state *softsp, peekpoke_ctlops_t *in_args);
270 sbus_ctlops_peek(struct sbus_soft_state *softsp, peekpoke_ctlops_t *in_args,
1335 sbus_ctlops_poke(struct sbus_soft_state *softsp, peekpoke_ctlops_t *in_args)
1342 if (in_args->handle != NULL)
1353 err = do_poke(in_args->size, (void *)in_args->dev_addr,
1354 (void *)in_args->host_addr);
1387 sbus_ctlops_peek(struct sbus_soft_state *softsp, peekpoke_ctlops_t *in_args,
1394 if (in_args->handle != NULL)
1401 err = do_peek(in_args->size, (void *)in_args->dev_addr,
1402 (void *)in_args->host_addr);
1404 result = (void *)in_args->host_addr;