Lines Matching refs:ihandle_t
82 static phandle_t ofw_std_instance_to_package(ofw_t ofw, ihandle_t instance);
94 static ssize_t ofw_std_instance_to_path(ofw_t ofw, ihandle_t instance,
98 static int ofw_std_call_method(ofw_t ofw, ihandle_t instance,
100 static ihandle_t ofw_std_open(ofw_t ofw, const char *device);
101 static void ofw_std_close(ofw_t ofw, ihandle_t instance);
102 static ssize_t ofw_std_read(ofw_t ofw, ihandle_t instance, void *addr,
104 static ssize_t ofw_std_write(ofw_t ofw, ihandle_t instance, const void *addr,
106 static int ofw_std_seek(ofw_t ofw, ihandle_t instance, uint64_t pos);
285 ofw_std_instance_to_package(ofw_t ofw, ihandle_t instance) in ofw_std_instance_to_package()
465 ofw_std_instance_to_path(ofw_t ofw, ihandle_t instance, char *buf, size_t len) in ofw_std_instance_to_path()
517 ofw_std_call_method(ofw_t ofw, ihandle_t instance, const char *method, in ofw_std_call_method()
559 static ihandle_t
582 ofw_std_close(ofw_t ofw, ihandle_t instance) in ofw_std_close()
601 ofw_std_read(ofw_t ofw, ihandle_t instance, void *addr, size_t len) in ofw_std_read()
628 ofw_std_write(ofw_t ofw, ihandle_t instance, const void *addr, size_t len) in ofw_std_write()
654 ofw_std_seek(ofw_t ofw, ihandle_t instance, uint64_t pos) in ofw_std_seek()