Searched refs:our_chan (Results 1 – 1 of 1) sorted by relevance
220 struct samsung_pwm_channel *our_chan; in pwm_samsung_request() local229 our_chan = devm_kzalloc(chip->dev, sizeof(*our_chan), GFP_KERNEL); in pwm_samsung_request()230 if (!our_chan) in pwm_samsung_request()233 pwm_set_chip_data(pwm, our_chan); in pwm_samsung_request()