Lines Matching refs: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) in sbus_ctlops_poke() argument
1342 if (in_args->handle != NULL) in sbus_ctlops_poke()
1353 err = do_poke(in_args->size, (void *)in_args->dev_addr, in sbus_ctlops_poke()
1354 (void *)in_args->host_addr); in sbus_ctlops_poke()
1387 sbus_ctlops_peek(struct sbus_soft_state *softsp, peekpoke_ctlops_t *in_args, in sbus_ctlops_peek() argument
1394 if (in_args->handle != NULL) in sbus_ctlops_peek()
1401 err = do_peek(in_args->size, (void *)in_args->dev_addr, in sbus_ctlops_peek()
1402 (void *)in_args->host_addr); in sbus_ctlops_peek()
1404 result = (void *)in_args->host_addr; in sbus_ctlops_peek()