Home
last modified time | relevance | path

Searched refs:our_chan (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/pwm/
H A Dpwm-samsung.c217 struct samsung_pwm_channel *our_chan; in pwm_samsung_request() local
226 our_chan = kzalloc(sizeof(*our_chan), GFP_KERNEL); in pwm_samsung_request()
227 if (!our_chan) in pwm_samsung_request()
230 pwm_set_chip_data(pwm, our_chan); in pwm_samsung_request()
/kernel/linux/linux-6.6/drivers/pwm/
H A Dpwm-samsung.c231 struct samsung_pwm_channel *our_chan; in pwm_samsung_request() local
240 our_chan = kzalloc(sizeof(*our_chan), GFP_KERNEL); in pwm_samsung_request()
241 if (!our_chan) in pwm_samsung_request()
244 pwm_set_chip_data(pwm, our_chan); in pwm_samsung_request()

Completed in 3 milliseconds