Searched refs:databuffer (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/usb/isp1760/
H A Disp1760-hcd.c1747 static int qtd_fill(struct isp1760_qtd *qtd, void *databuffer, size_t len) argument
1749 qtd->data_buffer = databuffer;
/linux-master/drivers/media/radio/
H A Dradio-miropcm20.c152 static int rds_cmd(struct snd_miro_aci *aci, u8 cmd, u8 databuffer[], u8 datasize) argument
171 memset(databuffer, 0, datasize);
177 databuffer[i / 8] |= RDS_DATA(j) << (7 - (i % 8));

Completed in 217 milliseconds