Searched refs:__of_reset_control_get (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | reset.h | 22 struct reset_control *__of_reset_control_get(struct device_node *node, 82 static inline struct reset_control *__of_reset_control_get( in __of_reset_control_get() function 253 return __of_reset_control_get(node, id, 0, false, false, true); in of_reset_control_get_exclusive() 278 return __of_reset_control_get(node, id, 0, true, false, false); in of_reset_control_get_shared() 295 return __of_reset_control_get(node, NULL, index, false, false, true); in of_reset_control_get_exclusive_by_index() 323 return __of_reset_control_get(node, NULL, index, true, false, false); in of_reset_control_get_shared_by_index()
|
| /OK3568_Linux_fs/kernel/drivers/reset/ |
| H A D | core.c | 605 struct reset_control *__of_reset_control_get(struct device_node *node, in __of_reset_control_get() function 668 EXPORT_SYMBOL_GPL(__of_reset_control_get); 739 return __of_reset_control_get(dev->of_node, id, index, shared, in __reset_control_get() 889 rstc = __of_reset_control_get(np, NULL, i, shared, optional, in of_reset_control_array_get()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_db845c | 1426 __of_reset_control_get
|
| H A D | abi_gki_aarch64_rockchip | 877 __of_reset_control_get
|
| H A D | abi_gki_aarch64_galaxy | 160 __of_reset_control_get
|