Home
last modified time | relevance | path

Searched refs:_ops (Results 1 – 25 of 43) sorted by relevance

12

/bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi-ng/
A Dccu.h625 #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 Ddrv_hw_timer.c96 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 Ddrv_rtc.c175 const static struct rt_device_ops _ops = variable
195 rtc_device.ops = &_ops; in wm_hw_rtc_init()
/bsp/hc32/libraries/hc32_drivers/
A Ddrv_wdt.c28 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 Ddrv_pm.c259 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 Ddrv_rtc.c385 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 Ddrv_pm.c99 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 Ddrv_pm.c99 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 Ddrv_pm.c176 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 Ddrv_pm.c218 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 Ddrv_hwtimer.c118 static const struct rt_hwtimer_ops _ops = variable
132 _timer0.ops = &_ops; in rt_hw_hwtimer_init()
/bsp/nxp/imx/imxrt/libraries/drivers/
A Ddrv_pulse_encoder.c129 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 Ddrv_pm.c238 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 Ddrv_pm.c235 static const struct rt_pm_ops _ops = variable
263 rt_system_pm_init(&_ops, timer_mask, RT_NULL); in drv_pm_hw_init()
A Ddrv_lptim.c284 static const struct rt_hwtimer_ops _ops = variable
304 stm32_hw_lptimer_obj[i].time_device.ops = &_ops; in stm32_hw_lptim_init()
A Ddrv_pulse_encoder.c276 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 Ddrv_usbd.c258 const static struct rt_device_ops _ops = variable
274 _stm_udc.parent.ops = &_ops; in stm_usbd_register()
/bsp/Infineon/libraries/HAL_Drivers/
A Ddrv_hwtimer.c218 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 Ddrv_hwtimer.c209 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 Ddrv_hwtimer.c286 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 Ddrv_hwtimer.c218 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 Ddrv_hwtimer.c222 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 Ddrv_crypto.c330 static const struct rt_hwcrypto_ops _ops = variable
343 _crypto_dev.dev.ops = &_ops; in n32_hw_crypto_device_init()
A Ddrv_hwtimer.c255 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 Ddrv_hwtimer.c366 static const struct rt_hwtimer_ops _ops = variable
447 at32_hwtimer_obj[i].tmr_device.ops = &_ops; in rt_hw_hwtimer_init()

Completed in 66 milliseconds

12