Searched refs:text_buffer (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/radio/ |
| H A D | radio-miropcm20.c | 316 char text_buffer[66]; in pcm20_thread() local 354 res = rds_cmd(dev->aci, RDS_STATIONNAME, text_buffer, 8); in pcm20_thread() 355 text_buffer[8] = 0; in pcm20_thread() 356 if (!res && sanitize(text_buffer, 8)) in pcm20_thread() 357 v4l2_ctrl_s_ctrl_string(dev->rds_ps_name, text_buffer); in pcm20_thread() 371 res = rds_cmd(dev->aci, RDS_TEXT, text_buffer, 65); in pcm20_thread() 372 text_buffer[65] = 0; in pcm20_thread() 373 if (!res && sanitize(text_buffer + 1, 64)) in pcm20_thread() 374 v4l2_ctrl_s_ctrl_string(dev->rds_radio_test, text_buffer + 1); in pcm20_thread()
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0102-term-gfxterm-Don-t-set-up-a-font-with-glyphs-that-ar.patch | 9 virtual_screen.text_buffer of size 0. We then try to use that for glpyhs 41 + * we would allocate 0 bytes for the text_buffer. 48 virtual_screen.text_buffer =
|