Lines Matching refs:ofwcell_t
83 typedef uint32_t ofwcell_t; typedef
85 typedef int (*ofwfp_t)(ofwcell_t *);
187 call_ofw(ofwcell_t* buf) in call_ofw()
258 ofwcell_t args[] = { in ofw_finddevice()
259 (ofwcell_t)"finddevice", in ofw_finddevice()
262 (ofwcell_t)name, in ofw_finddevice()
276 ofwcell_t args[] = { in ofw_getprop()
277 (ofwcell_t)"getprop", in ofw_getprop()
281 (ofwcell_t)name, in ofw_getprop()
282 (ofwcell_t)buf, in ofw_getprop()
298 ofwcell_t args[] = { in ofw_setprop()
299 (ofwcell_t)"setprop", in ofw_setprop()
303 (ofwcell_t)name, in ofw_setprop()
304 (ofwcell_t)buf, in ofw_setprop()
320 ofwcell_t args[] = { in ofw_open()
321 (ofwcell_t)"open", in ofw_open()
324 (ofwcell_t)path, in ofw_open()
338 ofwcell_t args[] = { in ofw_close()
339 (ofwcell_t)"close", in ofw_close()
355 ofwcell_t args[] = { in ofw_claim()
356 (ofwcell_t)"claim", in ofw_claim()
359 (ofwcell_t)virt, in ofw_claim()
377 ofwcell_t args[] = { in ofw_read()
378 (ofwcell_t)"read", in ofw_read()
382 (ofwcell_t)buf, in ofw_read()
397 ofwcell_t args[] = { in ofw_write()
398 (ofwcell_t)"write", in ofw_write()
402 (ofwcell_t)buf, in ofw_write()
417 ofwcell_t args[] = { in ofw_seek()
418 (ofwcell_t)"seek", in ofw_seek()
437 ofwcell_t args[3]; in ofw_exit()
439 args[0] = (ofwcell_t)"exit"; in ofw_exit()