| /bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi-ng/ |
| A D | ccu.h | 625 #define CLK_HW_INIT(_name, _parent, _ops, _flags) \ argument 631 .ops = _ops, \ 634 #define CLK_HW_INIT_HW(_name, _parent, _ops, _flags) \ argument 640 .ops = _ops, \ 648 #define CLK_HW_INIT_HWS(_name, _parent, _ops, _flags) \ argument 657 #define CLK_HW_INIT_FW_NAME(_name, _parent, _ops, _flags) \ argument 665 .ops = _ops, \ 668 #define CLK_HW_INIT_PARENTS(_name, _parents, _ops, _flags) \ argument 677 #define CLK_HW_INIT_PARENTS_HW(_name, _parents, _ops, _flags) \ argument 686 #define CLK_HW_INIT_PARENTS_DATA(_name, _parents, _ops, _flags) \ argument [all …]
|
| /bsp/w60x/drivers/ |
| A D | drv_hw_timer.c | 96 static const struct rt_hwtimer_ops _ops = variable 133 _timer1.ops = &_ops; in wm_hw_timer_init() 142 _timer2.ops = &_ops; in wm_hw_timer_init() 151 _timer3.ops = &_ops; in wm_hw_timer_init() 160 _timer4.ops = &_ops; in wm_hw_timer_init() 169 _timer5.ops = &_ops; in wm_hw_timer_init()
|
| A D | drv_rtc.c | 175 const static struct rt_device_ops _ops = variable 195 rtc_device.ops = &_ops; in wm_hw_rtc_init()
|
| /bsp/hc32/libraries/hc32_drivers/ |
| A D | drv_wdt.c | 28 static struct rt_watchdog_ops _ops; variable 226 _ops.init = &_wdt_init; in rt_wdt_init() 227 _ops.control = &_wdt_control; in rt_wdt_init() 228 hc32_wdt.watchdog.ops = &_ops; in rt_wdt_init() 431 _ops.init = &swdt_init; in rt_hw_swdt_init() 432 _ops.control = &swdt_control; in rt_hw_swdt_init() 433 hc32_swdt.watchdog.ops = &_ops; in rt_hw_swdt_init()
|
| A D | drv_pm.c | 259 static const struct rt_pm_ops _ops = in rt_hw_pm_init() local 270 rt_system_pm_init(&_ops, timer_mask, RT_NULL); in rt_hw_pm_init()
|
| A D | drv_rtc.c | 385 const static struct rt_rtc_ops _ops = variable 404 rtc_dev.ops = &_ops; in rt_hw_rtc_init()
|
| /bsp/stm32/stm32f407-rt-spark/board/ports/pm/ |
| A D | drv_pm.c | 99 static const struct rt_pm_ops _ops = in drv_pm_hw_init() local 109 rt_system_pm_init(&_ops, 0, RT_NULL); in drv_pm_hw_init()
|
| /bsp/stm32/stm32f407-lckfb-skystar/board/ports/pm/ |
| A D | drv_pm.c | 99 static const struct rt_pm_ops _ops = in drv_pm_hw_init() local 109 rt_system_pm_init(&_ops, 0, RT_NULL); in drv_pm_hw_init()
|
| /bsp/essemi/es32vf2264/drivers/ |
| A D | drv_pm.c | 176 static const struct rt_pm_ops _ops = in drv_pm_hw_init() local 191 rt_system_pm_init(&_ops, timer_mask, RT_NULL); in drv_pm_hw_init()
|
| /bsp/essemi/es32f0654/drivers/ |
| A D | drv_pm.c | 218 static const struct rt_pm_ops _ops = in drv_pm_hw_init() local 233 rt_system_pm_init(&_ops, timer_mask, RT_NULL); in drv_pm_hw_init()
|
| /bsp/nxp/lpc/lpc408x/drivers/ |
| A D | drv_hwtimer.c | 118 static const struct rt_hwtimer_ops _ops = variable 132 _timer0.ops = &_ops; in rt_hw_hwtimer_init()
|
| /bsp/nxp/imx/imxrt/libraries/drivers/ |
| A D | drv_pulse_encoder.c | 129 static const struct rt_pulse_encoder_ops _ops = variable 146 imxrt_pulse_encoder_obj[i].pulse_encoder.ops = &_ops; in rt_hw_pulse_encoder_init()
|
| /bsp/essemi/es32f369x/drivers/ |
| A D | drv_pm.c | 238 static const struct rt_pm_ops _ops = in drv_pm_hw_init() local 253 rt_system_pm_init(&_ops, timer_mask, RT_NULL); in drv_pm_hw_init()
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_pm.c | 235 static const struct rt_pm_ops _ops = variable 263 rt_system_pm_init(&_ops, timer_mask, RT_NULL); in drv_pm_hw_init()
|
| A D | drv_lptim.c | 284 static const struct rt_hwtimer_ops _ops = variable 304 stm32_hw_lptimer_obj[i].time_device.ops = &_ops; in stm32_hw_lptim_init()
|
| A D | drv_pulse_encoder.c | 276 static const struct rt_pulse_encoder_ops _ops = variable 293 stm32_pulse_encoder_obj[i].pulse_encoder.ops = &_ops; in hw_pulse_encoder_init()
|
| A D | drv_usbd.c | 258 const static struct rt_device_ops _ops = variable 274 _stm_udc.parent.ops = &_ops; in stm_usbd_register()
|
| /bsp/Infineon/libraries/HAL_Drivers/ |
| A D | drv_hwtimer.c | 218 static const struct rt_hwtimer_ops _ops = variable 252 cyp_hwtimer_obj[i].time_device.ops = &_ops; in cyp_hwtimer_init()
|
| /bsp/bluetrum/libraries/hal_drivers/ |
| A D | drv_hwtimer.c | 209 static const struct rt_hwtimer_ops _ops = variable 275 ab32_hwtimer_obj[i].time_device.ops = &_ops; in ab32_hwtimer_init()
|
| /bsp/nrf5x/libraries/drivers/ |
| A D | drv_hwtimer.c | 286 static const struct rt_hwtimer_ops _ops = variable 303 nrf5x_hwtimer_obj[i].timer_device.ops = &_ops; in nrf5x_hwtimer_init()
|
| /bsp/acm32/acm32f0x0-nucleo/drivers/ |
| A D | drv_hwtimer.c | 218 static const struct rt_hwtimer_ops _ops = variable 347 acm32_hwtimer_obj[i].time_device.ops = &_ops; in acm32_hwtimer_init()
|
| /bsp/renesas/libraries/HAL_Drivers/ |
| A D | drv_hwtimer.c | 222 static const struct rt_hwtimer_ops _ops = variable 240 ra_hwtimer_obj[i].tmr_device.ops = &_ops; in rt_hw_hwtimer_init()
|
| /bsp/n32g452xx/Libraries/rt_drivers/ |
| A D | drv_crypto.c | 330 static const struct rt_hwcrypto_ops _ops = variable 343 _crypto_dev.dev.ops = &_ops; in n32_hw_crypto_device_init()
|
| A D | drv_hwtimer.c | 255 static const struct rt_hwtimer_ops _ops = variable 380 n32_hwtimer_obj[i].time_device.ops = &_ops; in rt_hw_hwtimer_init()
|
| /bsp/at32/libraries/rt_drivers/ |
| A D | drv_hwtimer.c | 366 static const struct rt_hwtimer_ops _ops = variable 447 at32_hwtimer_obj[i].tmr_device.ops = &_ops; in rt_hw_hwtimer_init()
|