Searched refs:init_buf (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/media/usb/dvb-usb/ |
D | digitv.c | 105 static u8 init_buf[] = { 0x68, 0xa0, 0x8e, 0x40, 0x53, 0x50, in digitv_mt352_demod_init() local 116 for (i = 0; i < ARRAY_SIZE(init_buf); i += 2) in digitv_mt352_demod_init() 117 mt352_write(fe, &init_buf[i], 2); in digitv_mt352_demod_init()
|
/Linux-v5.10/drivers/video/fbdev/ |
D | hyperv_fb.c | 265 u8 init_buf[MAX_VMBUS_PKT_SIZE]; member 484 memcpy(par->init_buf, msg, MAX_VMBUS_PKT_SIZE); in synthvid_recv_sub() 545 struct synthvid_msg *msg = (struct synthvid_msg *)par->init_buf; in synthvid_negotiate_ver() 580 struct synthvid_msg *msg = (struct synthvid_msg *)par->init_buf; in synthvid_get_supported_resolution() 699 struct synthvid_msg *msg = (struct synthvid_msg *)par->init_buf; in synthvid_send_config()
|