Home
last modified time | relevance | path

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

/linux-4.19.296/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.19.296/drivers/bus/
Darm-cci.c388 int notrace __cci_control_port_by_device(struct device_node *dn, bool enable) in __cci_control_port_by_device() function
402 EXPORT_SYMBOL_GPL(__cci_control_port_by_device);