Home
last modified time | relevance | path

Searched refs:fwnode_operations (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Dfwnode.h28 struct fwnode_operations;
54 const struct fwnode_operations *ops;
114 * struct fwnode_operations - Operations for fwnode interface
139 struct fwnode_operations { struct
208 const struct fwnode_operations *ops) in fwnode_init()
140 getfwnode_operations global() argument
141 putfwnode_operations global() argument
142 device_is_availablefwnode_operations global() argument
143 device_get_match_datafwnode_operations global() argument
145 device_dma_supportedfwnode_operations global() argument
147 device_get_dma_attrfwnode_operations global() argument
148 property_presentfwnode_operations global() argument
150 property_read_boolfwnode_operations global() argument
152 property_read_int_arrayfwnode_operations global() argument
157 property_read_string_arrayfwnode_operations global() argument
160 get_namefwnode_operations global() argument
161 get_name_prefixfwnode_operations global() argument
162 get_parentfwnode_operations global() argument
164 get_next_child_nodefwnode_operations global() argument
167 get_named_child_nodefwnode_operations global() argument
169 get_reference_argsfwnode_operations global() argument
174 graph_get_next_endpointfwnode_operations global() argument
177 graph_get_remote_endpointfwnode_operations global() argument
179 graph_get_port_parentfwnode_operations global() argument
180 graph_parse_endpointfwnode_operations global() argument
182 iomapfwnode_operations global() argument
183 irq_getfwnode_operations global() argument
184 add_linksfwnode_operations global() argument
H A Dirqdomain.h334 extern const struct fwnode_operations irqchip_fwnode_ops;
H A Dof.h101 extern const struct fwnode_operations of_fwnode_ops;
/linux/include/acpi/
H A Dacpi_bus.h511 extern const struct fwnode_operations acpi_device_fwnode_ops;
512 extern const struct fwnode_operations acpi_data_fwnode_ops;
513 extern const struct fwnode_operations acpi_static_fwnode_ops;
/linux/drivers/base/
H A Dswnode.c48 static const struct fwnode_operations software_node_ops;
676 static const struct fwnode_operations software_node_ops = {
/linux/drivers/acpi/
H A Dproperty.c1652 const struct fwnode_operations ops = { \
1682 const struct fwnode_operations acpi_static_fwnode_ops;
/linux/drivers/of/
H A Dproperty.c1620 const struct fwnode_operations of_fwnode_ops = {