Home
last modified time | relevance | path

Searched refs:__cci_control_port_by_index (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/include/linux/
Darm-cci.h28 extern int __cci_control_port_by_index(u32 port, bool enable);
40 static inline int __cci_control_port_by_index(u32 port, bool enable) in __cci_control_port_by_index() function
51 __cci_control_port_by_index(dev, false)
53 __cci_control_port_by_index(dev, true)
/Linux-v5.10/drivers/bus/
Darm-cci.c415 int notrace __cci_control_port_by_index(u32 port, bool enable) in __cci_control_port_by_index() function
431 EXPORT_SYMBOL_GPL(__cci_control_port_by_index);