Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/i2c/
Dxc3028.c75 static int xc3028_firmware_upload(struct xc3028 *, struct xc3028_fw *);
195 error = xc3028_firmware_upload(xc, basefw); in xc3028_firmware_open()
199 error = xc3028_firmware_upload(xc, stdfw); in xc3028_firmware_open()
362 xc3028_firmware_upload(struct xc3028 *xc, struct xc3028_fw *xcfw) in xc3028_firmware_upload() function