Home
last modified time | relevance | path

Searched refs:init_buf (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/media/usb/dvb-usb/
Ddigitv.c107 static u8 init_buf[] = { 0x68, 0xa0, 0x8e, 0x40, 0x53, 0x50, in digitv_mt352_demod_init() local
118 for (i = 0; i < ARRAY_SIZE(init_buf); i += 2) in digitv_mt352_demod_init()
119 mt352_write(fe, &init_buf[i], 2); in digitv_mt352_demod_init()
/Linux-v4.19/drivers/video/fbdev/
Dhyperv_fb.c225 u8 init_buf[MAX_VMBUS_PKT_SIZE]; member
367 memcpy(par->init_buf, msg, MAX_VMBUS_PKT_SIZE); in synthvid_recv_sub()
417 struct synthvid_msg *msg = (struct synthvid_msg *)par->init_buf; in synthvid_negotiate_ver()
491 struct synthvid_msg *msg = (struct synthvid_msg *)par->init_buf; in synthvid_send_config()