Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/usb/dvb-usb/
Ddigitv.c105 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-6.1.9/drivers/gpu/drm/hyperv/
Dhyperv_drm_proto.c219 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()
Dhyperv_drm.h34 u8 init_buf[VMBUS_MAX_PACKET_SIZE]; member
/linux-6.1.9/drivers/video/fbdev/
Dhyperv_fb.c258 u8 init_buf[MAX_VMBUS_PKT_SIZE]; member
474 memcpy(par->init_buf, msg, MAX_VMBUS_PKT_SIZE); in synthvid_recv_sub()
535 struct synthvid_msg *msg = (struct synthvid_msg *)par->init_buf; in synthvid_negotiate_ver()
570 struct synthvid_msg *msg = (struct synthvid_msg *)par->init_buf; in synthvid_get_supported_resolution()
671 struct synthvid_msg *msg = (struct synthvid_msg *)par->init_buf; in synthvid_send_config()
/linux-6.1.9/include/linux/soc/mediatek/
Dmtk_wed.h69 u32 (*init_buf)(void *ptr, dma_addr_t phys, int token_id); member
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7915/
Dpci.c173 wed->wlan.init_buf = mt7915_wed_init_buf; in mt7915_pci_wed_init()
/linux-6.1.9/drivers/net/ethernet/mediatek/
Dmtk_wed.c174 txd_size = dev->wlan.init_buf(buf, buf_phys, token++); in mtk_wed_buffer_alloc()