our_chan          217 drivers/pwm/pwm-samsung.c 	struct samsung_pwm_channel *our_chan;
our_chan          226 drivers/pwm/pwm-samsung.c 	our_chan = kzalloc(sizeof(*our_chan), GFP_KERNEL);
our_chan          227 drivers/pwm/pwm-samsung.c 	if (!our_chan)
our_chan          230 drivers/pwm/pwm-samsung.c 	pwm_set_chip_data(pwm, our_chan);