Lines Matching full:waveform
127 /* the waveform structure that is coming from userspace firmware */
169 /* here we decode the incoming waveform file and populate metromem */
221 the waveform. presumably selecting the right one for the in load_waveform()
245 /* check waveform mode table address checksum */ in load_waveform()
257 /* check waveform temperature table address checksum */ in load_waveform()
269 /* here we do the real work of putting the waveform into the in load_waveform()
270 metromem buffer. this does runlength decoding of the waveform */ in load_waveform()
299 dev_err(dev, "Error: bad waveform data cksum" in load_waveform()
604 contains the display controller commands, waveform, in metronomefb_probe()
678 /* load the waveform in. assume mode 3, temp 31 for now in metronomefb_probe()
679 a) request the waveform file from userspace in metronomefb_probe()
680 b) process waveform and decode into metromem */ in metronomefb_probe()
683 dev_err(&dev->dev, "Failed to get waveform\n"); in metronomefb_probe()
691 dev_err(&dev->dev, "Failed processing waveform\n"); in metronomefb_probe()
777 MODULE_PARM_DESC(user_wfm_size, "Set custom waveform size");