Lines Matching refs:driver
16 The DEBUG module defines a driver interface on which it relies to get and set
18 driver to submit requests to the HAL to enable/disable the debug system. This
22 All the platform-specific operations can be implemented in the driver.
37 standard - w/o debug | with debug module and debug driver
66 platform's needs. The debug driver will then contain all the logic without
71 The debug module follows the deferred response architecture. The driver can be
77 driver.
78 The driver will then inform the HAL via the drv_resp api, and the HAL
108 driver through the driver_input_api
109 ev : (optional) A driver may internally generate an event to
111 ISR/ev : Either and ISR or an event will cause the driver to call
115 set_enabled : A request to the driver
125 The following diagrams shows the latter case where the driver will forward the
147 ISR-PWR-UP : An interrupt is raised from the platform and the driver
149 enable_request : The driver calls the driver_input api to request the HAL