Symbol: xc5k
sys/dev/i2c/xc5k.c
129
xc5k_firmware_open(struct xc5k *xc)
sys/dev/i2c/xc5k.c
196
xc5k_read_2(struct xc5k *xc, uint16_t reg, uint16_t *val)
sys/dev/i2c/xc5k.c
219
xc5k_write_buffer(struct xc5k *xc, const uint8_t *data, size_t datalen)
sys/dev/i2c/xc5k.c
226
xc5k_write_2(struct xc5k *xc, uint16_t reg, uint16_t val)
sys/dev/i2c/xc5k.c
251
struct xc5k *
sys/dev/i2c/xc5k.c
256
struct xc5k *xc;
sys/dev/i2c/xc5k.c
295
xc5k_close(struct xc5k *xc)
sys/dev/i2c/xc5k.c
301
xc5k_tune_video(struct xc5k *xc, struct xc5k_params *params)
sys/dev/i2c/xc5k.c
351
xc5k_tune_dtv(struct xc5k *xc, const struct dvb_frontend_parameters *params)
sys/dev/i2c/xc5k.c
426
xc5k_get_status(struct xc5k *xc)
sys/dev/i2c/xc5k.c
442
MODULE(MODULE_CLASS_DRIVER, xc5k, "i2cexec");
sys/dev/i2c/xc5k.c
59
static int xc5k_reset(struct xc5k *);
sys/dev/i2c/xc5k.c
60
static int xc5k_read_2(struct xc5k *, uint16_t, uint16_t *);
sys/dev/i2c/xc5k.c
61
static int xc5k_write_buffer(struct xc5k *, const uint8_t *, size_t);
sys/dev/i2c/xc5k.c
62
static int xc5k_firmware_open(struct xc5k *);
sys/dev/i2c/xc5k.c
63
static int xc5k_firmware_upload(struct xc5k *, const uint8_t *, size_t);
sys/dev/i2c/xc5k.c
66
xc5k_reset(struct xc5k *xc)
sys/dev/i2c/xc5k.c
77
xc5k_firmware_upload(struct xc5k *xc, const uint8_t *fw, size_t fwlen)
sys/dev/i2c/xc5kvar.h
56
struct xc5k * xc5k_open(device_t, i2c_tag_t, i2c_addr_t,
sys/dev/i2c/xc5kvar.h
58
void xc5k_close(struct xc5k *);
sys/dev/i2c/xc5kvar.h
59
int xc5k_tune_video(struct xc5k *, struct xc5k_params *);
sys/dev/i2c/xc5kvar.h
60
int xc5k_tune_dtv(struct xc5k *, const struct dvb_frontend_parameters *);
sys/dev/i2c/xc5kvar.h
61
fe_status_t xc5k_get_status(struct xc5k *);
sys/dev/usb/auvitekvar.h
120
struct xc5k *sc_xc5k;