Home
last modified time | relevance | path

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

/openbmc/linux/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()