Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Darm-cci.h40 extern int __cci_control_port_by_device(struct device_node *dn, bool enable);
48 static inline int __cci_control_port_by_device(struct device_node *dn, in __cci_control_port_by_device() function
60 __cci_control_port_by_device(dev, false)
62 __cci_control_port_by_device(dev, true)
/linux-4.1.27/drivers/bus/
Darm-cci.c1343 int notrace __cci_control_port_by_device(struct device_node *dn, bool enable) in __cci_control_port_by_device() function
1357 EXPORT_SYMBOL_GPL(__cci_control_port_by_device);