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

/drivers/pwm/
H A Dpwm-samsung.c208 struct samsung_pwm_channel *our_chan; local
217 our_chan = devm_kzalloc(chip->dev, sizeof(*our_chan), GFP_KERNEL);
218 if (!our_chan)
221 pwm_set_chip_data(pwm, our_chan);

Completed in 49 milliseconds