Searched refs:fillbuf (Results 1 – 4 of 4) sorted by relevance
45 API-usb-descriptor-fillbuf
874 if (ops->fillbuf && ops->type == type) in tm6000_call_fillbuf()875 ops->fillbuf(dev, buf, size); in tm6000_call_fillbuf()
290 int (*fillbuf)(struct tm6000_core *, char *buf, int size); member
515 .fillbuf = tm6000_fillbuf,