Method
HinawaFwRespreserve_within_region
since: 2.3.
Declaration [src]
void
hinawa_fw_resp_reserve_within_region (
HinawaFwResp* self,
HinawaFwNode* node,
guint64 region_start,
guint64 region_end,
guint width,
GError** error
)
Description [src]
Start to listen to range of address equals to #width in local node (e.g. 1394 OHCI host controller), which is used to communicate to the node given as parameter. The range of address is looked up in region between region_start and region_end.
Available since: 2.3.
Parameters
node
-
Type:
HinawaFwNode
A
HinawaFwNode
.The data is owned by the caller of the function. region_start
-
Type:
guint64
Start offset of address region in which range of address is looked up.
region_end
-
Type:
guint64
End offset of address region in which range of address is looked up.
width
-
Type:
guint
The width for range of address to be looked up.
error
-
Type:
GError **
The return location for a recoverable error.
The argument can be NULL
.If the return location is not NULL
, then you must initialize it to aNULL
GError*
.The argument will left initialized to NULL
by the method if there are no errors.In case of error, the argument will be set to a newly allocated GError
; the caller will take ownership of the data, and be responsible for freeing it.