HomeSort by: relevance | last modified time | path
    Searched refs:UMCPMIO_GET_SRAM (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/usb/
umcpmio_io.h 40 #define UMCPMIO_GET_SRAM _IOR('m', 2, struct mcp2221_get_sram_res)
umcpmio.c 365 err = umcpmio_get_sram(sc, &current_sram_res, false);
524 err = umcpmio_get_sram(sc, &current_sram_res, false);
576 err = umcpmio_get_sram(sc, &current_sram_res, false);
1402 case UMCPMIO_GET_SRAM:
1404 error = umcpmio_get_sram(sc, &get_sram_res, false);
1407 "umcpmio_dev_ioctl: UMCPMIO_GET_SRAM: get_sram_res");
1408 DPRINTF(("umcpmio_dev_ioctl: UMCPMIO_GET_SRAM:"
1409 " umcpmio_get_sram error=%d\n", error));
1570 error = umcpmio_get_sram(sc, &sram_res, false);
1646 error = umcpmio_get_sram(sc, &sram_res, false)
    [all...]
  /src/usr.sbin/umcpmioctl/
umcpmioctl.c 166 error = ioctl(fd, UMCPMIO_GET_SRAM, &get_sram_res);

Completed in 13 milliseconds