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

  /src/sys/dev/i2c/
lg3303var.h 37 struct lg3303 { struct
47 struct lg3303 * lg3303_open(device_t, i2c_tag_t, i2c_addr_t, int);
48 void lg3303_close(struct lg3303 *);
49 int lg3303_set_modulation(struct lg3303 *, fe_modulation_t);
50 fe_status_t lg3303_get_dtv_status(struct lg3303 *);
51 uint16_t lg3303_get_snr(struct lg3303 *);
52 uint16_t lg3303_get_signal_strength(struct lg3303 *);
53 uint32_t lg3303_get_ucblocks(struct lg3303 *);
lg3303.c 1 /* $NetBSD: lg3303.c,v 1.10 2017/06/01 02:45:10 chs Exp $ */
31 __KERNEL_RCSID(0, "$NetBSD: lg3303.c,v 1.10 2017/06/01 02:45:10 chs Exp $");
81 static int lg3303_reset(struct lg3303 *);
82 static int lg3303_init(struct lg3303 *);
84 struct lg3303 *
87 struct lg3303 *lg;
101 device_printf(lg->parent, "lg3303: found @ 0x%02x\n", addr);
107 lg3303_close(struct lg3303 *lg)
113 lg3303_write(struct lg3303 *lg, uint8_t *buf, size_t len)
131 lg3303_read(struct lg3303 *lg, uint8_t reg, uint8_t *buf, size_t len
    [all...]
  /src/sys/modules/lg3303/
Makefile 7 KMOD= lg3303
8 SRCS= lg3303.c
  /src/sys/dev/usb/
emdtvvar.h 77 struct lg3303 *sc_lg3303;
  /src/sys/modules/
Makefile 459 SUBDIR+= lg3303
  /src/share/man/man4/
Makefile 173 dtviic.4 lg3303.4 \

Completed in 28 milliseconds