Searched refs:init_buf (Results 1 – 4 of 4) sorted by relevance
/drivers/media/usb/dvb-usb/ |
D | digitv.c | 109 static u8 init_buf[] = { 0x68, 0xa0, 0x8e, 0x40, 0x53, 0x50, in digitv_mt352_demod_init() local 120 for (i = 0; i < ARRAY_SIZE(init_buf); i += 2) in digitv_mt352_demod_init() 121 mt352_write(fe, &init_buf[i], 2); in digitv_mt352_demod_init()
|
/drivers/gpu/drm/hyperv/ |
D | hyperv_drm_proto.c | 219 struct synthvid_msg *msg = (struct synthvid_msg *)hv->init_buf; in hyperv_negotiate_version() 251 struct synthvid_msg *msg = (struct synthvid_msg *)hv->init_buf; in hyperv_update_vram_location() 379 struct synthvid_msg *msg = (struct synthvid_msg *)hv->init_buf; in hyperv_get_supported_resolution() 439 memcpy(hv->init_buf, msg, VMBUS_MAX_PACKET_SIZE); in hyperv_receive_sub()
|
D | hyperv_drm.h | 34 u8 init_buf[VMBUS_MAX_PACKET_SIZE]; member
|
/drivers/video/fbdev/ |
D | hyperv_fb.c | 266 u8 init_buf[MAX_VMBUS_PKT_SIZE]; member 483 memcpy(par->init_buf, msg, MAX_VMBUS_PKT_SIZE); in synthvid_recv_sub() 544 struct synthvid_msg *msg = (struct synthvid_msg *)par->init_buf; in synthvid_negotiate_ver() 579 struct synthvid_msg *msg = (struct synthvid_msg *)par->init_buf; in synthvid_get_supported_resolution() 690 struct synthvid_msg *msg = (struct synthvid_msg *)par->init_buf; in synthvid_send_config()
|