Home
last modified time | relevance | path

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

/components/drivers/core/
A Ddevice.c46 #define device_control (dev->ops ? dev->ops->control : RT_NULL) macro
53 #define device_control (dev->control) macro
426 if (device_control != RT_NULL) in rt_device_control()
428 return device_control(dev, cmd, arg); in rt_device_control()

Completed in 4 milliseconds