Searched refs:resource (Results 1 – 9 of 9) sorted by relevance
| /include/linux/ |
| A D | ioport.h | 18 struct resource { struct 23 struct resource *parent, *sibling, *child; argument 28 struct resource *res; 110 extern struct resource ioport_resource; 111 extern struct resource iomem_resource; 113 extern int request_resource(struct resource *root, struct resource *new); 118 extern int insert_resource(struct resource *parent, struct resource *new); 119 extern void insert_resource_expand_to_fit(struct resource *root, struct resource *new); 120 extern int allocate_resource(struct resource *root, struct resource *new, 123 void (*alignf)(void *, struct resource *, [all …]
|
| A D | mbus.h | 14 struct resource; 51 void mvebu_mbus_get_pcie_mem_aperture(struct resource *res); 52 void mvebu_mbus_get_pcie_io_aperture(struct resource *res);
|
| /include/firmware/imx/sci/ |
| A D | sci.h | 63 int sc_pm_set_resource_power_mode(sc_ipc_t ipc, sc_rsrc_t resource, 65 int sc_pm_get_resource_power_mode(sc_ipc_t ipc, sc_rsrc_t resource, 67 int sc_pm_set_clock_rate(sc_ipc_t ipc, sc_rsrc_t resource, sc_pm_clk_t clk, 69 int sc_pm_get_clock_rate(sc_ipc_t ipc, sc_rsrc_t resource, sc_pm_clk_t clk, 71 int sc_pm_clock_enable(sc_ipc_t ipc, sc_rsrc_t resource, sc_pm_clk_t clk, 75 int sc_pm_cpu_start(sc_ipc_t ipc, sc_rsrc_t resource, sc_bool_t enable, 80 int sc_pm_resource_reset(sc_ipc_t ipc, sc_rsrc_t resource); 83 int sc_misc_set_control(sc_ipc_t ipc, sc_rsrc_t resource, 85 int sc_misc_get_control(sc_ipc_t ipc, sc_rsrc_t resource, sc_ctrl_t ctrl, 104 sc_bool_t sc_rm_is_resource_owned(sc_ipc_t ipc, sc_rsrc_t resource); [all …]
|
| /include/dm/ |
| A D | of_addr.h | 78 struct resource; 94 struct resource *r);
|
| A D | read.h | 19 struct resource; 723 struct resource *res); 734 struct resource *res); 806 int dev_read_pci_bus_range(const struct udevice *dev, struct resource *res); 1209 struct resource *res) in dev_read_resource() 1216 struct resource *res) in dev_read_resource_byname()
|
| A D | ofnode.h | 21 struct resource; 1396 int ofnode_read_resource(ofnode node, uint index, struct resource *res); 1411 struct resource *res);
|
| /include/acpi/ |
| A D | acpi_device.h | 204 char resource[ACPI_PATH_MAX]; member 237 const char *resource; member 260 const char *resource; member
|
| A D | acpigen.h | 114 struct acpi_gen_regaddr resource; member
|
| /include/ |
| A D | sh_pfc.h | 109 struct resource *resource; member
|
Completed in 26 milliseconds