Function report |
Source Code:lib\logic_pio.c |
Create Date:2022-07-28 06:16:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:d_io_range_by_fwnode - find logical PIO range for given FW node*@fwnode: FW node handle associated with logical PIO range* Returns pointer to node on success, NULL otherwise.* Traverse the io_range_list to find the registered node for @fwnode.
Proto:struct logic_pio_hwaddr *find_io_range_by_fwnode(struct fwnode_handle *fwnode)
Type:struct logic_pio_hwaddr
Parameter:
Type | Parameter | Name |
---|---|---|
struct fwnode_handle * | fwnode |
127 | struct logic_pio_hwaddr * range, * found_range = NULL |
132 | found_range = range |
133 | Break |
138 | Return found_range |
Name | Describe |
---|---|
logic_pio_trans_hwaddr | logic_pio_trans_hwaddr - translate HW address to logical PIO*@fwnode: FW node reference for the host*@addr: Host-relative HW address*@size: size to translate* Returns Logical PIO value if successful, ~0UL otherwise |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |