Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i3c/master/
H A Dast2600-i3c-master.c128 struct of_phandle_args gspec; in ast2600_i3c_probe() local
137 &gspec); in ast2600_i3c_probe()
141 i3c->global_regs = syscon_node_to_regmap(gspec.np); in ast2600_i3c_probe()
142 of_node_put(gspec.np); in ast2600_i3c_probe()
147 i3c->global_idx = gspec.args[0]; in ast2600_i3c_probe()
/openbmc/qemu/linux-user/
H A Dsyscall.c5075 void *gspec = argptr; in do_ioctl_dm() local
5086 thunk_convert(spec, gspec, dm_arg_type, THUNK_HOST); in do_ioctl_dm()
5087 slen = strlen((char*)gspec + spec_size) + 1; in do_ioctl_dm()
5090 strcpy((char*)&spec[1], gspec + spec_size); in do_ioctl_dm()
5091 gspec += next; in do_ioctl_dm()