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