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

  /src/sys/modules/xc5k/
Makefile 7 KMOD= xc5k
8 SRCS= xc5k.c
  /src/sys/dev/i2c/
xc5kvar.h 38 struct xc5k { struct
56 struct xc5k * xc5k_open(device_t, i2c_tag_t, i2c_addr_t,
58 void xc5k_close(struct xc5k *);
59 int xc5k_tune_video(struct xc5k *, struct xc5k_params *);
60 int xc5k_tune_dtv(struct xc5k *, const struct dvb_frontend_parameters *);
61 fe_status_t xc5k_get_status(struct xc5k *);
xc5k.c 1 /* $NetBSD: xc5k.c,v 1.9 2018/09/03 16:29:31 riastradh Exp $ */
34 __KERNEL_RCSID(0, "$NetBSD: xc5k.c,v 1.9 2018/09/03 16:29:31 riastradh Exp $");
51 #define XC5K_FIRMWARE_DRVNAME "xc5k"
59 static int xc5k_reset(struct xc5k *);
60 static int xc5k_read_2(struct xc5k *, uint16_t, uint16_t *);
61 static int xc5k_write_buffer(struct xc5k *, const uint8_t *, size_t);
62 static int xc5k_firmware_open(struct xc5k *);
63 static int xc5k_firmware_upload(struct xc5k *, const uint8_t *, size_t);
66 xc5k_reset(struct xc5k *xc)
77 xc5k_firmware_upload(struct xc5k *xc, const uint8_t *fw, size_t fwlen
    [all...]
  /src/sys/dev/usb/
auvitekvar.h 120 struct xc5k *sc_xc5k;
  /src/sys/modules/
Makefile 464 SUBDIR+= xc5k
  /src/share/man/man4/
Makefile 179 dtviic.4 xc5k.4

Completed in 35 milliseconds