Symbol: xc3028
sys/dev/i2c/xc3028.c
110
xc3028_get_basefw(struct xc3028 *xc)
sys/dev/i2c/xc3028.c
125
xc3028_get_stdfw(struct xc3028 *xc)
sys/dev/i2c/xc3028.c
140
xc3028_get_scode(struct xc3028 *xc)
sys/dev/i2c/xc3028.c
158
xc3028_firmware_open(struct xc3028 *xc)
sys/dev/i2c/xc3028.c
269
xc3028_dump_fw(struct xc3028 *xc, struct xc3028_fw *xcfw, const char *type)
sys/dev/i2c/xc3028.c
290
xc3028_firmware_parse(struct xc3028 *xc, const uint8_t *fw, size_t fwlen)
sys/dev/i2c/xc3028.c
362
xc3028_firmware_upload(struct xc3028 *xc, struct xc3028_fw *xcfw)
sys/dev/i2c/xc3028.c
419
xc3028_scode_upload(struct xc3028 *xc, struct xc3028_fw *xcfw)
sys/dev/i2c/xc3028.c
441
xc3028_read_2(struct xc3028 *xc, uint16_t reg, uint16_t *val)
sys/dev/i2c/xc3028.c
464
xc3028_write_buffer(struct xc3028 *xc, const uint8_t *data, size_t datalen)
sys/dev/i2c/xc3028.c
472
xc3028_write_2(struct xc3028 *xc, uint16_t reg, uint16_t val)
sys/dev/i2c/xc3028.c
485
struct xc3028 *
sys/dev/i2c/xc3028.c
489
struct xc3028 *xc;
sys/dev/i2c/xc3028.c
513
xc3028_close(struct xc3028 *xc)
sys/dev/i2c/xc3028.c
529
xc3028_tune_dtv(struct xc3028 *xc, const struct dvb_frontend_parameters *params)
sys/dev/i2c/xc3028.c
561
MODULE(MODULE_CLASS_DRIVER, xc3028, "i2cexec");
sys/dev/i2c/xc3028.c
70
static int xc3028_reset(struct xc3028 *);
sys/dev/i2c/xc3028.c
71
static int xc3028_read_2(struct xc3028 *, uint16_t, uint16_t *);
sys/dev/i2c/xc3028.c
72
static int xc3028_write_buffer(struct xc3028 *, const uint8_t *, size_t);
sys/dev/i2c/xc3028.c
73
static int xc3028_firmware_open(struct xc3028 *);
sys/dev/i2c/xc3028.c
74
static int xc3028_firmware_parse(struct xc3028 *, const uint8_t *, size_t);
sys/dev/i2c/xc3028.c
75
static int xc3028_firmware_upload(struct xc3028 *, struct xc3028_fw *);
sys/dev/i2c/xc3028.c
76
static int xc3028_scode_upload(struct xc3028 *, struct xc3028_fw *);
sys/dev/i2c/xc3028.c
77
static void xc3028_dump_fw(struct xc3028 *, struct xc3028_fw *,
sys/dev/i2c/xc3028.c
81
xc3028_name(struct xc3028 *xc)
sys/dev/i2c/xc3028.c
90
xc3028_firmware_name(struct xc3028 *xc)
sys/dev/i2c/xc3028.c
99
xc3028_reset(struct xc3028 *xc)
sys/dev/i2c/xc3028var.h
64
struct xc3028 * xc3028_open(device_t, i2c_tag_t, i2c_addr_t,
sys/dev/i2c/xc3028var.h
66
void xc3028_close(struct xc3028 *);
sys/dev/i2c/xc3028var.h
67
int xc3028_tune_dtv(struct xc3028 *,
sys/dev/usb/emdtvvar.h
78
struct xc3028 *sc_xc3028;