Home
last modified time | relevance | path

Searched refs:atmel_tc_alloc (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/
H A Datmel_tclib.c37 * atmel_tc_alloc - allocate a specified TC block
44 struct atmel_tc *atmel_tc_alloc(unsigned block) in atmel_tc_alloc() function
65 EXPORT_SYMBOL_GPL(atmel_tc_alloc); variable
69 * @tc: Timer/counter block that was returned by atmel_tc_alloc()
71 * This reverses the effect of atmel_tc_alloc(), invalidating the resource
/kernel/linux/linux-5.10/include/soc/at91/
H A Datmel_tcb.h80 extern struct atmel_tc *atmel_tc_alloc(unsigned block);
/kernel/linux/linux-5.10/drivers/pwm/
H A Dpwm-atmel-tcb.c395 tc = atmel_tc_alloc(tcblock); in atmel_tcb_pwm_probe()

Completed in 2 milliseconds